﻿body
{
	background-image: url(images/background.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: small;
	margin: 0px;
}

.la_page_container
{
    margin: 0px;
    padding: 0px 0px 0px 15%;
}

.WaterMarkText
{
    color: Gray;    
}

.la_header
{
    margin: 0px;
    padding: 0px;
    vertical-align:top;
    background-image: url(images/la_header.png); 
    background-position:50% top;
    background-repeat:no-repeat;
    height:303px;
    width: 1100px;
    border-left: solid 1px #0456a9;
    border-right: solid 1px #0456a9;
    cursor:pointer;
}

.la_divider
{
    margin: 0px;
    padding: 0px;
    vertical-align:top;
    background-image: url('images/la_divider.png'); 
    background-position:50% top;
    background-repeat:no-repeat;
    width: 1100px;
    height: 57px;
    border-left: solid 1px #0456a9;
    border-right: solid 1px #0456a9;
    

}


.WatermarkStyle
{
    font-style:italic;
    font-size:x-small;
    padding-left:5px;    
}

.la_content
{
    margin: 0px;
    padding: 0px;
    vertical-align:top;
    background-color: #dbe6f1;
    min-height:600px;
    height:100%;
    width:1100px;
    border-left: solid 1px #0456a9;
    border-right: solid 1px #0456a9;
    /*background-image: url('images/content_bg.png'); 
    background-repeat:no-repeat;*/
    
}

.la_footer
{
    margin: 0px;
    padding: 0px;
    vertical-align:top;
    background-image: url('images/la_footer.png'); 
    background-repeat:no-repeat;
    background-color: #FFFFFF;
    height:45px;
    width:1100px;
    border-left: solid 1px #0456a9;
    border-right: solid 1px #0456a9;
    border-bottom: solid 1px #0456a9;
}

/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat;  }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; text-align:left; }
.rbroundbox { width: 35%; 
margin: 1em auto;
    
}


a
{
	color: #336699;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover
{
	color: #3399FF;
	/*font-weight: bold;*/
	text-decoration: underline;
}

.div_main_content
{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto; /*margin-left:25px;*/
	width: 95%;
	background-image: url(images/semitrans.png);
	background-repeat: repeat;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border: solid 1px #FFFFFF;
}
.div_main_info
{
	border-color: #669999;
	border-top-style: dotted;
	border-top-width: 1px;
	text-align: center;
	color: #669999;
	font-size:smaller;
}
.div_nav
{
	float: left;
	width: 300px;
}
.div_admin
{
	border-color: #669999;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left:20px;
	float:right;
	width:100%;
}


.button_blue
{
	background-color: #4b5e72;
	border: 1px solid #ebf0f1;
	color: #FFFFFF;
	min-width: 50px;
}
.button_blue:hover
{
	background-color: #81a1c1;
	border: 1px solid #ebf0f1;
	min-width: 50px;
}

.row_head
{
	/*background-image: url(images/header1.png);
	background-repeat:repeat-x;
	height: 25px;*/
	background-color: #4b5e72;
	
	color: #FFFFFF;
	font-weight: bold;
}
.div_login
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
.table_info
{
	width: 500px;
}

.table_info2
{
	border: 1px solid #1ba871;
	background-color: #a6ffd8; 
	width: 500px;
	font-size: small;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.table_errors
{
	border: 1px solid #CC3300;
	background-color: #fffea6; 
	color: #CC3300;
	font-weight: bold;
	width: 100%;
	font-size: small;
	margin-bottom:5px;
}
.table_login
{
	width:500px;
}
.table_special
{
	background-image: url(images/semitrans.png);
	background-repeat: repeat;
	border: 1px solid #ebf0f1;
	width: 275px;
}
.table_special_exp
{
	background-image: url(images/semitrans.png);
	background-repeat: repeat;
	border: 1px solid #ebf0f1;
}

.div_manage_info
{
	vertical-align:top;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #EBEBEB;
	padding-left:20px;
}

.div_user
{
	margin-top:50px;
	background-image: url(images/semitrans.png);
	background-repeat: repeat;
	border: 1px solid #ebf0f1;
	width: 200px;
	padding:10px;
}

.gv_cell_right_border
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003366;
}

.special_h3
{
	color:black;
}