/* Camerconnect Styles */

/*------------ Main Styles --------------*/
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
.div{
	text-align: center;
	width: 100%;
	}
.table{
	width: 750px;
	text-align: center;
	}

/* ----------- Language Switch Area -----------*/
.languageon{
	width: 60px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	vertical-align: top;
	padding-top: 10px;
	}
.languageoff{
	width: 60px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color:#0066FF;
	vertical-align: top;
	padding-top: 10px;
	}
	
/* ----------- Banner Area ---------------*/
.baner{
	padding-top: 10%;
	padding-bottom: 30px;
	text-align: center;
	width: 750px;
	}
/* ----------- Top Lnks Area ---------------*/

.toplinks{
	width: 80px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-image: url(../graphics/blackbutton.jpg);
	background-position: center;
	background-repeat: repeat-x;
	}
.toplinkdown{
	width: 80px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	border: 1px solid #000000;
	}
/* ----------- Search Area ---------------*/

.searchcell{
	padding-top: 10px;
	text-align: left;
	text-align: center;
	height: 20px;
	}
.search{
	border: 1px solid #999999;
	}
.searchbutton{
	font-size: 10px;
	}
.instructions{
	padding-left: 160px;
	font-size: 11px;
	color: #999999;
	text-align: left;
	height: 20px;
	}

/* ----------- Announcement Area ---------------*/
.announcement{
	padding-top: 40px;
	font-size: 12px;
	color: #0066FF;
	text-align: center;
	height: 20px;
	}
	
/* ----------- Botton Links Area ---------------*/
.botomlink{
	padding-top: 40px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	height: 20px;
	}

/* ----------- Search Pqge Styles ---------------*/
.searchbanner{
	text-align: left;
	padding-left: 30px;
	}
.searchlinksdiv{
	background-color: #CCCCCC;
	margin-top: 10px;
	}
.searchtoplinks{
	width: 80px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #000000;
	background-image: url(../graphics/blackbutton.jpg);
	background-position: center;
	background-repeat: repeat-x;
	}
.searchinputdiv{
	background-color: #DDDDDD;
	}
.searchinputcell{
	text-align: left;
	text-align: center;
	height: 20px;
	}
.searchresultstable{
	width: 750px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

	
	
	
