* {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

a
{
	color: #00407B;
}

body {
	text-align: center;
	background-color:#f3f3ff;
}

div#container {
	background-image: url(../img/horizon-login-box-IT.jpg);
	background-repeat: no-repeat;
	border: solid 1px #999999;
	height: 210px;
	margin: 0 auto;
	position: relative;
	top: 100px;
	width: 510px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#container input {
	border: solid 1px #7f9db9;
	height: 20px;
}

html>body div#container input {
	height: auto;
	padding: 2px;
}

div#container table {
	margin-left: 250px;
	margin-top: 10px;
	width: 300px;
}

html>body div#container table {
	margin-left: 220px;
}

div#lbl {
    margin-top: 110px;
    text-align: center;
    text-decoration: none;
}

table#gv_announce
{
	border-top: solid 1px #00407B;
	border-left: solid 1px #00407B;
	border-right: solid 1px #00407B;
	border-collapse:collapse;
	margin: 0 auto;
	margin-top:25px;
	width: 700px;
}

table#gv_announce td
{
	padding:0px;
}

table#gv_announce th
{
	background-image: url(../img/task_list_top_bar.png);
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;

}

table#gv_announce table.tbl_announcement
{
	border-bottom: solid 1px #00407B;
	border-collapse:collapse;
	width:100%;
}
table#gv_announce table.tbl_announcement tr.firstrow
{
	border-bottom: solid 1px #4C7A9E;
	background-color: #CED7E4;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
	padding: 3px;
	/*margin-left:20%;
	margin-right:20%;	*/
}

table#gv_announce table.tbl_announcement tr.firstrow td.imgcol
{
	background-color: #EDF4F5;
	border-right: solid 1px #4C7A9E;
	text-align:center;
	width:70px;
}

table#gv_announce table.tbl_announcement tr.firstrow td.imgcol img
{
	border : solid 1px #4C7A9E;
	padding:5px;
}


table#gv_announce table.tbl_announcement td
{
	padding:3px;
	text-align:left;
}
