/* Headers */
H1 
{
	color : white;
	font-weight : normal;
	font-size : 24px;
	padding-top: 5px;
	margin-top: 0px;
}

H2 
{
	color : white;
	text-transform: uppercase;
	font-weight : bold;
	font-size : 13px;
}


H3 
{
	color : white;
	font-weight : bold;
	font-size : 16px;
}

H4
{
	color : white;
	font-weight : bold;
	font-size : 13px;
}

/* Main styles */
A 
{
    color: white;
    font-weight: normal;
    text-decoration: underline;
}
A:visited 
{
    color: white;
    font-weight: normal;
    text-decoration: underline;
}
A:hover 
{
    text-decoration: underline;
}

EM 
{
	font-style : italic;
}

.small 
{
	vertical-align: super;
	font-size: 10px;
}


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

TABLE.halfbox 
{
	border : 1px solid #555555;
	width:325px;
}

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

.box th a
{
    color: White;
}

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

.evenrow td
{
    background-color: #2a2a2a;
}


/* 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: black;
}

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

#errMsg 
{
	border : 3px solid #630b19;
}

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

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

/* Form elements */
.button 
{
	font-size: 12px;
	background-color : #3C060F;
	color : white;
	border: 1px solid #555555;
}

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

.profilepic
{
    width: 100px;
    height: 83px;
    background-image: url('../images/system/noimg-inv.gif');
    background-repeat: no-repeat;
    border: 1px solid #dddcce;
    text-align: center;
    margin-bottom: 17px;
    float:left;
    margin: 0px 10px 17px 0px;
}

#profilepicimg
{
    margin: auto;
}
.profilepic a
{
    border: 1px solid #dddcce;
}
