/*!
 * Modified: 2009-09-09 09:44:19
 * CHECKSUM[7a90b4f38745bbddb9881f71fb1a3967]
 */

/* RESET 
--------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, input, button, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
nobr, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; 
}

ol, ul {
	list-style-position: inside;
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, q:before,
blockquote:after, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: none;
	-moz-outline-style: none;
}

:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: none;
}


button {
	width: auto;
	overflow: visible;
	text-shadow: none!important;
}


/* FLOATBREAK
--------------------------------------------------- */

.FloatBreak {
	clear:both;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}




/*BODY
--------------------------------------------------- */

body {
	font-family: 'Arial', 'Verdana', sans-serif;
	color: #002c5c;
	font-size: 11px;
	line-height: 100%;
	padding-bottom: 100px;
	font-size: 11px;
}

p {
	color: #002c5c;
	line-height: 140%;
	margin-bottom: 11px;
}

ul {
	font-size: 11px;
	list-style-position: outside;
}

h1 {

	font-size: 14px;
	margin-bottom: 14px;
	font-weight: bold;
}

h2 {

	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	}

h3 {

	font-size: 12px;
	font-weight: bold;
}

h4, h5, h6 {

	font-size: 11px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #002c5c;	
}

a:hover 
{
	text-decoration: none;
	color: #5f7ba1;	
}

strong {
	font-weight: bold;
}

p.IntroText {
	font-size: 12px;
	width: 600px;
	margin-bottom: 20px;
	line-height: 130%;
}

dt {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 190px;
}

dl {
	display: block;
}


/* PAGE
--------------------------------------------------- */

#Page {
	position: absolute;
	top: 105px;
	width: 100%;
}

#PageAlign {
	width: 1000px;
	margin: 0 auto;
}


/*CONTENT
--------------------------------------------------- */

#Content {
	width: 960px;
	margin: 0 auto;
	z-index: 900;
}


/* DIVIDERS 
----------------------------------------------------*/

.HeavyDivider {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	
	height: 3px;
	width: 100%;
	
	background-image: url(/styles/images/divider_heavy.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.Divider {
	margin:0px;
	padding: 0;
	width: 100%;
	height: 1px;
	background-image: url(/styles/images/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

/* AJAX LOADERS
----------------------------------------------------*/
div.AjaxLoader {
	background: url(/styles/images/ajax-loader-1.gif) no-repeat center center;
	width: 100%;
	height: 75px;
}

/* Added by Malin@BTJ for "loading" image during ajax updates */
.ajaxLoadingCursorOverlay
{
    padding: 5px;
    z-index: 100;
    width: 100px;
    position: absolute;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    cursor: wait;
}



