﻿body
{
	background-color: #FFFCCF;
}

body a:link
{
	color:#236B8E;
	font-weight:normal;
	font-family:Tahoma;
	font-size: 12px ;
}

input {
   color:#236B8E;
   font-family:Tahoma;
   font-weight:bold;}

.pageDiv
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFCCF;
}

.headerArea
{
    background-color: #9C0031;
    height: 30px;
    width: 100%;
    border: 0;
    text-align:center ;
}

.menuArea
{
    background-color: #FFFCCF;
    top: 30px;
    width: 100%;
    border: 0;
    height: 40px;
}

.content
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 500px;
	background-color: #FFFCCF;
}

.contentArea
{
    background-color: #FFFCCF;
    top: 80px;
    padding: 0px;
    height: 500px;
    border: 0;
}

.titleText
{
    color: White;
    font-family: Tahoma;
    font-size: x-large;
    font-style: normal;
    text-align: center ;
} 

.pageHeaderText
{
    color:#236B8E;
    font-family: Tahoma;
    font-size: x-large;
    font-style: normal;
}

.pageText
{
    color: #236B8E;
    font-family: Tahoma;
    font-size: small;
    font-style: normal;    
    
}

.toolbar
{
	color: #236B8E;
	font-size: small;
	font-family: Tahoma;
	padding: 6px;
}

.loginBox 
{
	background-color:#FFFCCF;
	border:1px;
	border-color :#E6E2D8;
	font-family:Verdana;
	font-size:small;
	color:#333333;	
}

.loginBoxTitleBar 
{
	background-color:#9C0031;
	font-weight:bold;
	font-size:small;
	color :White;
}
.logout
{
	color: #FFFCCF;
	font-size: small;
	font-weight: bold;
	font-family: Tahoma;
	font-style:normal;	
}


.ticketTD
{
	vertical-align: middle; 
	text-align: left;
	color: #236B8E;
    font-family: Tahoma;
    font-size: small;
    font-style: normal;    
}

.errorText
{
    color: Red;
    font-family: Tahoma;
    font-size: small;
    font-style:normal;
}
.footerText
{
	top:400px;
    color: #236B8E;
    font-family: Tahoma;
    font-size: small;
    font-style:normal;
}

