asp:TextBox
{
    width:180px;
}

asp:lblRed
{
    color:red;
}

asp:lblGreen
{
    color:Green;
}


#portalRightNav{position:absolute;top:143px; left:10px; width:249px; z-index:3;}
#aboutMain{position:absolute;top:143px; left:5px;z-index:4;}
#portalRightNav{position:absolute;top:143px; left:10px; width:249px; z-index:3;}

.loginMain
{
    position: absolute;
	left: 15px;
	top: 470px;
}
.loginTitle{position:absolute;top:450px; left:10px; width:249px; z-index:3;}
    
.portalRightNavContent{position:absolute;top:143px; left:274px; width:500px; z-index:1;}

.setupContent
{
    position:absolute; 
    background-repeat:no-repeat;
    width:680px; 
    height:545px;
    padding:22px 20px 5px 10px;
    top:168px;left:275px;
    z-index:-1;
 } 
 .LabelBold
{
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
}
 
 .PanelBorder
{
	background-color: white;
	border: 1px solid #DADBDB;
	border-top: none;
	border-bottom:none;
	overflow: hidden;
	position: absolute;
	left:165px;
	top: 130px;
	z-index: -2;
	width:830px;
	height:610px;
}

.LabelTitle
{
    font-size:16px;
    font-weight:bold;
    font-family:Arial TUR;
    color:#5F5D5D;
}


.About
{
	position:absolute;top:143px; left:5px;z-index:4;
}
.CopyRight
{
	position: absolute;
	left: 5px;
	top: 750px;
}
.LabelHead
{
	font-size: 14px;
	font-family:Arial;
	font-weight:bold;
	color:#042C18;
}
.LabelHeadLine
{
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	color:#114477;
	text-decoration:underline;
}
.LabelHeadBlue
{
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	color:#114477;
}

.Login
{
	position: absolute;
	left: 5px;
	top: 460px;
}
.Header1
{
	 width:990px;
	 height:100px;
	 position: absolute;
	 left: 5px; 
	 top: 1px;
	 
}
.Header2
{
	width:990px; 
	position: absolute;
	left:5px;
	top: 100px;
	height:26px;
}

.Content
{
	position: absolute;
	left: 235px;
	top: 130px;
	z-index: -2;
	width:760px;
	height:650px;
}
.tbListMain
{
	width:200px;
	position:absolute;
	top:130px;
	left:750px;
	z-index:500;
}
.tableList
{
	width:200px;
	position:absolute;
	top:130px;
	left:615px;
	z-index:500;
}
.DropDownList
{
	height:25px;
	background-image:url(../Images/menu1.gif);
	text-align:center;
	width:220px;
}
.Panel
{
	font: bold 8pt Tahoma;
	color: #606060;
	text-align: left;
	padding: 2px;
	padding-left: 12px;
	height: 21px;
	text-decoration: none;
}
.url
{
	text-decoration: none;
	font: 9pt Arial;
	color:Black;
}

.Button
{
	width: 60px;
}
.Label
{
	font-size: 12px;
	font-family: Arial;
}

.cssPass
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background-color: #D0FAD7;
}
.cssFail
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background-color: #FEBDC9;
}

.cssSelect
{
	font-size: 12px;
	font-family: Arial;
	background-color: #FDE9BD;
}
.ImgBorder
{
	border:solid 1 #404040;
}
.displayTextbox                   
{                                 
	BORDER-RIGHT: white 1px solid;  
	BORDER-TOP: white 1px solid;    
	BORDER-LEFT: white 1px solid;   
	BORDER-BOTTOM: white 1px solid; 
	background-color:White;         
	font-size: 12px;                
	font-family: Arial;             
	height:16px;                    
}                                 
 .Img                  
 {                     
 	border-width:1px;   
 	border-style:solid; 
}

.visibleFalse
{
    display:none;
}
.visibleTrue
{
    display:inline;
}