/*
Based on Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0 0 0;
	padding: 0;
	/*background: #2971D3;*/
	background: #2971D3 url('img01.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 20px;
/*	margin: 0 0 2em 0;
    line-height: 26px;*/
}
p.normal
{
    color: #ffffff;
}

a:link
{
    color: #FF6600;
    /*color: #FF9933;*/
}

a:visited {
    color: #FF6600;
}

a:hover, a:active {
	text-decoration: none;
    color: #FF6600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

.title {
/*	margin-bottom: 20px; */
    margin-bottom: 10px;
	padding-bottom: 5px;
	background: url('img03.gif') no-repeat right 50%;
	border-bottom: 1px dashed #FFFFFF;
}

.subtitle {
/*	margin-bottom: 20px; */
    margin-top: 20px;
    margin-bottom: 10px;
	padding-bottom: 5px;
	background: url('img03.gif') no-repeat right 50%;
	border-bottom: 1px dashed #FFFFFF;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
    /*height: 28px;*/
}

/* Header */

#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto 40px auto;
}

#logo {
	float: left;
	height: 120px;
	background: url('img02.jpg') no-repeat left top;
}

#logo h1 {
	font-size: 38px;
	color: #FFFFFF;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FD9B33;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto auto auto;
}

/* Content */

#content {
    float: left;
	width: 750px;
}

#content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content li
{
    margin: 0;
    padding-left: 12px;
    background-image: url(img12.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    /*background: url(img12.gif) no-repeat left 50%;*/
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url('img12.gif') no-repeat left 50%;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url('img03.gif') no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
	font-weight: normal;
}


#sidebar a:link
{
    color: #000000;
}

#sidebar a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

#sidebar a:visited
{
    color: #000000;
}

/* Footer */

#footer 
{
	height: 400px;
	min-height: 74px;
/*	width: 1000px;*/
	padding: 10px 0 0 0;
    /*background: #000000;*/
	background: #000000 url('img01.jpg') repeat-x;
}

#footer p {
	clear: both;
    margin: 0 0 0 20px;
}

html>body #footer {
	height: auto;
}


#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}

.modalBackground
{
	background-color:Gray;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	z-index:10000;
}

.modalPopup
{
	background-color:#ffffdd;
	border-width:thick;
	border-style:solid;
	color:Black;
	padding:10px;
	/*display:none;*/
	position:absolute;
	z-index:10001;
}

.modalTextColor
{
    color:Black;
}

.drag
{
    background-color: #000084;
    font-weight:bold;
    color: White;
    /*background-color: #dddddd;*/
    cursor: move;
    border:solid 1px gray ;
    width:575px;
}
.dragMedium
{
    background-color: #000084;
    font-weight:bold;
    color: White;
    /*background-color: #dddddd;*/
    cursor: move;
    border:solid 1px gray ;
    width:425px;
}
.dragSmall
{
    background-color: #000084;
    font-weight:bold;
    color: White;
    /*background-color: #dddddd;*/
    cursor: move;
    border:solid 1px gray ;
    width:275px;
}

.collapsiblePanel
{
	/*display:none;*/
	/*following prevents the flicker when a collapisable panel first displays*/
	overflow:hidden;
	height:0px;
}

.ErrorMessage
{
    color: Red;
    font-weight:bold;
}

.WarningMessage
{
    color: Red;
    font-weight:bold;
}

.progressModalPopup
{
    border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute; 
    color:Black;
    /*width: 180px; 
    height: 130px;*/
	z-index:11001 !important;
}

.progressModalBackground
{
	background-color:Gray;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	z-index:11000 !important;
}

.TableHalfWidth
{
    width:50%;
}

.TableFullWidth
{
    width:100%;
}

.ULActivityDetails {
    margin: 0;
    padding: 0;
    list-style: none;
    left: 60px;
    position: relative;
    width: 680px;
}

.WizardHiddenTable{
    border: 0;
    width: 100%;
    font-family:Verdana;
    font-size:100%;
}

.WizardHiddenTableRowHeader{
    text-align: center;
    color:White;
    background-color:#5D7B9D;
    font-weight:bold;
}
