/* -------- basic styling ------ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bgBody.gif);
	background-repeat: repeat-x;
}
#wrapper {
	position:relative;
	width: 753px;
	margin: 20px auto auto auto;
	text-align:left;
	background-color:#000;
	background-image:url(../images/topcon_middle.gif);
	background-repeat: repeat-y;
}
/*-- old file css --*/
.links {
	color: #FFFFFF;
	text-decoration: none;
}
.links a:link, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.inputText {
	width: 100%;
}

input.TextBox {
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	width: 100%
}
input.Submit {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../cms/images/btnsubmit.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	height: 29px;
	padding: 0px 5px;
}
select {
	background:#000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img.curve {
	padding: 4px;
	border: 1px solid #FFFFFF;
}
img.curveLeft {
	float: left;
	clear: both;
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	border: 2px solid #FFFFFF;
}
/*-- Content --*/
#content {
	background-color: #000;
	width: 503px;
	float: right;
	background-image: url(../images/bglineright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 10px 0px 0px;
}
#content h1 {
	padding: 9px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	height: 33px;
	color:#FFF;
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content table {
	margin: 0px auto;
}
#content .pagecontent {
	background-image: url(../images/content_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 10px 10px 10px;
	text-align: justify;
}
#content p {
	padding: 10px 0px;
}
#content ul li {
	margin: 0px 50px;
}
#content p.last{
	padding:0px;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-- Sidebar --*/
#sidebar {
	padding-left: 10px;
	background-color: #000;
	background-image: url(../images/bglineleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 220px;
	float: left;

}
#sidebar h1 {
	padding: 9px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	height: 33px;
	color:#FFF;
	background-image: url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar .sidecontent {
	background-image: url(../images/sidebar_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
/*	padding: 5px 10px 10px 10px;*/
	padding: 0px 10px;
	text-align: justify;
}
#sidebar p.last{
	padding:0px;
	background-image: url(../images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-- page divider --*/
#bottomline {
	clear:both;
	height:20px;
	background: url(../images/topcon07-liquid_07.gif) no-repeat top center;
}
#clear {
	clear:both;
}
/*-- For IE add ons --*/
:root{
 overflow-y:scroll;
}
/* -------- header styles --------*/
#header {
	position: relative;
	height: 91px;
	background-image: url(../images/topcon_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1{
	margin-left: -9000px;
}
#header ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position: absolute;
	height: 50px;
	top: 23px;
	left: 300px;
/*	background:#999999;*/
	width:440px;
}
#header ul li {
	float:left;
}
#header ul a {
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
	float:left;
	display: block;
}
#header ul a:hover {
	/*color:#561216;*/
	background:#C10B0B;
}
#header .selectedTop {
	background: none;
	border: 1px solid #FFF;
}
/* Vertical Menu - website*/
#divWebLeft {
	width: 200px;
	/*padding: 15px;*/
}
#ulWebLeft {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ulWebLeft a {
	padding: 8px;
	display: block;
	width: 184px;
	text-decoration: none;
}
#ulWebLeft a.current {
	background-color: #F6F7F3;
}
#ulWebLeft a:link, 
#ulWebLeft a:visited, 
#ulWebLeft a:active 
{
	color: #FFFFFF;
}
#ulWebLeft a:hover {
	background-color: #474F49;
}
#ulWebLeft .current a:link {
	background-color: #474F49;
}
.selectedWebLeft {
	background-color: #474F49;
}
#footer {
	font-size: 9px;
	color:#000;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
#footer a:hover{
	color: #BC742C;
	border-bottom: 1px dotted #BC742C;
}
/* table layout */
#tbLayout, #tbLayout td, #tbLayout th {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	padding: 0px 10px;
	border-collapse:collapse;
}
#tbLayout th {
	height: 30px;
	background-color: #9D0303;
}
#tbLayout td {
	height: 22px;
}
.tbIndent {
	text-align: justify;
	padding: 0px 10px;
}
.tbCenter {
	text-align: center;
}
/*Error Display*/
#tbError {
	margin: 0 auto;
	background-color: #FFFFCC;
	border: 2px solid #FFD700;
	background-position: center;
}
#tbError td {
	padding: 5px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*CSS black style pagination*/
div.pagination {
	padding: 3px;
	/*margin: 3px;
	text-align:center;*/
	color:#a0a0a0;
	font-size:80%;
}
div.pagination a {
	border: 1px solid #909090;
	margin-right:3px;
	padding:2px 5px;
	background-image:url(../cms/images/bar.gif);
	background-position:bottom;
	text-decoration: none;
	color: #c0c0c0;
}
div.pagination a:hover, div.meneame a:active {
	border: 1px solid #f0f0f0;
	background-image:url(../cms/images/invbar.gif);
	background-color:#404040;
	color: #ffffff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 5px;
	border: 1px solid #ffffff;
	font-weight: bold;
	background-color: #606060;
	color: #ffffff;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 5px;
	border: 1px solid #606060;
	color: #808080;
}
