/* === Clearing browser style === */

body, td, input, textarea, select  {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #ecfafd;
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

a {
	color: #b4690d;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		background: url(../images/bg-left.gif) repeat-y right top;
		width: 50%;
	}
	
	#middle {
		background-color: #bdca90;
		padding: 0px 41px;
	}
	
		#header {
			background: #c5bcba url(../images/bg-header.jpg) no-repeat;
		}
		
			#computerTop {
				background: url(../images/computer-top.gif) no-repeat right top;
				height: 194px;
			}
		
		#content {
			background: #c5bcba url(../images/bg-content.gif);
		}
		
			#contentLeft {
				background: url(../images/content-left.gif) repeat-y;
			}
			
				#contentRight {
					background: url(../images/content-right.gif) repeat-y right top;
				}
				
					#contentTop {
						background: url(../images/content-top.gif) no-repeat;
					}
					
						#contentBottom {
							background: url(../images/content-bottom.gif) no-repeat left bottom;
						}
						
							#computerBottom {
								background: url(../images/computer-bottom.gif) no-repeat right top;
								height: 200px;
								padding: 28px 50px 55px 50px;
							}
		
	#right {
		background: url(../images/bg-right.gif) repeat-y;
		width: 50%;
	}
	
	/* Menu */
	
	#nav {
		text-align: left;
	}
	
		#nav a {
			display: block;
			background: url(../images/bg-menu.gif) no-repeat right top;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			height: 43px;
			padding: 0px 11px 0px 11px;
		}
		
		#nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#nav a.selected {
			background: url(../images/bg-menu-on.gif) no-repeat right top;
			color: #cb7f02;
			text-decoration: none;
		}
		
		#nav a.selected:hover {
			color: #cb7f02;
			text-decoration: underline;
		}
	

	#logoBox {
		padding: 0px 50px;
	}
	
	#navBox {
		padding: 30px 50px;
	}
	
	#createdBox {
		padding: 2px 50px 8px 50px;
	}

/* === Txt === */

#content a {
	color: #b4690d;
	text-decoration: underline;
	padding: 0px 1px 0px 2px;
}

#content a:hover {
	background: #ffffff;
	text-decoration: none;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
}
#content ul li {
	margin-left: 0px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	cursor: default;
}

span.copyright a {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

span.copyright a:hover {
	color: #000000;
	text-decoration: none;
}

/* === Other === */

.w100 {
	width: 100%;
}


#pathBox {
	background: url(../images/bg-title.gif) no-repeat;
	padding: 18px 210px 0px 86px;
	height: 84px;
}
	
#pathBox A {
	font-size: 18px;
	text-decoration:none;
	color: #cb7f02;
	font-weight: bold;
}
	
#pathBox A:hover {
	font-size: 18px;
	text-decoration:underline;
	color: #cb7f02;
	font-weight: bold;
}

#pathBox span {
	font-size: 18px;
	color: #cb7f02;
	font-weight: bold;
}

#pathBox span.bullet {
	font-size: 18px;
	color: #cb7f02;
	font-weight: normal;
}

.submenu {
	margin-bottom: 25px;
	width: 100%;
}

.submenu td {
	font-size: 12px;
	padding-bottom: 5px;
	width: 33%;
}

.submenu a {
	background: url(../images/submenu-bullet.gif) no-repeat;
	padding: 0px 20px 0px 10px;
	display: block;
	text-decoration: none;
	color: #013F66;
	font-weight: bold;
}

.submenu a:hover {
	text-decoration: underline;
}

.submenu a.selected {
	background: url(../images/submenu-bullet-selected.gif) no-repeat;
	text-decoration: none;
	color: #ffffff;
}

.submenu a.selected:hover {
	text-decoration: underline;
}

	
/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #0C5E90;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #61CAEE;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #56B4D4;
}

.odd11 td.t11 {
	background: #56B4D4;
}

.odd11 td.t01 {
	background: #61CAEE;
}

/* images */
table.imagecontainer {
	background: #61CAEE;
	width: 140px;
	height: 140px;
}
	table.imagecontainer td {
		text-align: center;
		vertical-align: middle;
	}


h2.title {
	color: #013F66;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
