body { 
	font-size:65%; 
	font-family:'Lucida Grande',verdana, Sans-Serif;
	color:#858585;
	background-color:white;
	margin:0;
	padding:0;
	text-align:center;
	background:#9cb4cb url(../img/body_bg.jpg) repeat-x top;
	color: #5B5B5B;
}
/*
h2{
	font-size:14px;
	background: url("../img/dotted.gif") left bottom repeat-x;
	padding-bottom:4px;
}
*/

div.maincontainer {
	/*
	background-image:url(../img/backgroundtile_blue.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background: url(../images/bg_page.png) repeat-y;
	*/
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 768px;
}
div.wrapper {
	background: url(../img/bg_page.png) repeat-y;
	float: left;
	text-align: left;
	width: 768px;
	padding:0 0px 0 0px;
}
div.green{
/*
	background-image:url(../img/backgroundtile_green.jpg);
	background-repeat:repeat-x;
	background-position:left top;
*/
}
div.maincontainer div.td_banner {
	height:101px;
	background-repeat:no-repeat;
	background-position:center top;
}

/*  Head  */
div.head { width:754px; clear:both; height:111px; position:relative; margin:0 0 0 10px;}
div.head div.logo { position:absolute; top:15px; left:0; }
div.logo img{
	border:0;
}
div.head div.topmenu { position:absolute; top:0; right:0; margin:0px; text-align:center; white-space:nowrap; }

.header {
	width:760px;
	padding:0;
	margin:0 0 0 4px;
	border-top:5px solid #ccc;
	border-bottom:5px solid #ccc;
}

div.navigation { width:768px; position:absolute; top:90px; right:0; text-align:left; }
div.navigation ul { margin:0; padding:0; text-align:center; font-size:1em; white-space:nowrap; }
div.navigation li { display:inline; padding:0 6px 0 6px; border-left:1px solid #C8C8C8; white-space:nowrap; }
div.navigation li a { text-decoration:none; color:black; }
div.navigation li a:hover { color:#0089C4; }
div.navigation li.firstchild { border-left:none; padding-left:0; }
div.navigation li.lastchild { border-right:none; padding-right:0; }

div.navigation li a.active {
	color: #FB8619;
	background-color: #fff;
	font-weight: bold;
}

/*  Footer  */
div.footer { clear:both; padding:5px 0 0px 5px; width:745px; text-align:center; }
div.footer p{
	padding:10px 0 0 0;
	margin:0;
}
div.footer img { border:0; float:right;}
div.footer a img { padding:0; margin:0;float:right;}
div.footer_greyline { border-top:1px solid #DCDCDC; margin-top:5px; }
#footerbg {
	/*background-image:none;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='bg_footer.png');*/
	background: url(../img/bg_footer.gif) no-repeat;
	height: 19px;
	width: 768px;
	padding:0;
	margin:0;
}

/*  maincontent  */
div.maincontent { text-align:left; margin:10px 0 0 10px; padding:0 0 0 0; }

/*  content  */
div.content {
	margin:0 0 0 20px;
	float:left;
	width:545px;
	padding:0;
}
div.content h2{
	font-size:14px;
	background: #FFF url(../img/dotted.gif) left bottom repeat-x;
	padding:0 0 4px 0;
	margin:10px 0 10px 0;
	color:#FB8619;
}
div.content h2 a img{
	border:0;
}
div.content h3{
	background: #FFF url(../img/bullet_squares.gif) 0 4px no-repeat;
	padding:2px 0 2px 15px;
	margin:0;
	font-size:12px;
}
div.content h3 a{
	color:#666;
	font-size:12px;
	text-decoration:none;
}
div.content h3 span{
	color:#FB8619;
}

div.content h5{
	padding:5px 5px 5px 5px;
	margin:5px 0 5px 0;
	font-size:12px;
	text-align:center;
	background-color:#F5F5F5;
	border:1px solid #F2A412;
}

div.content p{
	text-align:justify;
}
div.content ul{
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0px 0 0px 5px;
}
div.content ul li{
	list-style-image: none;
	background: transparent url(../img/bluebullet.gif) top left no-repeat;
	margin: 0;
	padding-left:15px;
}
div.content p a{
	color:#FB8619;
}
div.content p a:hover{
	color:#0885CA;
}

a.external {
	color:#3373B0;
	background-image: url(../img/mini-blogroll.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	border-bottom: 1px dotted #3373B0;
	text-decoration: none;
}
a.external:hover {
	color:#333;
	text-decoration: none;
}
a.mail {
	color:#3373B0;
	background-image: url(../img/common/email.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	/*border-bottom: 1px dotted #3373B0;*/
	text-decoration: none;
}
a.mail:hover {
	color:#333;
	text-decoration: none;
}


div.main_title { color:#0089C4; font-size:1.5em; font-weight:normal; line-height: 1.1; }

.topmenu {
	clear: both;
}

#functionNav{
	margin:0;
	float: right;
	list-style: none;
	background: #F5F5F5 url(../img/function_nav_bg.gif) no-repeat top left;
	height:19px;
	padding:0 0 0 15px;
}

#functionNav li {
	float: left;
	padding: 3px;
}

#functionNav li a {
	color: #0287c3;
	text-decoration: none;
	padding-right: 6px;
}
#functionNav li a:hover {
	color: #333;
}
#functionNav li a img{
	border:none;
}

#list1 #active, #list2 #active , #list3 #active, #list4 #active , #list5 #active , #list6 #active, #list7 #active   {		
	background: transparent url(../img/sec_active.gif) bottom right no-repeat;
	color: #0089C7;
}

#sidenav {
	background: transparent url(../img/sec_top.gif) top right no-repeat;
	width: 160px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 5px;
	float: left;
	/*border:1px solid #ccc;*/
}
#sidenav h2{
	font-size:11px;
	background: url("../img/dotted.gif") left bottom repeat-x;
	padding:0 0 4px 0;
	margin:5px 0 1px 0;
	color:#FB8619;
}

#sidenav ul {
	list-style-type: none;
	font: normal 10px/23px 'Lucida Grande',verdana, Sans-Serif;
	background: transparent url(../img/sec_normal.gif) 0px -30px no-repeat;
	color: #666;
	margin: 0 0 0 0px;
	padding: 0px 0 0px 0;
}

#sidenav ul li {
	list-style-image: none;
	background: transparent url(../img/sec_hover.gif) bottom right no-repeat;
	height: 23px;
	margin: 0;
}

#sidenav h3 {
	padding: 5px 0px 5px 0;
	margin:0;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../img/sec_hover.gif) bottom right no-repeat;
	cursor: pointer;
}
#sidenav h3 a {
	color:#666;
	text-decoration: none;
}
#sidenav h3 a:hover {
	color:#0089C7;
}
/*
#sidenav h3 a:hover, h3 a:active {
	color: #222;
}
*/
#sidenav_inside {
	background: transparent url(../img/sec_bottom.gif) bottom right no-repeat;
	padding: 0px 0 0px 0;
}
#sidenav_footer {
	background: transparent url(../img/nav_footer.gif) bottom right no-repeat;
	padding: 0px 0 0px 0;
	height:19px;
}

#sidenav li a,#sidenav li a:link {
	list-style-image: none;
	background: transparent url(../img/sec_normal.gif) bottom right no-repeat;
	height: 23px;
	margin: 0;
	color: #999;
	display: block;
	padding: 0;
	text-decoration:none;
}

#sidenav li a:active {
	color: #FB8619;
}

#sidenav li a:visited {
	background: transparent url(../img/sec_normal.gif) bottom right no-repeat;
	color: #999;
}

#sidenav li a:hover {
	background: none;
	color: #0089C7;
}
#sidenav h4{
	font-size:10px;
	margin:0;
	padding:0;
}

#myform {
	padding: 12px;
	margin: 0px;
	background-color: #fafafa;
	background-image: url("../img/formBG.gif");
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}
#myform p{
	font-size: 11px;
	margin: 0px;
}
#myform  td{
	vertical-align: top;
}
.fieldBox {
	width: 212px;
	border: 1px solid #cccccc;

}
.commentBox {
	width: 434px;
	border: 1px solid #cccccc;

}
.tableForm {
	margin: 0px;
}

/*  Wireframe Quote  */

div.quote { float:left; width:530px; padding:14px 16px 0 18px; margin:0; background:url(../img/shape_quote.gif) top left no-repeat; }

div.quote p { margin:0; text-indent:-3px; font-size:1.0em; line-height:1.2; color:#858585; font-style: italic;}
.quote2 { margin:0; text-indent:-3px; font-size:1.1em; line-height:1.2; color:#0089C4; }

#mytable {
	width: 545px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 545px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 6px;
	background: #CAE8EA url(../img/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 6px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../img/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../img/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#sitemap ul{
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0px 0 0px 5px;
}

#sitemap ul li ul li{
	list-style-image: none;
	background: transparent url(../img/sitemap_bullet.gif) top left no-repeat;
	margin: 0;
	padding-left:15px;
}

p.text-bloc {
	width:200px;
	display:block;
	float:left;
}

span.details {
	padding-right: 60px;
}

dl.details {
}

dl.details dt {
	float: left;
	width: 100px;
	margin-bottom: 1em;	
}

dl.details dd {
	margin-left: 100px;
	margin-bottom: 1em;	
}

dl.list {
}

dl.list dt {
	width:100%;
	float: left;
	color:#666;
	font-weight:bold;
	margin-bottom: 1em;	
}
dl.list dt i{
	font-weight:normal;
}





/* Common cake classes */
/*******************************/

.msg{
	padding: 10px 0 10px;
	background: #FFF;
	margin: 0 0 10px 0;
	border: 1px dotted #E5661F;
}
.msg p{
	font-weight:bold;
	color:#FC8020;
}
.msg img{
	padding:0 10px 0 10px;
	float:left;
	border:0;
}

.validation-advice {
	margin: 2px 0 0 0px;
	padding: 2px 2px 2px 15px;
	color:#F78320;
	font-size:10px;
	background: url(../img/common/alert.gif) no-repeat 0 50%;
}

.tablelist {
	border:1px solid #ddd;
	width:100%;
	clear:both;
	margin:0 0 10px 0;
}

.tablelist th,.tablelist td {
	vertical-align:top;
	text-align:left;
	color:#666666;
	padding:4px 6px;
	font: 10px/14px "lucida grande","trebuchet ms",verdana,sans-serif;
}

.tablelist td {
	font-size:1.2em;
	text-align:left;
}
.tablelist td a{
	color:#666666;
	text-decoration:none;
}
.tablelist td a:hover{
	color:#000;
	text-decoration:underline;
}

.tablelist img {
	border:none;
	vertical-align:middle;
}

.tablelist tr.alt td {
	background:#F2F2F2;
}

.tablelist thead th {
	background:url(../img/common/bgpostdetails.gif) no-repeat -10px 0;
	color:#1E6CB4;
	vertical-align:middle;
	height:27px;
	padding:0 6px;
	font: 12px/18px "lucida grande","trebuchet ms",verdana,sans-serif;
}
.tablelist td a:hover{
	text-decoration:none;
}
.tablelist td a{
	border:none;
	color:#1E6CB4;
}

.frontitem{
	width:250px;
	float:left;
	padding:8px 8px 18px 8px;
	height:170px;
}
.frontitem ul li a{
	text-decoration:none;
	color:#666;
}
.frontitem ul li a:hover{
	text-decoration:none;
	color:#336799;
}
.frontitem h3{
	padding-bottom:10px;
}
table.program tr td{
	vertical-align:top;
}

.item {
	width:236px;
	float:left;
	margin-top:  10px;
	border:1px solid #eee;
	padding: 8px;
	background-color:#fff;
	margin:7px;
}
.item a img  {border: 1px solid  #ccc;}
.item h2 {font:bold 11px/1.4em 'Trebuchet MS',Trebuchet,Verdana,sans-serif; color:#333; margin-bottom: 10px;}

.sectiontitle {border-bottom:1px solid #999; padding: 0 0 5px 5px; margin:3px 0 10px 0; color:#333; font:bold 11px/1.4em "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;}

div.news{
	margin:10px 0 0 0;
	background-color:#FFFFFF!important;
}

div.news h3 {
color:#758263;
font-size:10px;
background:#F8F8F8 url(../img/ico_news.png) no-repeat left top;
margin:0 0 5px;
padding:2px 0 2px 15px;
}

div.news div.border {
border:1px solid #EEF0F1;
margin:0 0 5px;
padding:5px;
}
div.news div.border a{
	text-decoration:none;
	color:#999;
}
#supported{
	float:right;
}
#validation{
	float:right;
	margin:5px 20px 0 10px;
}
.notice{
	border:1px solid #FB8619;
	padding:10px;
	width:499px;
	margin:10px 0 15px 8px;
}
.notice .sectiontitle {
	color:#FB8619;
}


.input_form{
	margin-top:0px;
}
.input_form .label {
	border-top:white 2px solid;
	border-right:white 2px solid;
	border-left:white 2px solid;
	background-color:#E8EAEC;
	padding:3px;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

.input_form .title {
	border-top:white 2px solid;
	border-left:white 2px solid;
	background-color:#E8EAEC;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.input_form .input_field {
	border-top:white 2px solid;
	background-color:#f8f8f8;
	padding:3px;
	font-size:11px;
	font-weight:bold;
	color:#333;
}
.input_form .button{
	font-size:14px;
	background: #FFFFFF url(../img/save.png) no-repeat 6px 7px;
	padding:5px 5px 5px 25px;
	font-weight:normal;
}

.input_field {
font-size:7pt;
color:gray;
}
#impel{ float:right; padding:2px 10px 5px 3px;}

#impel a { display:block; width:65px; height:20px; text-indent:-9999px; background: transparent url(../img/impel_logo.gif) top left no-repeat; }

#impel a:hover { background: transparent url(../img/impel_logo.gif) top right no-repeat; }
