/*

=====================================

 * Data Tables and Cascading Style Sheets Gallery *

 *  http://icant.co.uk/csstablegallery/index.php  *

 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *

 =====================================

*/

#sign {
	font-size: 9pt;
}

table {
	width: 600px;
	margin:0 auto;
	padding:0;
	color: #333333;
	font: 9pt Arial, Helvetica, sans-serif;
}

table .input {
	padding: 3px;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #999999;
}
table .select {
	font-size: 12px;
}
table .button {
	font-size: 12px;
	height: 24px;
	background: #006699;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #DDDDDD;
	padding-right: 1em;
	padding-left: 1em;
	cursor: hand;
}
table .button2 {
	font-size: 12px;
	height: 24px;
	background: #DDDDDD;
	color: #333333;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	padding-right: 1em;
	padding-left: 1em;
}
table .button3 {
	font-size: 12px;
	background: #006699;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #DDDDDD;
	height: 2em;
	padding-right: 1em;
	padding-left: 1em;
}
table, tr, th, td {

	border-collapse: collapse;

}

caption {
	margin:0;
	padding:0;
	color: #1C5D79;
	text-align: left;
	letter-spacing: 0.1em;
	font: bold 1.5em/2em Arial, Helvetica, sans-serif;
}

/* HEAD */



thead {

}
#sign #red {
	color: #FF0000;
	font-size: 12px;
}
#sign #green {
	color: #339900;
	font-size: 12px;
}
#sign #blue {
	color: #0000FF;
	font-size: 12px;
}

thead tr th {
	text-align: center;
	color: #006699;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
	background: #DDDDDD;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	padding-top: 0.5em;
	padding-bottom: 0.2em;	

}
#sign #caption_right {
	float: right;
}
#sign #caption_left {
	float: left;
}




/* BODY */



tbody tr {
	font-size: 9pt;

}

tbody tr.odd {
	background: #EEEEEE;

}

tbody tr:hover, tbody tr.odd:hover {
	background: #FFFFCC;

}

tbody tr th, tbody tr td {
	padding: 5px 3px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
}

tbody tr th {
	background: #DDDDDD url(images/img_62.gif) no-repeat right center;
	padding: 3px 1.5em 3px 3px;
	text-align: right;
	color: #333333;
	border-bottom: solid 1px white;
	font: bold 9pt Arial, Helvetica, sans-serif;
	letter-spacing: 1px;

}

tbody tr th:hover {
	background: #CCCCCC;


}



/* LINKS */



table a {

	color: #FF6600;

	text-decoration: none;

	font-size: 12px;

	border-bottom: solid 1px white;

}

table a:hover {

	color: #FF9900;

	border-bottom: none;

}
#red {
	color: #FF6600;
	padding-right: 4px;
	font-weight: normal;
	font-size: 1.5em;
}
.note {
	color: #CC3300;
	margin-left: 5px;
}





/* FOOTER */



tfoot {
	height: 24px;
	color: #555d6d;
	text-align: center;
	letter-spacing: 3px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #c2c2c2;
	font: bold 12px/24px Arial, Helvetica, sans-serif;

}

tfoot tr th, tfoot tr td {
	padding: 6px;

	/*padding: .1em .6em;*/

	

}

tfoot tr th {
	border-top: 1px solid #999999;

}

tfoot tr td {

	text-align: right;

	

}
#sign .small {
	font-size: 10px;
}
#sign #field {
	padding: 1em;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dashed #99CCFF;
}
#sign .qq {
	background: #FFFF99;
	border: 1px solid #CCCCCC;
	padding: 0px 0.5em;
}
#sign .qq a {
	font-size: 16px;
	color: #CC3300;
}
.notification {
	border:3px solid #d55b5b;
	background-color: #ffcdcd;
	padding:5px;
}
.status {
	text-align: right;
}
#sign #regform .note2 {
	font-size: 13px;
	color: #FF0000;
	font-weight: normal;
	text-align: center;
	background: #FFFFCC;
}
