/* page layout for print */

/*Elements not to print
*/
#content-nav, #content-footer, .header-navbar-toggle { display: none;}

td{
	border:border: 1px solid black;
}

html, body, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #page {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#page {
	position: absolute;
	top: 0;
    left: 0;
}

#countdownholder {
	display:none;
	}

#footer {
display:none;
}


#footerleft {
float : left;
} 

#footerright {
float : right;
}

#content {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
	margin-left:10px;
}


#header {
position:relative;
display:block;
height:65px;
margin-bottom:10px;
}

#logo {
position:relative;
left:15px;
top:5px;
float:left;
}

/* page layout end */


/* top navigation elements definition start */

#header .active {
position:relative;
float:left;
top:25px;
left:50px;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

#header #static, #header #toplevel {
display:none;
}


#header .inactive {
display:none;
}


#header ul {
margin:0;
padding:0;
}

#header li {
list-style:none;
float:left;
margin-right:0;
}

/* top navigation elements definition end */

.highlight {
font-weight:bold;
}

.warning {
color:#FF0000;
}

.stabilo {
background-color:#CCCCCC;
}

#submenu {
height:35px;
background-color: #FFFFFF;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 15px;
}


/* form controls definitions start */

#custform fieldset, #user fieldset, #fundsfilter fieldset {
padding:0px;
border:0px;
margin:0;
width:650px;
}

#selectform fieldset {
padding:15px;
border:1px solid #000000;;
margin:0 0 25px 0;
width:400px;
}

#mgtfee fieldset {
padding:15px;
border:1px solid #000000;
margin:0;
width:350px;
}

legend {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

#user .textField {
width:200px;
}

#error {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #000000;
	color: #000000;
}

#error ul {
	padding:0 0 0 15px;
	margin:0px;
}

.fielderror {
color:#FF0000;
}

#custform .textField, #custform .calendarHolder, #fundsfilter .textField, #fundsfilter .calendarHolder {
width:500px;
float:left;
}

#selectform .textField {
width:300px;
}


.fundsetselectform .textField {
width:120px;
}

.fundsetselectform {
margin:0;
padding:0;
}

.selectorform .textField {
width:120px;
}

.selectorform {
margin:0;
padding:0;
}

#custform .calendarHolder img, #fundsfilter .calendarHolder img  {
margin:0 0 0 3px;
cursor: pointer; 
border: 1px solid red;
}

#custform .textAreaField, #fundsfilter .textAreaField {
width:100%;
margin:5px 0 0 0;
}

#custform .colSingleValue, #fundsfilter .colSingleValue {
text-align:right;
}

#custform .colDoubleValue, #fundsfilter .colDoubleValue {
width:100%;
}

/* form control definition end */

/* content style start */

.tSubNavNormal {
text-decoration:none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

p, td, input, select, textarea, .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

/* content style end */



/* buttons */
.button
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:3px;
	background-color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	margin:2px;
	}
	
#mgtfeesholder {
visibility:hidden;
position:absolute;
width:300px;
height:300px;
border:0;
top:175px;
left:15px;
}

/* expander controls start */
.exp_opened {
background-position:0% 100%;
background-repeat:no-repeat;
text-decoration:underline;
padding-left:13px;
}

.exp_closed {
background-position:0% 100%;
background-repeat:no-repeat;
padding-left:13px;
text-decoration:none;
}

/* expander controls end */

.boxed {
padding:1px;
border:1px solid #000000;
}

#operationeditionholder {
position:absolute;
top:340px;
left:455px;
visibility:hidden;
}

#operationeditionform fieldset {
border: 1px solid #000000;
padding:10px;
background-color:#DADADA;
}

#inlinesearchbox {
padding:0;
margin:0;
}

#inlinesearchbox input {
width:80px;
}

/* view data start */

#viewdata {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
}

#viewdata.inactive {
opacity: .3;
filter: alpha(opacity=30);
}

#viewdata.active {
opacity: 1;
filter: alpha(opacity=100);
}

#viewdata th {
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-right:1px solid #000000;
	background-color: #BBBBBB;
	border-bottom:1px solid #000000;
	font-size:9px;
}

#viewdata .label {
	font-size:9px;
}

#viewdata th a {
	font-size:9px;
}

#viewdata td {
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:9px;
}

#viewdata th td {
border:0;
padding:0;
}

#viewdata th.active {
background-color:#C2A8A8;
}

#viewdata td.active {
	background-color:#FFE5E5;
}

/* view data end */


/* pint/screen views switch start */

.printview {
display:block;
}

.screenview {
display:none;
}

/* print/screen view switch end */