﻿/* CSS layout */

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: Black;

}

.Announcement
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	overflow: visible;
	text-align: left;
}

.Announcement a
{
	color: gold;
}
/* ajaxed */
/* DropShadow */



.dropShadowPanel
{
	width: 350px; 
	background-color: #E2EBCF;
	color: #2593DC;
	font-weight: bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:275px;
}


/* Ajax ends  */




.ShadowRoundDiv
{
	top:0px;
	margin-top:0px;
	clear:both;
	width:350px;
}

.ShadowRoundLeft
{
	float:left;
	width:20px;
}
.ShadowRoundRight
{
	float:right;
	width:20px;
}
.ShadowRoundTopCenter
{
	margin-left: 20px;
	margin-right: 20px;
	background-image: url('../../images/cornersShadow/topCenter.png');
}
.ShadowRoundBottomCenter
{
	margin-left: 20px;
	margin-right: 20px;
	background-image: url('../../images/cornersShadow/bottomCenter.png');
}

.shadowRoundMiddle
{
	margin-left:20px;
	margin-right:20px;
}
.shadowRoundMiddleLeft
{
	float: left;
	width: 20px;
	background-image: url('../../images/cornersShadow/leftVertical.png');
	background-repeat: repeat-y;
}
.shadowRoundMiddleRight
{
	float: right;
	width: 20px;
	background-image: url('../../images/cornersShadow/rightVertical.png');
	background-repeat: repeat-y;
}




#LogInTitle
{
	padding-top: 20px;
	font-weight: bold;
	font-size: large;
	color: #000000;
	font-family: Arial,Helvetica;
	letter-spacing: 2px;
	vertical-align: middle;
	text-align: center;
}

#title
{
	margin-left: 100px;
	padding-top:20px;
	font-weight: bold;
	font-size: 2.5em;
	color: #FFFFFF;
	font-family: Arial,Helvetica;
}
#title a
{
	color: #FFFFFF;
	text-decoration:none;
}


#Searchwrapper
{
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	width: 100%;
}
.Orangelabel
{
	color: #F60;
	font-weight: bold;
	font-size: 12pt;
	font-family: 'Times New Roman' , Times, serif;
}

.style5
{
	border-style: solid;
	border-width: thin;
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	width: 250px;
	text-decoration: underline;
}
