/* CSS Document */

@media print{

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#f9fbff url(images/bgGrad.gif) repeat-x left 116px;
}



h1 {
	font-size: 130%;
	color: #101C43;
	margin-bottom: 15px;
	margin-top: 2px;
	border-bottom : 2px solid #101C43;
	padding-bottom : 6px;
}

h2 {
	font-size: 110%;
	color: #555;
	margin-bottom: 4px;
	margin-top: 2px;
}

h3 {
	font-size:100%;
	margin-bottom: 2px;
	margin-top: 2px;
}

h4 {
	font-size: 90%;
	margin-bottom: 2px;
	margin-top: 2px;
}

h5 {
	font-size: 80%;
	margin-bottom: 2px;
	margin-top: 2px;
}

h6 {
	font-size: 70%;
	margin-bottom: 2px;
	margin-top: 2px;
}

FORM { 
	margin-top:4px;
	margin-bottom:4px;
}

TEXTAREA {
	FONT-SIZE: 1.0em; 
	COLOR: black; 
	FONT-FAMILY: courier, monospace
}

P.instruction {
	PADDING-LEFT: 10px; 
	FONT-SIZE: 1em; 
}

P.error {
	PADDING-LEFT: 10px; 
	FONT-SIZE: 1.0em; 
	COLOR: red
}

.label {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.0em; 
	TEXT-ALIGN: right
}

#container
{
    margin:0,0,0,0;
}

#banner{
	display:none;
}

#greyBan
{
    display:none;
}

#logoLeft{
	display:none;
}

#logoRight{
display:none;
}


#content
{
	vertical-align:top;
	padding-left:30px;
	padding-right:50px;
	margin:0;
}

#footer
{
    display:none;

}

#info{
	display:none;

}

/*********************Log in window information */

#login{
	width:570px;
	margin-left:auto;
	margin-right:auto;
}

#loginForm{
	width:250px;
	float:left;
}

#loginPicture{
	width:264px;
	height:290px;
float:right;
	background:url(images/people.jpg) no-repeat right bottom;
}

#login input:focus, input:active, textarea:focus, textarea:active {
background:#FFFFEF;
}

/*****************Left menu layout */

#leftMenu
{
display:none;
	
 }
 
 #navlist 
 {

display:none;


 }

#navlist li
 {
display:none;

 }

#navlist li a {
display:none;
	}

 
 #navlist li a#current { 
display:none;
 }
 
 #navlist li a:link { text-decoration: none; }
 #navlist li a:visited { text-decoration: none; }
 #navlist li a:hover { 
display:none;
}
  /********************/
 
 
 #mainBody
 {
    width:auto;
 }
 
 /*****************Unsorted ****/
.submit {
color: #2b333c;
}
.submit,
.submit-disabled {
background: #fefefe url(images/background_form_element.gif) repeat-x;
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.submit:hover,
.submit:focus {
border: 3px double;
border-color: #aedf9a #94da78 #6ab94b #94da78;
}
.submit:visited {
color: #2b333c;
}
html>body input.submit-disabled, 
html>body input.submit-disabled:hover, 
html>body input.submit-disabled:focus {
color: #8A8E92;
background-color: #f2f2f2; 
border: 3px double;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

#activity{
	background-color:#D3D3D3;
	border: 1px solid #C0C0C0;
}

.tableheader{
    background-color:#d8e1ff;
}

.trodd{
	background-color:#101c43;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.treven{
	background-color:#d8e1ff;
	

}
.clear {clear:both;}

.tableborder{
	border: 1px solid #101c43;
}


 /* CPD Drill Down */

li.selectedUser{
	list-style-type: disc;
	background:#fff url(images/button.gif) repeat-x;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
}
li.unSelectedUser{
	border: 1px solid #CCCCCC;
	list-style-type: circle;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-image: url(images/grey_gradient.gif);
}
li.unSelectedUser a{
	color: #000000;
	text-decoration: none;
}
li.unSelectedUser a:hover{
	color: #000000;
	text-decoration: underline;
}

tr.tableWidthSettings{font-size: 1px;}
th.devGoalDash{background-color:#F4F4F4; border-top:1px solid #CCCCCC;}
th.devGoalHeader{border-left:1px solid #CCCCCC; padding: 4px; text-decoration: underline;}

td.devGoal{border-left:1px solid #CCCCCC; text-align: center;}
td.devGoalSelected{background-color:#F4F4F4;}
td.selectedActivities{border:1px none black; background-color:white;}
td.blank{background-color:#F4F4F4;}