﻿/* Python CCSTheme */
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 13px; }
.PythonPageBODY{ font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 13px; }
.PythonFormTABLE{ border: 1px solid #D9D9D9; }
.PythonFormHeaderFont{ color: #000000; font-size: 16px; font-weight: bold; }
.PythonFieldCaptionTD{ border-bottom: 1px solid #D8D8D8; background-color: #EDEDED; color: #000000; font-size: 13px; font-weight: bold; }
.PythonAltDataTD{ border-bottom: 1px solid #D8D8D8; background-color: #F4F4F4; color: #000000; font-size: 13px; }
.PythonColumnTD{ border-bottom: 2px solid #000000; background-color: #DADADA; color: #000000; font-size: 13px; }
.PythonDataTD{ border-bottom: 1px solid #D8D8D8; color: #000000; font-size: 13px; }
.PythonErrorDataTD{ border-bottom: 1px solid #D8D8D8; color: #FF0000; font-size: 13px; }
.PythonSeparatorTD{ height: 1px; background-color: #000000; }
.PythonFooterTD{ border-top: 2px solid #000000; background-color: #DADADA; color: #000000; font-weight: bold; font-size: 13px; text-align: center; }
a.PythonSorterLink:link,a.PythonSorterLink:visited{ color: #000000; font-size: 13px; text-decoration: underline; }
a.PythonSorterLink:hover,a.PythonSorterLink:active{ color: #000000; font-size: 13px; text-decoration: none; }
a.PythonDataLink:link,a.PythonDataLink:visited{ color: #000084; font-size: 13px; text-decoration: underline; }
a.PythonDataLink:hover,a.PythonDataLink:active{ color: #000084; font-size: 13px; text-decoration: none; }
a.PythonNavigatorLink:link,a.PythonNavigatorLink:visited{ color: #000000; font-weight: bold; font-size: 13px; text-decoration: underline; }
a.PythonNavigatorLink:hover,a.PythonNavigatorLink:active{ color: #000000; font-weight: bold; font-size: 13px; text-decoration: none; }
.PythonButton { border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; background-color: #EEEEEE; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; font-weight: bold; }
.PythonInput { border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; }
.PythonTextarea { border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; }
.PythonSelect { font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; }
/* Calendar */
a.today:link,a.today:visited{ color: #FF0000; font-weight: bold; text-decoration: none; }
a.today:hover,a.today:active{ color: #000000; font-weight: bold; text-decoration: none; }
a.selectedDay:link,a.selectedDay:visited{ color: #000000; font-weight: bold; text-decoration: none; }
a.selectedDay:hover,a.selectedDay:active{ color: #FF0000; font-weight: bold; text-decoration: none; }
a.weekDay:link,a.weekDay:visited{ color: #000084; text-decoration: none; }
a.weekDay:hover,a.weekDay:active{ color: #FF0000; text-decoration: none; }
TD.selectedDay { margin: 1px; background-color: #DADADA; color: #000000; font-size: 13px; }
TD.today { border-top: 1px solid #FF0000; border-left: 1px solid #FF0000; border-bottom: 1px solid #FF0000; border-right: 1px solid #FF0000; color: #000000; font-size: 13px; }
TD.workday { border-bottom: 1px solid #D8D8D8; color: #000000; font-size: 13px; }
TD.weekend { border-bottom: 1px solid #D8D8D8; background-color: #EBEBEB; color: #000000; font-size: 13px; }
TH.calendar { margin: 1px; border-bottom: 2px solid #000000; background-color: #DADADA; color: #000000; font-size: 13px; }
.CalendarButtons { margin: 1px; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; background-color: #EEEEEE; font-size: 13px; font-family: Tahoma, Verdana, Arial, Helvetica; font-weight: bold; }
.CalendarControls { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 13px; }
.Table { border: 1px solid #D9D9D9; }

body {
	background-repeat: repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: .7em;
	color: #848484;
	padding: 0;
	margin: 0;
}


	a {
	}

	a:hover {
	}



	p { padding: 0; margin: 0 0 10px 0; }

	img { border: 0 }



h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 2em;
	color: #fff;
	padding: 0;
	margin: 0;
}


h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #a6a6a6;
	padding: 0;
	margin: 0 0 10px 0;
}



#site {
	width: 900px;
	margin: 0 auto;
}



#header {
	height: 122px;
	color: #fff;
}

	#header a { color: #fff; text-decoration: none; }
	#header a.current { color: #fff; text-decoration: none; }
	
		
	
	.site_graphic {
		float:left;
		margin: 23px 0 0 0;	
	}



	.site_title {
		float: left;
		margin: 23px 0 0 0;
		font-style: italic;
	}



	.slogan {
		float: left;
		color: #91bef5;
		font-style: italic;
		font-size: 1em;
		margin: 31px 0 0 20px;
	}

    .spanish {
	float: right;
	color: #FF99FF;
	font-style: italic;
	font-size: medium;
	margin: 31px 0 0 20px;
}



	#nav {
		padding: 73px 0 0 0;
	}


		#nav ul {
			list-style-type: none;
			padding: 0px 0 0 0;
			margin: 0 auto;
		}


			#nav ul li {
				float: left;
				border-left: 1px solid #3676c4;
				border-right: 1px solid #1957aa;
				padding: 0;
				margin: 0;
			}


			span {

				background-image: url('../bg/nav.gif');
				background-repeat: repeat-x;
				display: block;
				font-size: .9em;
				font-family: helvetica, arial, sans-serif;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				text-align: center;
				padding: 15px 12px 15px 12px;
			}


			#nav a {

				background-image: url('../bg/nav.gif');
				background-repeat: repeat-x;
				display: block;
				font-size: .9em;
				font-family: helvetica, arial, sans-serif;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				text-align: center;
				padding: 15px 12px 15px 12px;
			}


			span {
				background-image: url('../bg/nav_h.gif');
				background-repeat: repeat-x;
				color: #fff;
				padding: 15px 12px 15px 12px;
				margin: 0;
			}



			#nav a:hover {
				background-image: url('../bg/nav_h.gif');
				background-repeat: repeat-x;
				color: #fff;
				padding: 15px 12px 15px 12px;
				margin: 0;
			}

#search {
		float: right;
		margin: 6px 0 0 0;
	} :first-child+html #search { margin: 5px 0 0 0; }


		.magnify {
			float: left;
			margin: -17px 0 0 0;
		} :first-child+html .magnify { margin: -16px 0 0 0; }


		#search input {
			border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 150px;
			background-image: url('../bg/input.gif');
				background-repeat: repeat-x;
				font-family: helvetica;
				font-size: 1em;
				color: #696969;
				padding: 8px 5px 7px 0;
		}

#main {
	padding: 0;
	margin: 5px 0 0 0;
}


	#main_left {
		float: left;
		width: 900px;
	}


		.welcome {
	height: 150px;
	background-image: url('../images/image1.jpg');
	background-repeat: no-repeat;
	padding: 5px 0 25px 0;
	margin: 0;
}


			.welc1 {
				font-size: 1.6em;
				color: #000;
				padding: 5px 15px 0px 15px;
				margin: 0 0 25px 0;
			}


			.welc2 {
				color: #000;
				padding: 5px 15px 0px 15px;
			}

		.welcome2 {
	height: auto;
	padding: 25px 0 25px 0;
	margin: 0;
}

		#market {
			float: none;
			width: 160px;
			height: 177px;
			background-image: url('../bg/market_new1.jpg');
			background-repeat: no-repeat;
			color: #fff;
			padding: 20px;
			margin: 0 30px 0 0;
		}
		
		#market2 {
			float: none;
			width: 160px;
			height: 177px;
			background-image: url('../bg/market_new2.jpg');
			background-repeat: no-repeat;
			color: #fff;
			padding: 20px;
			margin: 0 30px 0 0;
		}
		
		#market3 {
			float: none;
			width: 160px;
			height: 177px;
			background-image: url('../bg/market_new3.jpg');
			background-repeat: no-repeat;
			color: #fff;
			padding: 20px;
			margin: 0 30px 0 0;
		}

		#market4 {
			float: none;
			width: 160px;
			height: 177px;
			background-image: url('../bg/market_new4.jpg');
			background-repeat: no-repeat;
			color: #fff;
			padding: 20px;
			margin: 0 30px 0 0;
		}

		#market5 {
	float: none;
	width: 160px;
	height: 177px;
	background-image: url('../bg/market_new5.jpg');
	background-repeat: no-repeat;
	color: #fff;
	padding: 20px;
	margin: 0 30px 0 0;
}
		
		#market6 {
			float: none;
			width: 160px;
			height: 177px;
			color: #fff;
			padding: 20px;
			margin: 0 30px 0 0;
		}

		#market7 {
			float: none;
			width: 160px;
			height: 177px;
			background-image: url('../bg/market_new1.jpg');
			background-repeat: no-repeat;
			color: #fff;
			padding: 20px;
			margin: 0 30px 0 0;
		}


			#market h3 {
				color: #fff;
				margin: 0 0 10px 0;
			}


			#market a { color: #fff; text-decoration: none; }
			#market a:hover { color: #fff; text-decoration: underline; }




		#latest {
			float: left;
			width: 150px;
		}


			#latest ul {
				list-style-type: none;
				padding: 0;
				margin: 0;
			}

				#latest a { color: #3774be; text-decoration: none; }
				#latest a:hover { color: #3774be; text-decoration: underline; }

				#latest li {
					padding: 7px 15px 7px 15px;
					margin: 0;
				}

				#latest li.even {
					background-color: #f1f1f1;
				}


		#mainbox {
			clear: both;
		}


			.titlel {
				float: left;
				width: 6px;
				height: 29px;
				background-image: url('../bg/titlel.gif');
				background-repeat: no-repeat;
				padding: 0;
				margin: 0;
			}


			.title {
	float: left;
	width: 677px;
	height: 20px;
	background-image: url('../bg/title.gif');
	background-repeat: repeat-x;
	font-size: .9em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 0 0 10px;
	margin: 0;
}


			.titler {
				float: left;
				width: 6px;
				height: 29px;
				background-image: url('../bg/titler.gif');
				background-repeat: no-repeat;
				padding: 0;
				margin: 0;
			}


			.box_large {
				clear: both;
				border-left: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #ddd;
				text-align: justify;
				padding: 15px 15px 10px 15px;
				margin: 0 0 25px 0;
			}



	#main_right {
		float: right;
		width: 700px;
		padding: 0;
		margin: 0;
	}



		.boxtop {
			height: 20px;
			background-image: url('../bg/boxtop.gif');
			background-repeat: no-repeat;
			font-size: .9em;
			font-family: helvetica, arial, sans-serif;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 9px 0 0 0px;
			margin: 0;
		}
		
		.boxtop2 {
			height: 20px;
			background-image: url('../bg/boxtop2.gif');
			background-repeat: no-repeat;
			font-size: .9em;
			font-family: helvetica, arial, sans-serif;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 9px 0 0 0px;
			margin: 0;
			text-indent: 4px;
		}


		.box {
			clear: both;
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			padding: 15px 15px 10px 15px;
			margin: 0 0 25px 0;
		}


		#infobox {
			height: 80px;
			background-image: url('../bg/info.jpg');
			background-repeat: no-repeat;
			color: #fff;
			padding: 20px 0 0 95px;
			margin: 0;
		}


			#infobox h3 {
				color: #fff;
				margin: 0 0 10px 0;
			}


			#infobox a { color: #fff; text-decoration: none; }
			#infobox a:hover { color: #fff; text-decoration: underline; }



	#news {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}


		#news li {
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #eee;
		}



		.date {
			text-transform: uppercase;
			margin: 0 0 3px 0;
		}


#spacer { clear: both; height: 25px; }
#footer {
	clear: both;
	height: 30px;
	background-image: url('../bg/footer.gif');
	background-repeat: repeat-x;
	padding: 10px 7px 0 7px;
}


	#footer a { color: #848484; text-decoration: none; }
	#footer a:hover { color: #848484; text-decoration: underline; }


	.lfooter {
		float: left;
		width: 45%;
	}


	.rfooter {
		float: right;
		width: 45%;
		text-align: right;
	}


