﻿/* Contains the default element styles */


/* 
* { margin:0; padding:0; } 
option {padding-left: 0.4em}

body { 
    position: relative; 
    color: #000; 
    background: #fff;
} 

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

*/
html, form {
	height:100%;
	font-size: 11px;
    margin:0;
    padding:0;
}

body, #WindowPage {
	position: relative;
	background-color: #ffffff;
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100.01%; 
	padding: 8px;
	margin:0;
	width:auto;
    text-align: left; 
}

#WindowPage {
	background-color: #f6f6f6;
    }


p, pre {
    text-align:justify;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
}

pre {
	background-color: #dddddd;
	padding: 4px 4px 4px 4px;
	font-size: 11px
}

code {
	background-color: #dddddd;
	padding: 4px 4px 4px 4px;
}

/* anchor element */ 
a {
	text-decoration: none;
	color: #253c89;
}

/* Marked out because of asp:Menu behaviour
a, a:hover, a:visited, a:focus, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #01557c;
}
a:hover, a:visited {
	color: #253c89;
}
*/


/* Headings */ 
h1, h2, h3, h4, h5 {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #01557c;
	line-height: 1.2em;
}

h1 {
	font-size: 11px;
	margin: 8px 0px 12px 0px;
}

h2 {
	font-size: 12px;
	margin: 8px 0px 12px 0px;
}

h3 {
	font-size: 11px;
	margin: 2px 0px 8px 0px;
}

h4 {
	font-size: 11px;
	margin: 2px 0px 4px 0px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0px 8px 0px;
}


/* List Elements */ 
ol,ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 30px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	padding: 0px 0px 2px 0px;
	display: list-item;
	line-height: 1.2em;
}

blockquote, cite {
    margin: 0 0 1em 1.5em;
    font-size: 1em;
    width: auto;
} 

fieldset, img {
	border: 0px;
}

table {
	font-size: 100%;  /*IE 5.5 requirement */
	background-color: transparent;
	empty-cells: show;
}



