/* Links */
a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #000;
}
.thrColElsHdr #toolbox a:link, .thrColElsHdr #toolbox a:visited{
	text-decoration: none;
	display:block;
	font-size: 100%;
}
.thrColElsHdr #toolbox a:hover, .thrColElsHdr #toolbox a:active{
	background-image: url(template/menuhover.jpg);
	background-repeat:no-repeat;
}
.thrColElsHdr #mainContent a:link, .thrColElsHdr #mainContent a:visited {
	color: #000000;
	text-decoration: none;
}
.thrColElsHdr #mainContent a:hover, .thrColElsHdr #mainContent a:active {
	color: #F6041A;
	text-decoration: underline;
}
#minical a:link, #minical a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #10423A;
}
#minical a:hover, #minical a:active {
	color: #10423A;
	text-decoration: none;
	background-color: #FFF;
}
.right {
	text-align:right;
	font-size:85%;
	font-weight:bold;
	font-style:italic;
	padding-right:5px;
	margin-top:3px;
}
/* Body */
body  {
	font-family: Trebuchet MS;
	font-size: 80%;
	margin: 0px;
	text-align: center;
	color: #000000;
	padding: 0px;
}
/* Resets */
p {
	margin: 0px;
	padding: 0px;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
/* thrColElsHdr */
.thrColElsHdr #container {
	width: 1010px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(template/page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	overflow: hidden;
}
.thrColElsHdr #container hr {
	width: 578px;
	height: 1px;
	color:#000;
}
* html .thrColElsHdr #container { /*_____ IE6 HACK _____*/
	width: 1010px;
}
.thrColElsHdr #header {
	padding: 0px;
	background-image: url(template/header.jpg);
	height: 145px;
	font-size: 120%;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #FFF;
} 
.thrColElsHdr #header a:link, .thrColElsHdr #header a:visited, .thrColElsHdr #header a:hover, .thrColElsHdr #header a:visited{
	color: #FFF;
}
.thrColElsHdr #sidebar1 {
	float: left;
	display:inline;
	width: 196px;
	padding: 0px;
	margin: 0px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	display:inline;
	width: 195px;
	padding: 0px;
	margin: 0px;
}
.thrColElsHdr #mainContent {
	background-image: url(template/page.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 196px;
	margin-bottom: 0;
	margin-left: 201px;
	padding-top: 12px;
	padding-right: 14px;
	padding-left: 15px;
	padding-bottom: 10px;
} 
* html .thrColElsHdr #mainContent {
	overflow-x: hidden; 
	overflow-y: hidden;
	width: expression(580);
	margin-left: 196px;
	margin-right: 196px;
}
.thrColElsHdr #mainContent p {
	padding-bottom: 10px;
}
.thrColElsHdr #footer {
	background-image: url(template/footer.gif);
	background-repeat: no-repeat;
	height: 42px;
}
.thrColElsHdr #toolbox {
	background-image: url(template/middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.thrColElsHdr #toolbox p{
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 15px;
	margin-right: 15px;
}
.thrColElsHdr #toolbox hr{
	margin-left: 16px;
	width: 85%;
	color:#EFEFEF;
	text-align:left;
}
.thrColElsHdr #titlebar {
	font-size: 140%;
	font-weight: bold;
	background-image: url(template/titlebar.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 580px;
	padding-left: 34px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Messages */
.thrColElsHdr #success {
	background-color: #C0F5C7;
	border: #000 1px solid;
	width: 577px;
	text-align: center;
}
.thrColElsHdr #error {
	background-color: #FCC;
	border: #000 1px solid;
	width: 577px;
	text-align: center;
}
/* Formatting */
.red {
	color:#F6041A;
}
.green {
	color: #090;
}
.white {color:#FFFFFF;}
.bold {font-weight:bold;}
.size2 {font-size:110%;}
.big {
	font-size: 120%;
	background-color: #B2B2B2;
}
.bigmenu {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}
/* Others */
.table1 td{
	padding:3px;
	border:#000 1px solid;
}
.table1 th{
	padding:3px;
	background-color:#B2B2B2;
	border:#000 1px solid;
}
.table1 {
	border:#000 1px solid;
	border-collapse:collapse;
}
.table2 td{
	padding:3px;
	border:#CCC 1px solid;
}
.table2 th{
	padding:3px;
	background-color:#CCC;
	border:#CCC 1px solid;
}
.table2 {
	border:#CCC 1px solid;
	border-collapse:collapse;
}
.buttonlink {
	width:280px;
	height:43px;
	background-image:url(../../includes/template/button.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle; 
	font-size:120%; 
	font-weight:bold; 
	color:#FFF; 
	cursor:pointer
}
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}
#overlay div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}