/* CSS Document */
html {
	max-width: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	background-color: #b0c4de;
	text-align: center;
	color:#000000;
}

#container {
	width: 1001px;
	display: block;
	background-color: #b0c4de;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	border: none;
	text-align: left;
	position: relative;
	padding-bottom: 0px;
	text-align: left;
	overflow: none;
}

#center-part{
width:1000px;
background-color:#b0c4de;
position:relative;
top:0px;
background-image:url(../images/sidetile.jpg);
background-repeat:repeat-y;
overflow:auto;
float:left;
}
#menucontainer {
       position: absolute;
       clip: rect(0px,200px,100px,0px);
       overflow: hidden;
}

#header {
	border: none;
	left: 0px;
	width: 100%;
	float: left;
	padding-top: 2px;
}

.spacer {
height:25px;
}


#footer {
	position: relative;
	left: 0px;
	height: 68px;
	width: 1000px;
	top:0px;
	background: url(../images/footer.jpg);
	background-repeat: repeat-x;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
}

/*-----------Form Eelements----------------*/
.input {
			border: 1px solid #99b3b4;
			width: 175px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		.input:focus {
			border:1px solid #567475;
			background: #e4ebeb;
		}


			
#button {
width: 75px; border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 4px; 
background-color: #EEEEEE; 
background-repeat: repeat-x; 
color: #333333; 
font-size: 10px; 
font-weight: bold; 
font-family: Verdana, sans-serif
}

.error {
			color:red;
			margin:0;
			padding:0;
		}
		
		.spiner
			{
			background: url(images/spinner.gif) no-repeat center;
			}

.hidden
{
	display: none;
	overflow: hidden;
	visibility: hidden;
}


/*This style will be use for Forum tables*/
.formt{
border: 1px dotted  #999999;
background-color: #FFFFFF;
color: #000000;
font-size: 12px;
font-family: tahoma;
}

#top_menu{
background-color: #efefef;
width: 999px;
}

.formt #topcell{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 15px;
	color: #ffffff;
	text-align:left;
	font-weight:bold;
	background-color: #A3061E;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;	
	background-position:left ;
	padding-left:38px;
	padding-top:6px;
	padding-bottom:6px;
background-image: url(head.jpg);
background-repeat: repeat-x;}



.formt .head
{
color: #d31111;
border-bottom: 1px  #CCCCCC solid;
border-right: 1px  #CCCCCC solid;
padding-top:5px;
padding-bottom:1px;
text-align:center;
}



.formt .tr1
{
background-color: #EFEFEF;
color: #000000;
border: 1px  #666666 solid;
}
.formt .tr2
{
color: #000000;
border-bottom: 1px  #CCCCCC solid;
border-right: 1px  #CCCCCC solid;
padding-top:3px;
padding-bottom:1px;
text-align:center;

}
.formt .tr3
{
background-color: #FFFFCC;
color: #000000;
border: 1px  #666666 solid;
}


#error
{
font-weight: bold;
font-size: 14px;
color: #3c1700;
border: 1px #fd6300 solid;
background-color: #FF855C;
margin-left:18px;
padding: 2px;
width: 520px;}

.import {FONT: bold inherit/9pt; COLOR: #981445;
text-decoration: underline;}


/*-------------Pagination--------*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}


