/*********************************
	Yahoo Grids
**********************************/



/*********************************
	Forms
**********************************/

input:focus, input:hover {
	background-color: #FFE5EF;
	color: black;
}

fieldset {
	border: 1px solid #B79000;
	padding: 0.5em;
	position: relative;
}
#search {
	background-color: Transparent;
	padding:2px;
	
}
#search fieldset 
{
	margin:0em 1em 0 5px;
	background-color:#FFF;
	padding: 0.5em 0px 0.5em 0px;
	border:0;
	border-top: 1px solid #f0f0f0;
	width:200px;
	

}
#search fieldset legend {
	padding-top: 2px 0 0 10px;
	background-color:#FFF;
}
#search fieldset input
{
	border: 1px solid #999999;
	padding:2px;
	width: 160px;
	float: left;
}

#search fieldset #Branding_lnkSearch {
	background-image:url(/assets/images/tools/search.gif);
	background-repeat:no-repeat;
	background-color: transparent;
	border: none;	
	width:21px;
	height:22px;
	cursor: pointer;
	padding-top: 24px;
	overflow: hidden;
	float: left;
	position: relative;
	right: 1px;
}

#sidebar-primary fieldset {
	margin: 0.5em;	
}

.stormform fieldset
{
	background-color:#FAFAFA;
	border: none;
	padding:1em 10px;
	border-top:1px dashed #27336F;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 1em;
}
.stormform legend 
{
	padding: 0px 5px 0px 5px;
	margin-bottom:10px;
	font-weight: bold;
	background-color:#FAFAFA;
	color:#FF0066;	
}
.stormform fieldset li
{
	padding: 0.2em 0;
}
.stormform fieldset li label
{
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}

.stormform fieldset textarea 
{
    margin-left: 110px;
    margin-left: -90px;
    width: 40em;
}

.stormform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
.stormform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.stormform fieldset fieldset label
{
	display: block;
	width: auto;
}
.stormform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.stormform label {
  width: 120px; /* Width of labels */
}
.stormform fieldset fieldset label {
  margin-left: 103px; /* Width plus 3 (html space) */
}

.genbutton {
	background-color:#0066CC;
	background-image:url(/assets/images/navigation/genbutton_bg.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:35px;
	text-align:center;
	width:150px;
	margin: 0px 0px 20px 0px;
}

.form-error-message
{
	font-weight: bold;
	color: #FF0066;
}

/*********************************
	Navigation
*********************************/

#navigate-tools li, #legal-wrapper li {
	border-left: 1px solid black;
	padding-left: 0.3em;
}

#navigate-tools {
	margin-right: 20px;
	width:60%;
	float: left;
}

#navigate-primary {
	background-image:url(/assets/images/navigation/primary_navbg.jpg);
	background-repeat:repeat-x;
	border-bottom:5px solid #FF0066;
	padding:0pt;
}

.shadow {
	background-color:#CCCCCC;
	border-top: 5px solid #CCCCCC;
	clear: both;
	height: 0;
	padding: 0;
	line-height: 0;
}
#navigate-primary ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px 20px 0px 10px;
}
#navigate-primary li {
	display:inline;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
#navigate-primary li img {
	border:0px none;
	margin-right:3px;
	position:relative;
	top:1px;
	vertical-align:middle;
}
#navigate-primary a {
	background:transparent url(/assets/images/navigation/leftbg.gif) no-repeat scroll left top;
	float:left;
	margin:0pt;
	padding:0px 0pt 0pt 4px;
	text-decoration:none;
}
#navigate-primary a span {
	background-image:url(/assets/images/navigation/rightbg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	padding:10px 15px 5px 10px;
}

#navigate-primary a:hover span, #navigate-primary a:focus span {
	color:#FFFFFF;
	background-position:100% -33px;
}
#navigate-primary a:hover, #navigate-primary a:focus {
	background-position:0% -33px;
	text-decoration:none;
}
 #navigate-primary li.selected a {
	background-position:0% -66px;
	text-decoration:none;
}
#navigate-primary li.selected a span {
	color:#FFFFFF;
	background-position:100% -66px;
}

#navigate-breadcrumb {
	padding: 0.5em;
	border-bottom:1px dashed #333333;
	color:#27336F;
}

#navigate-breadcrumb ul {
	display: inline;
}

#navigate-breadcrumb li a {
	background-image: url(/assets/images/navigation/navigatebreadcrumbbullet.gif);
	background-repeat: no-repeat;
	background-position: right 0.42em;
	padding-right: 9px;
}

#navigate-secondary
{
	margin: 0.5em 0;
}

#navigate-secondary ul
{
	
}

#navigate-secondary li.first
{
	border-bottom:1px dashed #CCCCCC;
	color:#66CCFF;
	padding: 0.8em 0 0.8em 10px;
}

#navigate-secondary li {
	border-bottom:1px dashed #CCCCCC;
	margin:0px;
}

#navigate-secondary li.selected {
	font-weight: bold;
}

#navigate-secondary li a {
	color:#27336F;
	display:block;
	text-decoration: none;
	padding: 0.8em 0 0.8em 10px;
}

#navigate-secondary li a.selected {
	color:#ff0066;
	
}

#navigate-secondary li a:hover {
	background-color:#FFE5EF;
	background-image:url(/assets/images/navigation/secondary_nav_on_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
}

#navigate-secondary li ul {
	list-style-type:none;
}

#navigate-secondary li li {
	border-top:1px dashed #CCCCCC;
	margin-left:15px;
}

#navigate-secondary li li a{
	background-color:#EBEBEB;
	padding:5px 5px 5px 20px;
	font-weight:normal;
}

#navigate-secondary li li a:hover{
	background-color:#D6D6D6;
	background-image:none;
}

#legal-wrapper {
	background-color: #fff;
	margin:20px 10px 0px;
	padding:0
}

/*********************************
	Fonts
**********************************/

h1 {
	font-size: 167%;
}
h2 {
	font-size: 136%;
}

h3 {
	font-size: 122%;
}
p {
	margin-bottom: 1em;	
}

strong {
	font-weight: bold;	
}

/*********************************
	Links
**********************************/

a {
	color:#000000;
}

a:hover, a:focus {
	color:#0093DD;
	text-decoration:underline;
	background-color: #FFE5EF;
}

/* External link style */
.newWinStyle:link {
	background: url(/assets/images/common/externallink.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}
.newWinStyle:visited {
	background: url(/assets/images/common/externallink.gif) no-repeat 100% -100px;
	padding: 0 20px 0 0;
}
.newWinStyle:hover, .newWinStyle:focus {
	background: #FF0066 url(/assets/images/common/externallink.gif) no-repeat 100% -200px;
	padding: 0 20px 0 0;
	color: White;
}

#skipLinks {
	left:0px;
	padding:2px;
	position:absolute;
	top:-500em;
}
#skipLinks a:active, #skipLinks a:focus {

	padding:2px;
	margin-left: 30em;
	position:absolute;
	top:500em;
	white-space:nowrap;
	background-color: #FFE5EF;
}

/*********************************
	Errors and Warnings
**********************************/
.status-message {
    color: green;
	border: 1px solid #cccccc;
	margin-top: 1em;
	padding: 1em;
}
.warning {
	color: Red;
	font-weight: bold;
}
/*********************************
	Header
**********************************/

#branding {
	background-image:url(/assets/images/branding/branding_bg_1.gif);
	background-position:435px 0px;
	background-repeat:repeat-x;
	clear:both;
	height:128px;
}
#logo img {
	display:block; float: left;
	
}
#toptools {
	border-bottom:1px dashed #CCCCCC;
	margin-top:3px;
}

#login {
	float:right;
	font-weight:bold;
	margin-right:20px;
}
#login li
{
	display: inline;	
}

#exit {
	margin-top:-3px;
	width:141px;
	height:22px;
	float:right;
	text-indent: -150em;
}
#exit a {
	background-image:url(/assets/images/navigation/exit.gif);
	background-repeat:no-repeat;
	color:#FF0066;
	display:block;
	height:22px;
	text-decoration:none;
}

#exit a:hover{
	background-image:url(/assets/images/navigation/exit.gif);
	background-repeat:no-repeat;
	background-position:0px -22px;
	color:#0093DD;
}

/*********************************
	Footer
**********************************/

#ft {
	background-image:url(/assets/images/common/footer_device.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	border-top:1px dashed #CCCCCC;
	padding-right:125px;
	
}

#ft img {
	float:left;
	padding:1em;
}

#rainbow
{
	background-image:url(/assets/images/common/rainbow_bg.gif);
	background-repeat:repeat-x;
	height:18px;
}

/*********************************
	Page Content
**********************************/
#page-content {
	background-color: #fff;
	
	margin-left:10px;
}
#page-content li {
	padding-left: 13px;
	background-image: url(/assets/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	line-height: 1.4em;
}
#page-content em {
	font-style: italic;
}

#page-content h1 {
	color:#0083C7;
	margin:1em 0 0.5em 0;
	font-size:167%;
	font-weight:bold;
}

#page-content h2 {
	color: #FF0066;
	margin: 1em 0 0.5em;
}

#page-content .imageright {
	float:right;
	margin:10px 0 10px 10px;
}

#page-content .imageleft {
	float:left;
	margin:10px 10px 10px 0px;
}

.callout {
	width:170px;
	margin:10px 0px 10px 10px;
	padding:35px 5px 10px 10px;
	background-color:#FAFAFA;
	background-image:url(/assets/images/common/callout_bg.gif);
	background-repeat:no-repeat;
	float:right;
}

.callout p {
	text-align:right;
	color:#FF0066;
	font-weight:normal;
	margin-top:3.5em;
	
}

/*********************************
	Lister Control
**********************************/

#home .lister {
	margin-left: 0px;
	margin-bottom: 1em;
}
#home .lister h3 {
	font-size:160%;
	font-weight:bold;
	margin:10px 10px 10px 0px;
	padding:2px 0 5px 0;
	color:#FF0066;
	text-decoration:none;
	background-color:transparent;
	border-bottom:1px dashed #cccccc;
	display:block;
}

#home .lister span {
	font-size:80%;
	color:#FF0066;
	padding: 0;
}
.lister .paging {
	background-color: #EFEFEF;
	background-image: url(/assets/images/lister/lister_pager_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: solid 5px #ff0066;
	font-weight:bold;
	margin: 0px 0px 1.5em;
	padding: 0.5em 5px;
	overflow: auto;
}

.lister .paging p {
	float: left;
	margin: 0;
}
.lister .paging ul {
	float: right;
	clear: none;
}
.lister .paging li {
	background: none;
	background-color:transparent;
	margin: 0 10px;
	color: #777;
}
.lister .paging a 
{
	color: Black;	
}

.lister ul {
	clear: both;
}
#home .lister ul 
{
	clear: none;
	margin-bottom: 2em;
}
.lister ul.items li, #home .lister ul.items li {
	background-image:url(/assets/images/lister/startab.jpg);
	background-repeat:no-repeat;
	display:block;
	margin:1em 0 0;
	padding:0 0 0 44px;
}
#home .lister ul.items li 
{
	background-position: left;
	background-color:#F0F0F0;
	margin-top: 0;
	border-bottom:1px solid #0093DD;
	padding-bottom:0.5em;
}
#home .lister ul.items li h4 a
{
	font-weight: bold;	
}

.lister ul.items li.event, #home .lister ul.items li.event {
	background-image:url(/assets/images/lister/eventtab.jpg);
}
.lister ul.items li.library, #home .lister ul.items li.library  {
	background-image:url(/assets/images/lister/librarytab.jpg);
}
.lister ul.items li h3
{
	
	color:#0083C7;
	margin:0.5em 0px 0px 0;
	padding:0.5em 0px 0.4em 10px; 
	font-weight:normal;	
	background-color:#F0F0F0;
	border-bottom:1px dashed #CCCCCC;	
}
.lister ul.items li h3 a
{
	color:#0083C7;
	margin:1em 10px 0.5em 0;
	padding-right: 10px;
	font-weight:normal;	
	font-size: 114%;
}

.lister ul.items li span {
	color:#333333;
	display:block;
	font-weight:bold;
	padding:0.5em 10px;
	background-color:#F0F0F0;
}
.lister ul.items li p 
{
	padding:0 10px 1em;	
	border-bottom:1px solid #0083C7;
	background-color:#F0F0F0;
}
.lister ul.items li:last-child {
	margin-bottom: 1em;
} 
.library_doc_icon {
	border:0;
	margin-top:2px;
}

#home .lister li 
{
	margin-top: 0;	
}

#sidebar-secondary .lister 
{
	border: none;
	padding: 0;
}

#sidebar-secondary .lister  li
{
	padding: 0;
	background-color: White;
}

.warning {
	color:red;
	border:1px solid #FF0066;
	background-image:none;
	background-color:#FFFFFF;
}

/*********************************
	Poll Control
**********************************/

.poll 
{
	background-color:#000000;
	background-image:url(/assets/images/navigation/leftpanel_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 180px;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px 0px 0px 0px;
}
.poll h2 
{
	background-image:url(/assets/images/navigation/your_view.jpg);
	background-repeat:no-repeat;
	background-color: #000;
	color:#FFFFFF;
	font-size:136%;
	margin:0 0px .5em 0;
	padding:10px 0px 10px 60px;	
}

.poll span 
{	margin:0px;
	padding:0 0px 0 0px;
	color: White;
}
.poll p 
{	margin:0px;
	padding:0 10px 0 10px;
	color: White;
	font-weight:bold;
	
}
.poll table
{
	margin: 1em 15px 0em 15px;
	color: White;
}
.poll label 
{
	margin-left: 10px;
}
.poll input:hover {
	background-color: transparent;
}

.poll input[type='submit'] {
	background-color:#0066CC;
	background-image:url(/assets/images/navigation/submit_bg.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:35px;
	text-align:center;
	width:150px;
	margin: 16px 16px 10px 16px;
}
.poll-status-message {
	margin: 0 8px;
	padding-bottom: 1.5em;
	color: white;
	text-align: center;
}

.pollresults 
{
	background-image:url(/assets/images/navigation/resultpanel_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.pollresults table 
{
	margin:10px 10px 15px 15px;
	font-size:110%;
	
	}
	
.pollresults table td
{
	padding:0px 0px 5px 0px;
	
	}
	
.pollresults table td span.figure
{
	margin-left:10px;
	color:#66CCFF;
	font-weight:bold;
	
	}

.ceop-report-icon
{
	display:block;
	margin-top: 7px;
}
a.ceop-report-icon:hover, a.ceop-report-icon:active, a.ceop-report-icon:link, a.ceop-report-icon:visited, a.ceop-report-icon:focus
{
	background-color: Transparent;
}
