body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(/tasks/sites/sum/assets/Image/bktop.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	/*background-color:#14547E;*/
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
        clear:both;
	background-image: url(/tasks/sites/sum/assets/Image/containerbk.jpg);
	background-position:top center;
	background-repeat: repeat-y;
z-index: -1000;
padding:0;
} 

#container_sr {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
        clear:both;
	background-image: url(/tasks/sites/sum/assets/Image/containerbkr.jpg);
	background-position:top center;
	background-repeat: repeat-y;
} 

#container_sl {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
        clear:both;
	background-image: url(/tasks/sites/sum/assets/Image/containerbkl.jpg);
	background-position:top center;
	background-repeat: repeat-y;
} 
#header {
	height: 323px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
z-index: -1000;
background-image: url(/tasks/sites/sum/assets/Image/header_1a.jpg);
background-position: center 162px;
background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
height:123px;
}
#sidebar1 {
	width: 150px;
	margin: 30px 25px 10px 25px;
	float: left;
	height: 100%;
	padding: 0px;
}


#mainContent {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
        width: 580px;
	min-height: 250px;
        float:left;
} 


/* @group Index Page Background 
=================================================== */

#mainContentindex {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
        width: 380px;
	min-height: 250px;
        float:left;
} 


#indexnews {
  	width: 150px;
	margin: 30px 25px 10px 25px;
	float: right;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end Index Page Background 
=================================================== */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}


a:link {
	color: #006D95;
	text-decoration: none;
}
a:visited {
	color: #006D95;
	text-decoration: none;
}
a:hover {
	color: #006D95;
	text-decoration: underline;
}
a:active {
	color: #006D95;
	text-decoration: underline;
}


a img {
	border:none;
}




/* @end Header
--------------------------------------------------- */







p, ul, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-align: left;
}





h1, h2, h2.pageTitle { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #2F6B22;
	text-align: left;
}

h3 /*HEADLINE*/  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #2F6B22;
	text-align: left;
}


h4 /*SUB1*/  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1A386F;
	text-align: left;
}

h5  /*SUB2*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006D95;
	text-align: left;
}

h6, h7 /*SUB3*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
}



/* @group Primary Nav
=================================================== */




#navPrimary * {
	margin:0px;
	padding:0px;
}

#navPrimary {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right:0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:0px solid green;
	width: 850px;
	position: absolute; 
	top: 153px;
        float:left;
z-index: 100;
	background-image: url(/tasks/sites/sum/assets/Image/header_nav.jpg);
	background-repeat: repeat-x;
/*      	text-align:center;*/

}


#navPrimary ul   {
       float:left;

}


#navPrimary li   {
	float: left;
	position: relative;
      	list-style-type: none;
      	/*width: 145px;*/
       	margin:0px;
      	white-space: nowrap;
	text-align:left;

}

#navPrimary a {
	display:block;
	line-height:14px;
	padding: 7px 35px 7px 35px;
	color: #FFF;
	text-decoration: none;
	background-color: none;

}

#navPrimary a:hover {

	background-color: #00486E;
	color: #fff;

}

#navPrimary li ul {
	position: absolute;
	display:none;
	width: 175px;
	/*left: 0px;*/
	border-top: 0px solid #fff;

}

#navPrimary li:hover ul {
	display: block;

}


#navPrimary li ul li {
	width: 100%;
	text-align:left;
}
#navPrimary ul a {
background-color: #006D95;
	padding: 7px 15px 7px 15px;

}
#navPrimary ul a:hover {

	background-color: #00486E;

}
/* @end Primary Nav
--------------------------------------------------- */




/* @group Footer
=================================================== */

#footer {
	height: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-left: auto;
	margin-right:auto;
	margin-top:-10px;
	width:852px;

}


#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: underline;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
}

#footer li.last {
	padding: 0;
	margin: 0;
	border: none;
}

#footer p {
	margin: 0;
	float: left;
}

/* @end Footer
--------------------------------------------------- */









/*  @goup Share price
===================================================== */

.share {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E15F23;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
.share a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E15F23;
	line-height: normal;
	text-decoration: none;
}
.share a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E15F23;
	line-height: normal;
	text-decoration: none;
}
.share a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #144E94;
	line-height: normal;
	text-decoration: none;
}
.share a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #144E94;
	line-height: normal;
	text-decoration: none;
}

/*  @end Share price
----------------------------------------------------- */





/* data tables
-----------------------------------------------------  */


.tablehead {
color: #FFF;
background-color: #1A386F;
border: 0px solid #FFF;
}

.row1 {
background-color: #FFF;
border: 0px solid red;


}
.row2 {
background-color: #F0EEE4;
border: 0px solid red;

}

/* @end data tables
-----------------------------------------------------  */






/* announcements @table Layout
===================================================== */

.tbl_announcements {
        border: 0px solid;
	background-color: #ffffff;
	font-size: 11px;
        width: 100%;
        padding: 5px;
        font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
}

.tbl_announcements th {	
	background-color: #006D95;
        color: #ffffff;
        padding: 5px;

}

.tbl_announcements td {
        font-weight: normal;
        padding: 5px;
}
	
.tbl_announcements tr {
	background-color: #ffffff;
        font-weight: normal;
	}

.tbl_announcements tr.altrow {
	background-color: #F0EEE4;
        font-weight: normal;
	}
	
/* End announcements @table Layout
----------------------------------------------------- */





/* @group CLEARFIX
=================================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* @end CLEARFIX
---------------------------------------------- */




/* @group fckstyles
=================================================== */


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #5C1825;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #144E94;
	text-decoration: none;
	text-align: center;
}

.qimtrh

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #E15F23;
}


.qimtrh td

{
	color: #FFF;
}

.qimtrodd
{
	background-color: #FDEEE2;

}





/* @group Forms
============================================== */

form { margin-bottom: 2em; }

form ul,
form ol,
.content form ul,
.content form ol { margin: 0; padding: 0;}

fieldset ol { padding-top: 15px; }

form li {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
	}

form li#svCaptcha {
	width: auto;
	/*margin-left: 27%;
	padding-left: 7px;*/
	}

form li#svCaptcha img {
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	}

fieldset {
	clear: both;
	margin: 0 0 2em;
	padding: 0 15px .5em;
	border: 1px solid #ccc;
	}

legend {
	margin-left: -10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	border: none;
	}

label,
p.fieldLabel {
	float: left;
	width: 25%;
	margin-right: 2%;
	padding-right: 7px;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
	}

.multiInputs {
	float: left;
	}

.inputNote {
	font-size: .9em;
	color: #777;
	}

/*.stack .inputNote { margin-left: 2.4em; }*/

form li a { margin-left: 135px; } /* Margin to account for width of label, label margin. */

form li span { font-weight: normal; }

form textarea {
	width: 40%;
	height: 6em;
	}

form .buttons { text-align: right; }

button, .buttons input { cursor: pointer; }
input[type=submit] { cursor: pointer; }








/* @group Login Form
============================================== */

#svLoginContainer {
	width: 370px;
	margin: 0 auto;
	}

form#login { margin-bottom: .5em; }

form#sendLogin { margin-bottom: 2em; }

.sidebar #login h3 {
	padding-bottom: 0;
	border-bottom: 0;
	}

#login fieldset { margin-bottom: 0; border: none;}

#svLoginContainer p.required {
	margin: .5em 0 2em;
	}

#login label,
#sendLogin label {
	float: none;
	width: auto;
	text-align: left;
	}

#loginContainer input.text,
#sendLogin input.text {
	width: 240px;
	}

#sendLogin p { margin: 1em 0 0; }

#notRegistered {}
#notRegistered h3 {}
#notRegistered a {}

/* @end Login Form
----------------------------------------- */








/* @group Portals
============================================== */

#svPortal {
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	}

#svPortal dl {
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
	}

#svPortal dl.first { 
	border-top: 0;
	padding-top: 0;
	}

#svPortal dt.releaseDate {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	 	margin-bottom: .5em; 
	float: left;
	width: 120px;

	}

#svPortal dt a {
	font-size: 11px;
	font-weight: bold; 
	}


#svPortal dd.summary span.readMore { font-size: .9em; display:none;}

#svPortal dd.summary 	 { 
	margin: 0;
	padding: 0;
	clear: both;
	}



/* @end Portals
----------------------------------------- */