﻿/* ---------- Styling: Main ---------- */

html, body 
{
	margin: 0px;
	padding: 0px;
	height: auto;
}

body 
{
    font-family: verdana;
    font-size: 12px;
    color: #560050;
    background:url(../images/DesignBG.png) center top no-repeat, #8b827c;
}

#page_image_holder {
    position:absolute;
    left:811px;
    top:172px;
}

#loginlink {
    position: relative;
    top: 35px;
    left: -5px;
}

#AlgV
{
    position:absolute;
    top:736px;
    right:85px; 
    font-size:10px;  
}

#AlgV a 
{
    color:#560050;
    text-decoration:none;
    font-size:10px; 
    font-weight:500;
    font-family:Verdana;        
}

#wrapper {
    width: 1024px;
    height: 750px;
    margin: 0px auto;
    padding: 0px 21px;
    position: relative;
}

#Usernamelabel 
{
    position:relative;
    left:20px;
    top:70px;
}

h3 
{
    font-size:12px;
}

form 
{
    margin: 0px;
    padding: 0px;
}

nav 
{	
	position:relative;
	top:120px;
	left:-50px;
	width:150px;
	text-shadow: 0px 0px 0px #000;
	height: 50px;
	text-align:top;
	margin: 0px 0px 0px 0px;		
}

nav li 
{
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	text-transform: capitalize;		
}

nav li a 
{    
    color:#744e7a;
    font-family:'Helvetica Neue'; 
    text-shadow: 0px 0px 0px #000;
    font-size:19px;    
    text-decoration:none;    
	margin-left: 5px;
	padding-right: 10px;	
}

nav li a:hover 
{ 
    color:#560050;
    font-family:'Helvetica Neue';
    text-shadow: 0px 0px 0px #000;
    font-size:19px;
    text-decoration:none;
}

img {  
    border-style: none;
 }

footer {
    position: absolute;
    left:30px;
    top:735px;
    color: #560050;
}
#pagecontent h1
{
    position:relative;
    top:-10px;
    left:50px;
    color:#560050;
    font-family:Verdana;    
    font-size:20px;    
    font-weight:bold;
    text-decoration:none;        
}

#pagecontent h2
{
    position:relative;
    top:-10px;
    left:50px;
    color:#560050;
    font-family:'Helvetica Neue';     
    font-size:14px;    
    font-weight:bold;
    text-decoration:none;        
}

#pagecontent p
{        
    color:#560050;
    font-family:Verdana;    
    font-size:12px;    
    font-weight:bold;
    text-decoration:none;        
}

#pagecontent_content 
{
    position:absolute;
    left:190px;
    top:172px;           
    height:550px;
    width:600px;  
    color: #560050; 
}

.ReportTable 
{   
    height:auto;
    border:1px solid black;    
    width: 800px;    
}

.ReportTable th 
{
    background-color:#560050;
    color:White;
    width:100px;
    font-weight:bolder;    
    border:1px 1px 1px 1px solid black;
}

.ReportData {
    width: 100px;
    border: 1px 1px 1px 1px solid black;
}

.ReportTable td 
{                
    border:1px 1px 1px 1px solid black;
} 

.UserTable 
{   
    height:auto;
    border:1px solid black;
    text-align:center;    
}

.UserTable th 
{
    background-color:#560050;
    color:White;
    width:100px;
    font-weight:bolder;    
    border:1px 1px 1px 1px solid black;
} 

.UserTable td 
{            
    width:100px;
    border:1px 1px 1px 1px solid black;
} 

.User2Table 
{   
    height:auto;
    border:1px solid black;   
}

.User2Table th 
{
    background-color:#560050;
    color:White;
    width:100px;
    font-weight:bolder;    
    border:1px 1px 1px 1px solid black;
} 

.User2Table td 
{            
    width:100px;
    border:1px 1px 1px 1px solid black;
} 

.blue
{    
    background-color:#c8adc6;
    width:100px;
    color:white;
    border:1px 1px 1px 1px solid black;
}

.green 
{
    background-color:green;
    width:100px;
    border:1px 1px 1px 1px solid black;   
}

.red 
{
    background-color:red;
    width:100px;
    border:1px 1px 1px 1px solid black;   
}

.ClientList 
{
    border:1px solid black;
}

.WizardleftColumn 
{
    width:450px;
}

.WizardCenterColumn 
{
    width:25px;
}

.WizardRightColumn 
{
    width:450px;
}

.ControleTable 
{
    width:750px;
    border:1px solid black;
    text-align:center; 
}

.ControleTable th 
{
    background-color:#560050;
    color:white;
    font-weight:bolder;
    font-family:Verdana;
}

.ControleTable td 
{
    width:375px;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #560050;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_container th
        {
            padding: 0px;
        }
.MyCalendar .ajax__calendar_container td
        {
            background-color: lemonchiffon;
            padding: 0px;
        }
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}   

.highlight 
{
    text-decoration: none;
    color:black;
    background:yellow;
}

/* ----- Validation and error messages class starts -----*/
.validationsummary {
	border: 1px solid #b08b34;
	background: transparent url(../Images/icons/WarningHeader.gif) no-repeat 12px 30px;
	padding: 0px 0px 13px 0px;
	font-size:12px;
	width:99%;
}
.validationheader {
	left: 0px;
	position: relative;
	font-size: 11px;
	background-color: #e5d9bd;
	color: #56300a;
	height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #b08b34;
	padding-top: 3px;
}
.validationsummary ul {
	padding-top: 5px;
	padding-left: 45px;
	list-style:none;
	font-size: 11px;
	color:#982b12;
	font-style:italic;
}
.validationsummary ul li {
	padding: 2px 0px 0px 15px;
	background-image:url(../Images/icons/Warning.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
/* -- --Validation and error messages class ends -- --*/
