/* style */
/* test */

body, th, td, p, select, input {
	font-size:11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	margin : 0px 0px 9px 0px;
}

ul {
	margin: 6px 0px 6px 10px;
	padding: 0px 0px 0px 10px;
}

li {
	margin: 3px 0px;
	padding: 0px;
}

black, a:link.black, a:hover.black, a:visited.black, a:active.black {
	text-decoration: none;
	color: #000000;
}

a:link, a:visited { text-decoration: underline; color: #000099; }

a:hover, a:active { text-decoration: none; color: #ff0000; }

table.msg_box_gray {
	background : #F5F9F5;
	border : 1px solid #CCCCCC;
	width : 200px;
	height : 200px;
}

table.msg_box_gray th {
	background : url(/img/msg_box_headline_gray.gif);
	padding : 1px 6px;
	height : 20px;
	text-align : left;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

table.msg_box_gray td {
	padding: 6px;
	text-align : left;
	vertical-align : top;
}


/* ==================== msg boxes ====================== */

table.msg_box_gray, table.msg_box_lush_red, table.msg_box_yellow, table.msg_box_green, table.msg_box_blue, table.msg_box_violet, table.msg_box_red {
	width : 200px;
	height : 200px;
	float : left;
	margin : 5px;
}

table.msg_box_gray {
	background : #F5F9F5;
	border : 1px solid #CCCCCC;
}

table.msg_box_lush_red {
	background : #FFCCCC;
	border : 1px solid #FF0000;
}

table.msg_box_yellow {
	background : #FFFFFF;
	border : 1px solid #FFCC66;
}

table.msg_box_green {
	background : #FFFFFF;
	border : 1px solid #9FFF9F;
}

table.msg_box_blue {
	background : #FFFFFF;
	border : 1px solid #9F9FFF;
}

table.msg_box_violet {
	background : #FFFFFF;
	border : 1px solid #CC99FF;
}

table.msg_box_red {
	background : #FFFFFF;
	border : 1px solid #FFBBBB;
}

table.msg_box_gray th, table.msg_box_lush_red th, table.msg_box_yellow th, table.msg_box_green th, table.msg_box_blue th, table.msg_box_violet th, table.msg_box_red th {
	padding : 1px 6px;
	height : 20px;
	text-align : left;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1px;
	font-family : Arial, Helvetica, sans-serif;
	cursor : pointer;
}

table.msg_box_gray th {
	background : url(/img/msg_box_headline_gray.gif);
}

table.msg_box_lush_red th {
	background : url(/img/msg_box_headline_lush_red.gif);
}

table.msg_box_yellow th {
	background : url(/img/msg_box_headline_yellow.gif);
}

table.msg_box_green th {
	background : url(/img/msg_box_headline_green.gif);
}

table.msg_box_blue th {
	background : url(/img/msg_box_headline_blue.gif);
}

table.msg_box_violet th {
	background : url(/img/msg_box_headline_violet.gif);
}

table.msg_box_red th {
	background : url(/img/msg_box_headline_red.gif);
}

table.msg_box_gray td, table.msg_box_lush_red td, table.msg_box_yellow td, table.msg_box_green td, table.msg_box_blue td, table.msg_box_violet td, table.msg_box_red td {
	padding: 6px;
	text-align : left;
	vertical-align : top;
}
