body{
font-family: Verdana;
font-size:100%;
font-size: 12px;

margin:0;
padding:0;
line-height: 1.2em;
background-color: #C0C0C0;
/*background-image: url('back1.jpg');*/
background-repeat: repeat-x;

}

a:link, a:visited, a:hover, a:active{color: #000;}

img {border: none;}

.heading {
	color:#FE9C03;	
	font-weight: bold;
	font-size: 16px;
}

h1,h2,h3,h4 {
	font-family: Verdana;
	font-weight: normal;
	line-height: 1.2em;	
	padding-bottom: 0px;
	margin-bottom: 0px;

}

h1{
	border-bottom: 1px solid black;
}

h2{
	padding-left: 20px;
}

h3{
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.2em;	
}

h4{
	font-weight: bold;
	padding-bottom: 5px;
}


h5, h6{
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
}


h6{
	color: red;
}

.small {
	padding-left: 50px;
	font-size: 10px;
}

input,
select,
textarea {
font-family: Verdana;
font-size: 12px;
	
margin: 2px;
border-style: solid;
border-width: 1px;

color: #000;
background: #DEDEDE;
border-color: #000;

}

form {
margin: 0;
padding: 0;
}

.pagetitle {
margin:0 10px;
border:1px solid black;
background-image:url('title.jpg');
background-repeat:no-repeat;	
}

#topsection{
padding: 5px 0;
}

#topsection h1{
margin: 0;
padding: 0 15px 0 0;
font-weight: bold;	
font-family: cursive;
font-size: 38px;
border: none;
line-height: 1em;
color: white;
}

#topsection h2{
margin: 0;
padding: 0 15px 5px 0;

font-weight: bold;	
font-family: cursive;
font-size: 18px;
line-height: 1em;
color: #FE9C03;
}




#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 230px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
background: transparent;
}

#footer{
clear: left;
width: 100%;
background: #243D56;
color: #FFF;
text-align: center;
padding: 4px 0;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.boxtitle{
padding: 4px 0 4px 10px;
font: bold 13px Arial, Verdana, sans-serif;
text-align: left;
background: #243D56;
color: #FFF;
}

.box {
padding: 0;	
margin: 0;
border: 1px solid black;
background: #FE9C03;
}

.centered {
padding:5px 0;
margin:5px 0;
text-align:center;	
}

/*------------------------V Menu----------------------------------*/
a{
color: #000;	
text-decoration: none;
text-align: left;
}

a:hover {
color: black;
text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.v_menu li a:hover{
color: #000;
background: #FBFBFB;
}

.v_menu li a:hover{
text-decoration: underline;
}

.v_menu ul li a{
	padding: 1px 1px 2px 5px;
	border-top: 1px solid black;
	display: block;
	font-size: 0.75em;
	line-height: 2em;
	background: #FE9C03;
}


.v_menu a{
width: 96%; /*Define width for IE6's sake*/
}

html>body .v_menu a{ /*Non IE rule*/
width: auto;
}

table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	table-layout:auto;
	border-spacing:0;
}

/*
table tr td {
	 padding:3px;
}
*/

.infotable{
	border: 1px solid black;
	background:#FE9C03;
}

.title{	
	font: bold 1.5em Times New Roman;
	text-align:center;
	background: #2175bc;
	color: #FFF;
	border-bottom: 1px solid black;
	}

.title td {
	padding: 5px;
}

.infotable td {
	padding: 5px;
}
	
.pairrow {background:#C4DBED;}
.nonpairrow {background:#EFF3FD;}
.selectedrow {background:#DADADA;}

/*----------------------H Menu----------------------------------*/


.ubercolortabs{
padding: 10px 0 0 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: #FFFFFF;
background: #243D56 url('roundleft.gif') no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}

.ubercolortabs a:visited{color: #FFF;}

.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #FE9C03; /*background color of tabs onMouseover*/
color: #243D56;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
text-align: center;
padding: 5px;
line-height: 5px;
background: #FE9C03; /*background color of horizontal line*/
border: 1px solid black;
/*border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#hideshow {
	visibility : hidden; 
	position: absolute;
	padding: 5px;
	top: 10px;
	left: 200px;
	border: 1px solid black;
	background: #E0E0E0;
}

.galery {
	margin: 5px;
	padding:5px;
	border:1px solid black;
}
