﻿body
{
	color:#ffffff;
	text-align:justify;
	font-family:Trebuchet MS;
	font-size:12px;
	background-color:silver;
	/*background-image:url('../images/bg.jpg');*/
	width:98%;

}	
p
{
	text-align:justify;
}
.Content
{
	width:700px;
	padding-top:10px;
}
.code
{
	background-color:#ffffff;
}
.MainTable
{
	background-image:url('../images/bg.jpg');
	text-align: justify;
	vertical-align: text-top;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	width: 100%;
}
.MainTD
{
	vertical-align:top;
	padding-top:0px;
	padding-right:0px;
}
.NavBar
{
	width:100%;
	background-image: url(../images/margin.gif);
      
}

.defaultWidth
{
	width: 100%;
	/*text-align: left; border:solid 1px blue;     vertical-align:middle;*/
}
.defaultHeight
{
	height: 300px; /*border:solid 1px red;*/
}
.defaultMiddle
{
	
}
.QuestionBox
{
	color: #ff0066;
	background-color: #99ccff;
	font-weight: bolder;
	width: 99%;
}
.fillWidth
{
	width: 99%; /* border:solid 1px red;*/
}
.adminHeader
{
	border: solid 2px #999999;
	width: 100%; /*border-top: solid 10px #999999;*/
}
.adminHeaderTop
{
	background: #999999;
}
.AdminButton
{
	width: 150px;
}
.adminTextBox
{
	width: 400px;
}
.admintext
{
	font-size: 12px;
	font-family: Verdana;
}
.redFont
{
	color: Red;
	font-weight: bold;
}
.showSelectedItemsDiv
{
	border: solid 1px blue;
	width: 400px;
	margin-left: 30px;
	padding-left: 20px;
	font-weight: bold;
}
.defaultTextbox
{
	font-size: 10px;
	font-family: Verdana;
	
	font-weight: normal;
	background-color: white;
	border: solid 1px #9d9da1;
	height: 14px;
	padding-top:2px;
	padding-left:3px;
	width:300px;
}
.defaultControl
{
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	font-weight: normal;
	background-color: #000000;
	height: 20px;
	padding-top:2px;
	padding-left:3px;
	cursor:hand;
	/*border: solid 1px #ffffff;
	-moz-border-radius: 1em;
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em; 
	-webkit-border-radius: 1em; */
}
.defaultControl:hover
{
	color:Red;
}
a
{
	text-decoration: none;
	color: #ffb300;
	font-weight: bold;
}
a:hover
{
	color: red;
	text-decoration:underline;
}
.whiteA:hover
{
	color: blue;
	text-decoration:underline;
}
.OtherA
{
	color:#ffffff;
}
.adminFont
{
	color:#ffffff;
	background-color:#cccdcc;
}
.pleaseWait
{ 
	position:absolute;
	z-index:999999;
	left:expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top:expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
	width:150px;
	height:20px;
	background-color:#FFFFFF;
	border-right: navy 1px solid;
	padding-right: 3px;
	border-top: navy 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: navy 1px solid;
	padding-top: 3px;
	border-bottom: navy 1px solid;
	font-size: 10px;
	font-family: Verdana;
	color: black;
	
}
/* rounded edges
.bl {background: url(../images/bl.gif) 0 100% no-repeat #ccccff; width: 20em}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}  */

.roundcontainer {background:#ffb300;float: left; overflow:hidden; }
.rtop, .rbottom{display:block;background-color:#000000;background-image:url('../images/bg.jpg');}
.rtop *, .rbottom *{display: block;height: 1px;overflow: hidden;background:#ffb300;}
.r1{margin:  0 5px}
.r2{margin:0 3px  1px}
.r3{margin: 0 2px  1px}
.r4{margin: 0 1px 1px;height: 2px}
.roundcontainer a { color:Black;}
.roundcontainer div{margin:5px 5px 5px 5px; text-align:center; overflow:hidden; }
