/* styles.css for template #124 
 */
body {
	 margin:0 auto;
	 padding:0; 
	 width:100%; 
	 height:100%; 
	 font-family:Arial, Helvetica, sans-serif;
}
/* Global */
a { 
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
a:hover { 
	color:#77BA2E;
	/*font-weight:bold;*/
	/*color:#FF0000;*/
}
a.noul { 
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
td
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
}

td.tableheader
{
    font-weight: bold;
    background-color: #FED785;
	text-align:center;
}

td.tableeven
{
    background-color: #FFFFCC;
}

td.tableodd
{
    background-color: #FFFFFF;
}

td.tablemod
{
    background-color: #FECCFF;
}

td.tablesum
{
    background-color: #FFCC33;
}

p {
	margin-left:20px;
	font-size:0.8em;
}
h1 {
	font-weight: bold;
	font-size:2.2em;
	color:#006600;
	}

h3 {
	font-weight: bold;
	font-size:1.2em;
	color:#006600;
	}


remark {
border:1px solid #ddd;
	background-color:#CCFF99;
	font-size:1em;
	font-style:italic;
}
.disclaimer {
font-size: 15px;
	color: #666666
}
/* Footer */
div#footer {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	font-size: 12px;
	color: #333333;
}
	div#footer p {
		padding:10px 0 10px 0;
		width:95%;
		border-top:1px solid #ccc;
		margin:5px 0 0 0;
		font-size:0.8em;
		text-align:center;
	}
		div#footer p a {
			text-decoration:underline;
		}

.style1 {color: #666666}
.style2 {font-size: 14px}
.style5 {font-size: 18px; color: #009900; font-weight: bold; }

.errmsg
{
    color: #ff0000;
}

.okmsg
{
    color: #008800;
}

.normal
{
    color: #000000;
}

.comment
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #888888;
} 

.cmshead
{
    font-family: Verdana, Sans-Serif;
    font-size: 24px;
    font-weight:bold;
    color: #ff0000;
}
 
.special1
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    color: #ffffff;
    background-color: red;
}

.special2
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    color: #ff0000;
    background-color: yellow;
}

.special3
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    color: #0000ff;
}

.alert
{
    color: #ff0000;
}

.status_p
{
    color: #888800;
}

.status_h
{
    color: #ff0000;
}

.status_c
{
    color: #008800;
}

.status_o
{
    color: #0000ff;
}

.status_mod_y
{
    color: #ff0000;
}

.status_mod_n
{
    color: #008800;
}

.curr_remark
{
    color: #000000;
}

.smalldesc
{
    font-family: Verdana, Sans-Serif;
    font-size: 9px;
    color: #000000;
} 

