
html, body {
	height:100%;

}

body {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin:0px;
	padding:0px;
	min-width:800px;
	border-top:solid 1px #fff;


	
}
.confirmLink a{
font-size:150%; text-decoration: underline !important; color: #55DD55 !important
}
/* AJAX SECTION */
/* main loading image in centre of SCREEN */
#loader
{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:98;
}

#loadergif
{
	position:relative;
	top:48%;
	left:48%;
	z-index:99;
}
.hidden
{
	visibility:hidden;
}
.noDisplay
{
    display:none;
}
/* class used during a callback to hide the search results */
.disable
{
}
.disable a
{
	color:Gray!important;
}

#loginpane
{
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    background-color: #ccc;
    -moz-opacity:0.7;
}

#loginframe
{
    width: 70%;
    left: 15%;
    top: 20%;
    height: 60%;
    position: fixed;
    z-index: 101;
}

/* END OF AJAX SECTION */

#header {
	margin:2px 0px 0px 0px;
	height:61px;
	background:url(gfx/fca-boe-logo.gif) no-repeat;
	padding:1px;
	cursor:pointer;
}

#header p {
	margin:0px;
	font-size:11px;
	text-align:right;
	padding:38px 0 0 0;
}

#title {
	width:100%;
	margin-top:0px;
	background-color:#666;	
}

#title h1 {
	margin:0px;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	padding:5px 0px 5px 190px;
}

.publicTitle 
{
padding-top:15px;
margin-bottom:-7px;
padding-left:3px;
}

#wrap {
	width:100%;
}

#menu 
{
	font-size:1em;
	/*min-height:100%;
	height:100%;
	background:#ccc;
border: dotted 3px red;*/
}

/* Status Information */
#status, #trace
{
	width:100%;
	color:#0000CC; 
	font-size:1em;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	margin:0px 0px 4px 0px;
	/*background-color:#f5f5f5;*/
	min-height:1.5em;
}
#status .debug
{
	color:#66cc66;
	float:right;
}
#status .statusText
{
	display:block;
}
/* Exceptions */
#trace .ex
{
padding-left:25px;
color:blue;
}
#trace .ex .title
{
display:block;
color:Red;}
#trace .ex .source
{font-style:italic;}
#trace .ex .message
{padding-left:5px;}
#trace .ex .stacktrace
{display:block;font-weight:normal;}
#trace .ex .data
{display:block;color:green;}
/* End of Status Information */

/* Hide debug info from users 
#status .debug
{display:none;}
#status .ex .stacktrace
{display:none;}
#status .ex .data
{display:none;}*/

div.home { border: solid 1px #ccc; padding-top:10px; padding-bottom:30px; padding-left:30px; padding-right:30px; margin-top:25px; margin-bottom:20px; }



#content 
{
/*	top: 120px;
	float:left;
border: dotted 3px green;*/
width:960px;
margin:-10px;
}

#content .head
{
	font-weight: bold; font-size: 16px; color:#000;
}
#content .text
{
	font-size: 12px; /* color: rgb(101, 101, 101);*/ font-family:Arial, Helvetica, sans-serif; color:#000; line-height:16px;
}

#language 
{
	font-size:0.9em;
float: right;
padding-right: 10px;
margin-top: -25px;
}

/*#footer {
	clear:both;
	width:auto;
	text-align:center;
	font-size:0.9em;
	margin:60px 0 30px 0;
}*/
/* ===================================== */
/* ========= footer styles ========== */
/* ===================================== 

#footer { clear: both; float: left; background: #666;  color: #fff;  width:100%;}
#footer a { text-decoration: none; color: #e6e6e2; cursor: pointer; }
#footer a:hover { text-decoration: underline; }
#footer-control { float: left; display: inline; width:100%; min-width:800px;padding: 10px 30px 10px 0px; }
#footer-control p { float: right; margin: 0; padding: 0; font-size: 100%; color: #fff;  }
#footer-control p#expand_footer { float: left; padding-left: 10px; text-decoration: none; color: #ccc; font-size: 1.1em;}
#footer-links { float: left; width: 100%; border-top: 1px solid #a3a3a3; padding: 20px 0; }
#footer-links ul {  float: left; display: inline; width: 220px; height: 13em; margin: 0; border-right: 1px solid #8f8f8f; padding: 0 10px; list-style: none; list-style-position: outside; color:#990000; }
#footer-links ul.first-footer-list { width: 209px; margin-left: 10px; }
#footer-links ul.last-footer-list { width: 160px; margin-right: 10px; border-right: 0; }
#footer-links ul li { margin: 0 0 0.2em 0; background: #666 url(/img/footer-bullet.gif) no-repeat 0 6px; padding: 0 0 0 10px;  color:#ccd7e5;}
#footer-links ul li.section_head { margin-bottom: 0.4em; background-image: none; padding-left: 0; font-weight: bold; }
*/
/* ===================================== */
/* ========= end footer styles ========= */
/* ===================================== */

#footer {
	clear:both;
	width:auto;
	text-align:center;
	font-size:10px;
	margin:50px 80px 30px 0;
}

a.footer:link, a.footer:visited { color:#F00; text-decoration:none;}

#content a:link, #content a:visited, #content a:active{
	color:#CC0000;
	text-decoration:none;
}

/* pl = padded link */
#content  a.pl:link, #content a.pl:visited, #content a.pl:active{
	padding-left: 8px;
	padding-right: 8px;
}

#content a:hover {
	text-decoration:underline;
}

a.customiseButton
{
float:right;
height:0px;
color:blue!important;
padding-right:10px;
}

/* Login status */
.loginName 
{	
}
.loginStatus
{	
}


/*--------- START parms changes----------- */

fieldset {
	width:100%;
	/* margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	background-color:#fbfbfb;
	border-spacing:10px;*/
	margin:10px; padding:10px; border:none;
}

.legend {
 height:30px; font-weight:bold; line-height:30px; background-color:#ccc; width:800px; padding-left:20px; padding-right:-20px;

}



input, select {
 	font-family: Tahoma, sans-serif;
/*	font-size:0.9em;*/
}

.formlabel {
	padding-bottom:6px;
	
}

.formrow {
	padding-top:10px;
	
}

.buttonLink {
	text-decoration: none;
	border: 0;
	background-color: #333;
	margin-left:15px;
	color: #fff;
	cursor:pointer;
	font-weight:bold;
	font-family:Tahoma; font-size:11px;
	height:20px; width:auto; vertical-align:middle; 
	margin-bottom:10px;
}

.buttonLinkAdvanced {
	text-decoration: underline;
	border: 0;
	background-color: Transparent;
	margin-left:0px;
	margin-top:15px;
	padding-bottom:20px;
	color: #c00;
}

div #ctl00_MainContent_SocietySearch1_pnlSearch{ border: solid 1px #ccc;}
/* span __ctl00_ContentPlaceHolder1_SearchresultsGrid__ {

position:absolute;
float:left;
left:20px;
} */


/* span table.searchResults {
background-color:#f5f5f5;
position:relative;
float:left;
left:20px;
top:-20px;

} */


/*--------- END parms changes----------- */

/*---------Permissions-------------*/

.roles
{
width:200px;
float:left;
}
 .checkBoxSubSection span
{
display:block;
float:left;
width:50%;
padding-bottom:5px;
}
 .checkBoxSubSection .header
{
clear:both;
background-color:#ccc;
padding:5px;
}
 .checkBoxSection .header
{
clear:both;
background-color:#666;
color:white;
padding:5px
}



/*--------- Actions----------- */
div.aucheader {
	background-color: #B9B99D;
	border-bottom: solid 1px #B9B99D;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.auccontent *
{
margin-left:20px;
}


div.aucfooter {
    margin: 5px 5px 5px 5px;
}

/*--------- Society Register: notes ----------- */

.importantNote
{
clear:both;
	background-color: #f33;
	color: #fff;
	font-weight: bold;
padding: 2px 2px 2px 2px;
margin-bottom: 18px
}
.importantNote a
{
	color:#fff!important;
}
.importantNote .user
{
float:right;
color:#c00;
margin-top: 2px;
}


/*--------- search page ----------- */
.searchPanel
{
	margin:0px; padding:0px;  width:820px; border:hidden;
}

.searchPanel LEGEND
{
margin:0px; padding:0px; 
}

.searchEntry 
{
	float:left;
	margin:10px;
}

.searchResults  {
}

.nodataPanel {
}

/*--------- table rows ----------- */
/*
	row and alternate row are tr elements in a table
	for the search and admin pages, footer is also a tr
*/

.row {
	background-color:#fff;
}

.alternate
{
	background-color:#eee;
}

.alternateRow {
	background-color:#eee;
}

.footer {
}


/*--------- (holiday) calendar -------------- */
.calendarTitleStyle {
}

.calendarNextPrevStyle {		
}

.calendarDayHeaderStyle {
}

.calendarDayStyle {	
}

.calendarSelectedDayStyle {
}

.calendarOtherMonthDayStyle {	
}

.calendarWeekendStyle {
}

.calendarSelectorStyle {
}

/* Validation Summary */
.validationSummary
{
	border-width: 1px;
	border-style: dashed ;
	border-color: #FFAAAA;
	background-color: #FFFBFB;
}

#form1 h1{
	margin:2px 0px 0px 0px;
	height:61px;
	background:url(gfx/fsa-tools.gif) no-repeat;
	text-align:left;
	padding-left:560px;
	font-size:1.5em;
	padding-top:34px;
	color:#788275;
}

#greyBar{
	width:100%;
	background-color:#666;
	height:40px;
	position:relative;
	top:-31px;
}

.LoginPanel{
width:50%;
margin-left:auto;
margin-right:auto;
border: solid #cccccc 1px;
text-align:center;
background-color:#f7f6f3;
padding:10px 10px 10px 10px;
}

.LoginPanel * {
margin-left:auto;
margin-right:auto;
}

.LoginTitle{
padding-top:10px;
padding-bottom:10px;
font-size:1em;
font-weight:bold;
}

#Login1_RememberMe{
margin-top:30px;
}

#Login1_LoginButton{
border:none;
background-image:url(gfx/fsa-tools.gif);
width:50px;
height:20px;
}

.confirmDelete
{
	width:12em;
}

#ctl00_ContentPlaceHolder1_uctCaseActionsList_panelActions table.table{
background-color:#f5f5f5;
border: 1px dashed #cccccc;
margin-bottom:10px;
}

/* for annual returns action - highlights rows with values outside set variance */
.varianceWarning
{
    background-color: #f33;
}

/* Next Actions Panel */
.actionComplete
{
	color:gray!important;
}

.actionRequired
{
	font-weight:bold;
}

.actionActive
{
	color:blue!important;
}


/*Calendar Control*/
.datePicker
{
	overflow: visible;
	width:12.5em;
}
.datePicker img
{
vertical-align:middle;
}

.calendar
{
	border: solid 1px black;
	text-align:center;
}
.calendar a
{
	color:Black!important;
	text-decoration:none!important;
}
.calendar td
{
padding:0px!important;
}
.calHeader td
{
	font-weight:bold;
	border-bottom:solid 1px black;
}
.calSelected
{
	background-color:#aaaaaa;
}
.calSelected a
{
	font-weight:bold;
	color:white;
}



/* Linked Cases */

.linkedCasesPanel
{
border:solid #b9b99d 2px;
border-top-width:0px;
padding:5px;
margin-bottom:5px;
}
/* DSD - re-write */
.scrollBox{height:300px;overflow:auto;border:1px solid #777777;margin:0 100px 0 100px;min-width:300px;padding:5px;}
.errorMessage{color:#AA3333 !important;font-weight:bold;}
.bordered{border:1px solid #DDDDDD;}
.maxwidth {width:100%;}
.register input{width:300px;}
#content{padding:10px;}

/* DSD - re-write */

/**** SUB MENU ****/

#submenu ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style:none;
}

#submenu li {
	padding:0px 0px 10px 20px;
}

#submenu li a:link, #submenu li a:visited  {
	text-decoration:none;
	color:#000;
}

#submenu li a:hover {
	text-decoration:underline;
}

#submenu li a:active {
	color:#000;
}

#submenu li.current {
	font-weight:bold;
}

#submenu h2 {
	font-size:12px;
	color:fff;
	background:#cccccc;
	margin:0px;
	padding:5px 0px 5px 20px;
}
#submenu {
	float:left;
	width:126px;
	font-size:12px;
	min-height:100%;
	height:100%;
}