﻿html, body, form  
{  
    height: 100%;  
    margin: 0px;
    padding: 0px;   
}  

body 
{
	font: normal 14px Tahoma;
	height: 100%;
	min-height: 100%;
}

#page-background 
{
    background-image: url(../images/login_background.jpg);
    background-repeat: repeat-x;
    background-color: Transparent;
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}

#content 
{
    position:relative; 
    z-index:1; 
    padding:10px;
}

.Title
{
	font: normal 14px Tahoma;
	height: 100%;
	font-weight: bold;
	min-height: 100%;
}

center
{
    position:relative;
    z-index:1;
}

html 
{ 
	margin:0; padding:0; height:100%; 
} 

p
{
    text-align: justify;
}

.MenuItem
{
    background-image: url(../images/bar1.png);
    background-repeat: repeat-x;
    color: White;
    width: 150px;
}

.MenuItem:hover
{
    text-decoration: underline overline;
    color: Black;
}

A:visited
{
	text-decoration : none;
}

A:link
{
	text-decoration : none;
}

A
{
    font-weight: bold;
    color: White;
	text-decoration : none;
}

A:hover
{
    text-decoration: underline overline;
    color: Black;
}

a.footer:visited
{
	text-decoration : none;
}

a.footer:link
{
	text-decoration : none;
}

a.footer
{
    font-weight: bold;
    color: Blue;
	text-decoration : none;
}

a.footer:hover
{
    text-decoration: underline overline;
    color: Black;
}

.errorname
{
	font-weight:bold;
}

.errortitle
{
	font-weight:bold;
}

.errorcontent
{
}

.RadSplitter_WebBlue .pane,    
.RadSplitter_WebBlue .paneHorizontal   
{   
    border: 0px ... !Important;   
} 
.RadSplitter_WebBlue  
{      
    border: 0px ... !Important;      
} 

.RadSplitter_Default .pane,    
.RadSplitter_Default .paneHorizontal   
{   
    border: 0px ... !Important;   
} 
.RadSplitter_Default  
{      
    border: 0px ... !Important;      
} 

.RadSplitter_Vista .pane,    
.RadSplitter_Vista .paneHorizontal   
{   
    border: 0px ... !Important;   
} 
.RadSplitter_Vista  
{      
    border: 0px ... !Important;      
} 

.ContentTable
{
	width:900px;
	text-align:left;
}

#txtTitle
{
	font-size:20px;
	color:#0071BC;
}

.ImportantTitle
{
    background-image: url(../images/space-bar2.png);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
	font-size:20px;
	color:#0071BC;
}

.TableTitle
{
	font-size:15px;
	color:#3B376C;
}

.imageicon
{
    top:0px;
    left:0px;
    zoom: 30%;
    width: 20px;
}

.bullet
{
    position:relative;
    vertical-align:top;
    border-top-width:0px;
    width: 10px;
}

#main
{
    overflow:hidden;
	padding-bottom: 150px;
}  

#footer
{
    position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	font-size: 10px;
	clear:both;
}
	 
