
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	background: #b2ada4;
}

a:link, a:visited { 
	color: #3C76a6; 
	text-decoration: none;
} 

a:active, a:hover { 	
	color: #3C76a6;
	text-decoration: underline
}


h1 {
	margin: 0 0 10px 0;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background:url("../images/menu_header_img.gif") repeat-x scroll left bottom #ffffff;
	height: 10px;
	padding-left: 10px;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

p {
	text-align: justify;
	padding: 0;
	margin: 0;
}

#login_panel form {
	margin: 0px;
	width: 100%;
	text-align: left;
}

frameset {
	margin-bottom: 25px;
}

.form_row{
	margin-bottom: 10px;
}

label {
	margin-right: 10px;
	font-weight: bold;
}

#login input[type="text"], #login input[type="password"] {
	width: 105px;
	height: 16px;
	
}

input[type="submit"] {
	width: 100px;
}

#login .button{
	height: 25px;
}

select {
	height: 25px;
	width: 150px;
}

#container {
	margin: auto;
	width: 910px;
	padding: 0 25px;
	background: #ffffff;
}

#header_imgs table {
	width: 910px;
}

#logo {
	float: left;
	width: 450px;
	vertical-align: middle;
}

#llp {
	float: right;
	vertical-align: middle;
}
		
#header_panel {
	width: 910px;
	height: 38px;
}

#header_imgs {
	background: #FFFFFF url(../images/footer_background.gif) bottom center no-repeat;
	padding-bottom:9px;
}

#title_section {
	float: left;
	width: 270px;
	height: 50px;
	padding: 50px 0 5px 0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#top_right_section {
	float: right;
	text-align: right;
	width: 200px;
}

#top_right_section ul {
	margin: 0px;
	padding: 5px 0 0 0;
}

#top_right_section ul li{
	display: inline;
	margin-left: 2px;
	font-weight: bold;
}

#top_right_section ul li a img {
	border: 0 none;
}

#top_left_section {
	float: left;
	text-align: left;
	margin-top: 10px;
}

#menu {
	display: block;
	width: 910px;
	height: 60px;
	margin-bottom: 20px;
	background: #ffffff url(../images/menu_background.gif) no-repeat;
}

#menu ul {
	padding: 15px 0 0 0;
	margin: 0 0 0 90px;
	list-style: none;
}

#menu ul li a{
	float: left;
	padding: 0 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a:hover, #menu li .current{
	color: #1f3e58;
}

#menu ul li a#selected, .operations_box h4 a#selected, #login_panel a#selected { 
	color: #1f3e58; 
}

#content {
	float: left;
	width: 910px;
	margin: 0;
	padding: 0 0 40px 0;
	background: #FFFFFF url(../images/footer_background.gif) bottom center no-repeat;
}

#rightcolumn {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0;
}

#leftcolumn {
	float: left;
	width: 231px;
	padding: 0px;
	margin: 0px;
}

#login_panel{
	width: 220px;
	margin: 0 0 15px 0;
	padding: 0 0px 15px 0px;
	background: #e4e4e4;
}

#login_panel .login_panel_box {
/*	padding-bottom: 5px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;*/
}


#operations_section {
	width: 220px;
	margin-bottom: 15px;
	padding: 0 0px 15px 0px;
	background: #e4e4e4;
	
}

#operations_section .operations_box, #login_panel .operations_box  {
	padding-left: 10px;
}

#footer {
	clear: both;
	width: 960px;
	padding: 5px 0;
	text-align: center;
}

#footer table {
	width: 910px;
}
#footer_left{
	text-align: left;
}

#footer_right{
	text-align: right;
}

#partnerstable th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#417aa6;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	height:29px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
}

#partnerstable tr#rowA {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#DBDBDB;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	height:29px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	font-weight: bold;
}

#partnerstable tr#rowB {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#B1B1B1;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	height:29px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	font-weight: bold;
}

#deliverablestable th {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#417aa6;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	height:29px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
}

#deliverablestable tr {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	height:29px;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	font-weight: bold;
}

#deliverablestable tr td { 
	max-width: 100px;
	padding: 5px;
	word-wrap: break-word;
	overflow:hidden;
}

td.news_title {
	color:#3C76A6;
}

table.press {
	border-collapse: collapse;
	width: 100%;
}


#error, #FileErrorEn, #FileErrorEl, #FileErrorEt, #FileErrorIt, #FileErrorDe, #FileErrorSl, #FileError {
	color: red;
	display:row;
	text-align:left;
}

#postby {
	background:#FFFFFF none repeat scroll 0 0;
    border-bottom:1px solid #DDDDDD;
	margin:20px 0;
	font-size: 10px;
}

.AddFile {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/add.gif) no-repeat scroll 0 0;
	cursor:pointer;
	padding:2px 0 2px 18px;
}

.RemoveFile {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/delete.gif) no-repeat scroll 0 0;
	padding:2px 0 2px 18px;
	cursor: pointer;
}

td.title{
	text-align: left;
}

td.mandatory{
	background-image: url(../images/red_star.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 10px;
}

td.labeltd {
	width: 120px;
}

td.error {
	padding-left: 113px;
}

td.buttontd {
	padding-left: 10px;
}

input[type="submit"], input[type="reset"], input[type="button"], input.form_button {
	background:none repeat scroll 0 0 #F2EFE9;
	border:1px solid #97938C;
	color:#000066;
	cursor:pointer;
	font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding:4px;
	width: 90px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input.form_button:hover {
	background:none repeat scroll 0 0 #F2EFE9;
	border:1px solid #417aa6;
	color:#000066;
	cursor:pointer;
	font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding:4px;
}

input[type="text"], input[type="password"], input.text, textarea, input.title, select {
	width:273px;
}

input[type="checkbox"] {
	margin-left: 9px;
}
 
#FileItem, #FileItemEn, #FileItemEl, #FileItemEt, #FileItemIt, #FileItemDe, #FileItemSl {
	padding-left: 9px;
}

ol {
	-moz-padding-start: 0;
	padding-left: 0;
}

li { 
	text-align: justify;
	list-style-position:inside;
}

table#unauthorized {
	margin-left:-180px;
}

td.nonmandatory {
	padding-left: 9px;
}

.image {
	float:left;
	padding:0 17px 0 0;
}
















#news {
	margin-bottom: 30px;
	
}

#news .newsback{
	background-repeat: repeat-x;
    margin-top: 3px;
	}

#news div {
	margin-bottom: 10px;
}

#news h2 {
	margin: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px;
}

#news p {
	margin: 0;
	padding: 0 0 0 17px;
}

#news .date {
	color: #3082AF;
	font: normal 11px Verdana, sans-serif;
}

#news .title {
	color: #000066;
}

#news .allnews {
	color: #3366CC;
	float: right;
}

#news ul#whatsnew {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#news ul#whatsnew li {
	padding: 5px 0 10px 0;
}

#news ul#whatsnew li a {
	color: #3366CC;
}
	
