body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
/*background-image: url("../images/background.jpg");*/
text-align: center;
font-family : Arial, Verdana, sans-serif;
font-size : 10pt;
background-color : #fff;
color : #000;
}

#wrapper {
width : 1000px;
text-align:left;
margin-left: auto;
margin-right: auto;
background-image: url("../images/background.jpg");
/*background-repeat: no-repeat;*/
background-position: top center;
/*background-color : #fff;*/
}

#container {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

 {
margin-right:1px;
background:#ccc;
color:#000;
}

hr.thin {
height: 1px;
border: 0;
color: #ccc;
}

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 260px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	/*border:1px solid #5263AB;*/
	margin:5px;
	padding:0px;
	text-indent:0px;
	background-color:#B3D5F0;
	width:300px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #FFFFFF;
	padding: 5px;background:#7FC21B url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding: 5px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	padding: 5px;background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#7FC21B;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

.team {
	text-decoration: none;
	font-size : 0.8em;
	color: #787;
	font-weight : normal;
}
.teamemail {
	text-decoration: none;
	font-size : 0.8em;
	color: #88c62b;
	font-weight : normal;
	}	
.small a:link {
	text-decoration: none;
	font-size : 0.8em;
	color: #787;
	font-weight : bold;
	}
.small a:visited {
	text-decoration: none;
	font-size : 0.8em;
	color: #787;
	font-weight : bold;
	}
.small a:hover {
	text-decoration: underline;
	font-size : 0.8em;
	color: #787;
	font-weight : bold;
	}
.small a:active {
	text-decoration: none;
	font-size : 0.8em;
	color: #787;
	font-weight : bold;
	}
img {
border : 0;
}

img.floatLeft { 
    float: left; 
    margin: 8px;
    border:1px solid #000; 
}
img.floatRight { 
    float: right; 
    margin: 4px;
    border:1px solid #eee;
}

.leftcolumn a:link {
	text-decoration: none;
	font-size : 1.1em;
	color: #000;
	font-weight : bold;
	}
.leftcolumn a:visited {
	text-decoration: none;
	font-size : 1.1em;
	color: #000;
	font-weight : bold;
	}
.leftcolumn a:hover {
	text-decoration: none;
	font-size : 1.1em;
	color: #000;
	font-weight : bold;
	}
.leftcolumn a:active {
	text-decoration: none;
	font-size : 1.1em;
	color: #000;
	font-weight : bold;
	}

a:link {
color : #88C62B;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:visited {
color : #787878;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
a:hover {
color : #88C62B;
font-weight : bold;
text-decoration : underline;
font-size : 1em;
}
a:active {
color : #88C62B;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}
.copyright {
font-size : 0.8em;
color : #000;
}
.title {
font-size : 1.1em;
font-weight : bold;
color : #7DBA42;
}
.newstext {
font-size : 0.8em;
font-weight : normal;
color : #000;
}

.featuretitle {
font-size : 1.1em;
font-weight : bold;
color : #787878;
}

.gianttitle {
font-size : 1.4em;
font-weight : bold;
color : #7DBA42;
}

.notes {
font-size : 0.9em;
color : #444;
}

form {
	margin: 0px;
	}
	
.Error td { 
	font-size: 80%;
	padding: 2px;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	}
	
/* Calendar */

.Calendar { 
	/*border: 1px solid #8CB5DE;*/
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 80%;
	padding: 3px;
	/*border-top: 1px solid #8CB5DE; border-left: 1px solid #8CB5DE; border-bottom: 1px solid #8CB5DE;*/*
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #8CB5DE; 
	color: #FFFFFF;
	font-weight: bold;
	}



/*ie6*/
* html body .CalendarWeekdayName {
	font-size: 100%;
}
/*end*/

.CalendarWeekdayName a:link {
	color: #FFFFFF;
	}

.CalendarWeekdayName a:visited{
	color: #FFFFFF;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #FFFFFF;
	}

.CalendarWeekendName{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #8CB5DE; border-left: 1px solid #8CB5DE; border-bottom: 1px solid #8CB5DE; /*------------------*/
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #8CB5DE;	
	color: #FFFFFF;
	font-weight: bold;
	}



/*ie6*/
* html body .CalendarWeekendName {
	font-size: 100%;
}
/*end*/

.CalendarWeekendName a:link {
	color: #FFFFFF;
	}

.CalendarWeekendName a:visited{
	color: #FFFFFF;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #FFFFFF;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #8CB5DE;
	text-align: center;
	background-color: #8CB5DE;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarDay {
	font-size: 100%;
}
/*end*/

.CalendarDay a:link {
	color: #FFFFFF;
	}

.CalendarDay a:visited{
	color: #FFFFFF;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #FFFFFF;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #8CB5DE;
	text-align: center;
	background-color: #8CB5DE;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarWeekend {
	font-size: 100%;
}
/*end*/

.CalendarWeekend a:link {
	color: #FFFFFF;
	}

.CalendarWeekend a:visited{
	color: #FFFFFF;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #FFFFFF;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #FFFFFF; border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #8CB5DE;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarToday {
	font-size: 100%;
}
/*end*/

.CalendarToday a:link {
	color: #FFFFFF;
	}

.CalendarToday a:visited{
	color: #FFFFFF;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #FFFFFF;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #FFFFFF; border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #8CB5DE;	
	color: #FFFFFF;
	}



/*ie6*/
* html body .CalendarWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarWeekendToday a:link {
	color: #FFFFFF;
	}

.CalendarWeekendToday a:visited{
	color: #FFFFFF;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #FFFFFF;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #8CB5DE;
	text-align: center;
	background-color: #8CB5DE;	
	color: #3c964b;
	}



/*ie6*/
* html body .CalendarOtherMonthDay {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthDay a:link {
	color: #3c964b;
	}

.CalendarOtherMonthDay a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #8CB5DE; border-right: 1px solid #8CB5DE;
	text-align: center;
	background-color: #8CB5DE;	
	color: #3c964b;
	}



/*ie6*/
* html body .CalendarOtherMonthToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthToday a:link {
	color: #3c964b;
	}

.CalendarOtherMonthToday a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #8CB5DE;
	text-align: center;
	background-color: #8CB5DE;	
	color: #3c964b;
	}



/*ie6*/
* html body .CalendarOtherMonthWeekend {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekend a:link {
	color: #3c964b;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #3c964b; border-right: 1px solid #3c964b;
	text-align: center;
	color: #3c964b;
	background-color: #8CB5DE;	
	}
	


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekendToday a:link {
	color: #3c964b;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #3c964b;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 80%;
	padding: 3px;
	border-left: 1px solid #3c964b;
	background-color: #8CB5DE;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	


/*ie6*/
* html body .CalendarSelectedDay {
	font-size: 100%;
}
/*end*/

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff0000;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 90%;
	padding: 3px;
	background-image: url('Images/CaptionBg.gif'); color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .CalendarNavigator {
	font-size: 100%;
}
/*end*/

.CalendarNavigator a:link {
	color: #FFFFFF;
	}

.CalendarNavigator a:visited{
	color: #787878;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #88C62B;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 90%;
	}

.CalendarNavigator th {
	font-size: 90%;
	}



/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
	font-size: 100%;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
	font-size: 80%;
	text-align: left;
	}



/*ie6*/
* html body .CalendarEvent {
	font-size: 100%;
}
/*end*/

.CalendarEvent a:link {
	color: #0033cc;
	}

.CalendarEvent a:visited{
	color: #830000;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff0000;
	}
		
h1 {
font-size : 1em;
color : #000;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;

}
/*h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: large;
font-size : 1em;
border-size: thin;
border-style: dotted
border-color: red;
width: 400px;
}*/

h2 {
font-size : 1em;
color : #8F8E8B;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #787878;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
	
h4	{ 
font-size: 1em;
color: #787878;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
	}

h5	{ 
font-size: 1em;
color: #787878;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
	}

h6	{ 
font-size: 1em;
color: #787878;
font-weight : normal;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
	}

th	{ 
	font-family: Arial; font-size: 1em;
	}

td { 
	font-family: Arial; font-size: 1em;
	}
	
	.roundedcornr_box_384382 {
   background: #8cb5de;
}
.roundedcornr_top_384382 div {
   background: url(roundedcornr_384382_tl.png) no-repeat top left;
}
.roundedcornr_top_384382 {
   background: url(roundedcornr_384382_tr.png) no-repeat top right;
}
.roundedcornr_bottom_384382 div {
   background: url(roundedcornr_384382_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_384382 {
   background: url(roundedcornr_384382_br.png) no-repeat bottom right;
}

.roundedcornr_top_384382 div, .roundedcornr_top_384382, 
.roundedcornr_bottom_384382 div, .roundedcornr_bottom_384382 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_384382 { margin: 0 15px; }
