/* gross layout
 */
 
body
{
   font-family:sans-serif;
   font-size:13pt;
   font-weight:normal;
}
table {
	background-color:white;
	border:1px outset black;
}

tr {
	font-size:10pt;
	vertical-align:top;
}
td { 
	border-bottom:1px solid #D9E0F0;
	border-right:1px solid #D9E0F0;
}
th { background-color:#D9E0F0;}

/* HEADER / BANNER */
div#heading {
    margin-top:-20px;
	background:#084D7B url(/portal/images/atom_bg.png) repeat-x scroll 0 12px; 
    padding-bottom: 20px;
    border-bottom:1px solid #001133;
    height:71px;
    overflow:hidden;
}

#headeruser {
	float: right;
	padding-right:4px;
	margin-top:72px;
	color:#A6B8DB;
}
#headerlogin {
	color:#A6B8DB;
	text-decoration:none;
}
#headerdesc {
	position:absolute;
	left:410px;
	border-left:2px solid;
	padding:0 10px;
	margin-left: 3px;
	top:58px;
	color:#A6B8DB;
	font-size:11pt;
}

#logo {
	position:absolute;
	left:180px;
	top:54px;
}

#picture{
	float:left;
	padding-top:12px;
}
#titletext{
	float:left;
	padding-top:16px;
	padding-left:10px;
}

/* END BANNER */

select#view{
	background-color:#A6B8DB;
	font-size:10pt;
	color:#2B56AE;
	border:2px groove #A6B8DB;
}

div#menu {
    float:left;
    width:160px;
    border-right:black 1px solid;
    border-bottom:1px solid #4066B2;
    background-color:#99ADD6;
}

div#main {
    padding: 6px 0px 0px 162px;
    margin-left: 4px;
}


/* F O R M */
.submit{ margin-left: 105px; font-size:9pt; }

#check { font-size: 9pt; }

#home {
	background-color:#F0E8D9;
	padding:12px 4px 12px 4px;
}


/*  V I E W  S T Y L E S  */
#item {
	background-color:#F0E8D9;
	padding-top:5px;
}

#v_itemlink, #v_itemdate, #v_linktitle, #v_subtitle, #v_details, #v_infoline, #v_linkicon {padding-left:2px;}

#v_itemlink {
   color:#15671C;
   font-size:13pt;
   float:left;
   font-weight:bold;
   height:12px;
   text-decoration:none;
}

#v_recentlink {
   color:#15671C;
   font-weight:bold;
   text-decoration:none;
}
#v_recentgrey {
   color:grey;
   text-decoration:none;
}

#v_title {
	height:14px;
}

#more {
   color:#15671C;
   font-size:10pt;
   font-weight:bold;
}

#v_itemdate {
   color:#992A20;
   font-size:13pt;
   font-weight:bold;
   float:left;
   padding-right:4px;
}

#v_linktitle {
   color:#992A20;
   font-size:13pt;
   font-weight:bold;
   padding-right:4px;
   padding-bottom:2px;
}

#v_subtitle {
   color:#992A20;
   font-size:11pt;
   font-weight:bold;
   padding:10px 4px 6px 0px;
}

#v_linkicon {
   float:left;
   padding: 2px;
}

#v_itemno {
   color:grey;
   font-size:11pt;
   float:right;
   font-weight:bold;
   padding-right:4px;
}

#v_details {
   font-size:10pt;
   clear: right;
   padding-top:8px;
}

#v_itemfoot {
	border-bottom:3px double #2B56AE;
	font-size:9pt;
	height:18px;
	padding:0px 0px 0px 5px;
	margin-top:10px;
}

#v_infoline {
	font-size:10pt;
	margin-top:5px;
	clear:right;
}
#v_commentline {
	font-size:10pt;
	margin-bottom: -3px;
}

#v_fundingheader{
	font-size:10pt;
	padding:4px;
	border-bottom:3px ridge #597ABC;
	border-left:3px ridge #597ABC;
	border-right:3px ridge #597ABC;
}

#tools {
   font-size:9pt;
   color:blue;
   text-decoration:none;
   border:1px solid none;
   padding:4px 2px 0;
}

#tools:hover {
   border: 1px solid darkgrey;
   margin-left:-1px;
   margin-right:-1px;
}

a#attachment {
   text-decoration:none;
   color:black;
}

#textfield{
	font-size:10pt;
	margin:8px;
}
label {	font-weight:bold; }
.leftlabel{
	width:85px;
	float:left;
	margin-top:5px;
}
label#textarea { vertical-align: top; }

/* specifics
 */

h1
{
   color:#6C7FA9;
   font-family:sans-serif;
   font-size:24pt;
   font-weight:bold;

   padding-top:4pt;
   padding-bottom:4pt;
}

#h2
{
   font-size:16pt;
   font-weight:bold;
   margin:0px;
   color:white;
   float:left;
}

legend { font-size:11pt; }
fieldset { width:585px; margin-left:8px; margin-top:15px;}

#h3
{
   font-size:12pt;
   font-weight:bold;
   margin:-1px;
   color:white;
   float:left;
}

ul#nav
{
    list-style-type: none;
    padding-left: 6px;
    margin: 0;
}

div#navsection {
	background-color:#2B56AE;
	padding: 2px 0px 2px 6px;
	color:white;
}

li#nav {
	border-bottom:2px solid #A6B8DB;
}


li#nav, #headeruser, #headerdesc {
    padding-top:2px;
}

a#menu, a#menuselected {
	text-decoration:none;
    font-size:11pt;
}
a#menu:hover {
	color:#226500;
}
a#menu{
	color:#2B56AE;
}
a#menuselected{
	color:#992A20;
/*	background-image:url(/portal/images/i_dot.png);
	background-position: left top;
	background-repeat:no-repeat;*/
	margin-left:-5px;
	padding-left:5px;
}

#title, #subtitle {
	border-color:#D9E0F0 #597ABC #597ABC #D9E0F0;
	border-style:solid;
	border-width:2px;
	background-color:#A6B8DB;
	padding:4px;
}
#title { height:22px; }
#subtitle { height:12px; }

.icon {
	margin:4px;
}
.chosenicon {
	border:3px solid red;
	padding:1px;
}

.mandatory {
   border:1px solid red;
   padding:3px 2px;
}
#mandatory {
	padding-top:6px;
	padding-bottom:0px;
}
.error {
   border:1px solid purple;
   padding:3px;
}
#error { color:red; }

#embedded {
	margin:2px 10px;
	padding:1px;
	background-color:white;
	width:605px;
	border:1px outset;
	background-image:url(/portal/images/smooth.jpg);
	background-position: left top;
}

input#submit {
	background-color:#15671C;
	border:2px ridge #15671C;
	color:white;
	margin-left:85px;
}
input#clear {
	background-color:#992A20;
	border:2px ridge #992A20;
	color:white;
}
.formtitle {
	text-align:center;
	padding:8px;
	font-size:16pt;
	text-decoration:underline;
}

#titletools {
	float:right;
	padding-top:2px;
}
#textcount{
	font-size:8pt;
	margin-left:405px;
}
#charsleft{
	background-color:transparent;
}
#login{
	font-size:10pt;
	color:#A6B8DB;
	text-decoration:none;
}
#nb {
	color:grey;
	font-size:9pt;
	padding:4px;
}
