/* Headers */
H1 
{
	font-family : Georgia, Times New Roman;
	color : black;
	font-weight : bold;
	font-size : 20px;
}

H2 
{
	color : #DE0F07;
	font-weight : bold;
	font-size : 13px;
}


H3 
{
	color : #DE0F07;
	font-weight : bold;
	font-size : 13px;
}

a, a:visited
{
    color: blue;
    font-weight: normal;
    text-decoration: underline;
}
A:hover 
{
    color: red;
    font-weight: normal;
    text-decoration: underline
}

EM 
{
	font-style : italic;
}

.small 
{
	font-size: 10px;
}


/* Tables */
TABLE.box 
{
	border : 1px solid #DE0F07;
	width:800px;
}

TABLE.halfbox 
{
	border : 1px solid #DE0F07;
	width:380px;
}

div.box
{
	border : 1px solid #DE0F07;
	width:800px;
}

div.halfbox
{
	border : 1px solid #DE0F07;
	width:400px;
}

th
{
    background-color: #DE0F07;
    color: White;
    font-weight: bold;
    padding:3px 3px 3px 4px;
}

th a, th a:visited, th a:hover
{
    font-weight: bold;
    color: White;
}

.evenrow td, .oddrow td
{
    padding: 3px;
    color: #222222;
}

.evenrow td
{
    background-color: #f5f5f5;
}

/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
	background-color: white;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}

/* Form elements */
.button 
{
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

INPUT, TEXTAREA, SELECT 
{
	font-size: 12px;
	font-family: Arial;
	padding:2px;
	font-style : normal;	
	color: black;
	background-color : white;
	border : 1px solid black;
	margin-right:5px;
}

div.breadcrumb
{
    height: 18px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 5px;
	font-family : Georgia, Times New Roman;
}

div.breadcrumb .bcyah
{
	font-family : Georgia, Times New Roman;
	color: #dc1000;
	font-style: italic;
}

div.breadcrumb a, .breadcrumb a:visited
{
	font-family : Georgia, Times New Roman;
    color: Black;
    font-weight: bold;
    border: 0px;
}

div.breadcrumb .curpage
{
    color: Black;
}

/* Sdd aff link */
#userafflinkbox
{
	border:1px solid black;
	padding:10px;
	width:380px;
	background-color: #ffe9e7;
	color: Black;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

#userafflinkbox span
{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* Dilog box */
.dialogBox
{
    background-color:#ffffff;
	color: white; 
	overflow: hidden; 
    z-index:999;
    position:absolute;
    margin:auto;
    width:250px;
    height:250px;
    padding:0px 0px 6px 0px;
    border: 2px solid black;
    display:none;
	font-family : Georgia, Times New Roman;
	font-size: 12px;
}

.dialogBoxInner
{
	color:Black;
    background-color:#ffffff;
	overflow: auto; 
	border: 0px; 
	padding: 5px;
	margin: 0px;
	font-size:11px;
	text-align: left;
}

.dialogTitle
{
    background-color:#dc1000;
    padding:5px;
    margin: 0px 0px 2px 0px;
    font-weight:bold;
    cursor: move;
}

.dialogTitle a, .dialogTitle a:hover, .dialogTitle a:visited
{
    display: block;
    float: right;
    width: 65px;
    text-align: right;
    font-weight:bold;
    margin: 0px 5px 0px 0px;
	color: white !important; 
}

.dialogBox a
{
	color: #0000FF; 
}

.dialogBoxInner p
{
    padding: 0px 5px 0px 2px;
}

.dialogHandle
{
    position: absolute;
    bottom: 2px;
    right: 2px;
    cursor: nw-resize;
    width: 25px;
    height: 25px;
}

