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: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(/tasks/sites/cok/assets/Image/bkg_b.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#77787C;
}

#container {
	width: 962px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid #CCCCCC;
        clear:both;
	background-image: url(/tasks/sites/cok/assets/Image/bkg_p.png);
	background-position: center;
	background-repeat: repeat-y;
	padding-left:18px;
	padding-right:6px;
	border: 0px solid purple;

}

#header {
	height: 300px;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/tasks/sites/cok/assets/Image/bkg_header.png);
	background-position: center;
	background-repeat: repeat-y;
	border: 0px solid blue;
}

#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: 170px;
	margin: 80px 0px 0px 0px;
	float: left;
	height: 100%;
	padding: 0px 25px 10px 25px;
	border: 0px solid red;


}

#mainContent {
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 26px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	min-height: 250px;
	float: left;
	width: 650px;
	border: 0px solid orange;


}


#watermark {
	width: 950px;
	border: 0px solid cyan;
	background-image: url(/tasks/sites/cok/assets/Image/bkg_footer.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0;
	margin: 0;

}




/* @group Index Page Background 
=================================================== */

.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: 3px 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: #0066B5;
	text-decoration: none;
}
a:visited {
	color: #0066B5;
	text-decoration: none;
}
a:hover {
	color: #0066B5;
	text-decoration: underline;
}
a:active {
	color: #0066B5;
	text-decoration: underline;
}


a img {
	border:none;
}




sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }


/* @end Header
--------------------------------------------------- */







p, ul, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 17px;
	text-align: left;
}





h1, h2, h2.pageTitle { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #CC092A;
	text-align: left;
}

h3 /*HEADLINE*/  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #CC092A;
	text-align: left;
}


h4 /*SUB1*/  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066B5;
	text-align: left;
}

h5  /*SUB2*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #636568;
	text-align: left;
	margin-bottom: 6px;
}

h6, h7 /*SUB3*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}



/* @group Primary Nav
=================================================== */

#navPrimary * {
	margin:0px;
	padding:0px;
}

#navPrimary {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 930px;
/*position:absolute; top:153px;*/
	position: relative; 
	top: 10px;
        float:left;
	height: 46px;
	background-image: url(/tasks/sites/cok/assets/Image/bkg_nav.png);
	background-repeat: repeat-x;
	/*z-index: 10000;*/
border: 0px solid red;
}


#navPrimary ul   {
       float:left;
}


#navPrimary li   {
	float: left;
	position: relative;
      	list-style-type: none;
       	margin:0px;
      	white-space: nowrap;
	text-align:left;
	margin-top: 5px;
}

#navPrimary a {
	display:block;
	line-height:15px;
	padding: 7px 36px 4px 36px;
	color: #333;
	text-decoration: none;
	background-color: none;

}

#navPrimary a:hover {

	background-color: #5F6A72;
	color: #fff;

}

#navPrimary li ul {
	position: absolute;
	display:none;
	width: 175px;
	border-top: 0px solid #fff;

}

#navPrimary li:hover ul {
	display: block;

}


#navPrimary li ul li {
	width: 100%;
	text-align:left;
margin-top: 0px;

}
#navPrimary ul a {
background-color: #F0EFE8;
	padding: 7px 15px 7px 15px;

}
#navPrimary ul a:hover {

	background-color: #5F6A72;

}
/* @end Primary Nav
--------------------------------------------------- */



/* @group Header Navigation
=================================================== */

#headernav {
	float: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
}


#headernav ul {
       float:left;
}


#headernav li   {
	float: left;
	position: relative;
      	list-style-type: none;
       	margin:0px;
      	white-space: nowrap;
	text-align:left;
	margin-top: 5px;
	background-image: url(/tasks/sites/cok/assets/Image/spacer_b.png);
	background-position: left;
	background-repeat: no-repeat;
}

#headernav li:first-child   {
	float: left;
	position: relative;
      	list-style-type: none;
       	margin:0px;
      	white-space: nowrap;
	text-align:left;
	margin-top: 5px;
background-image: none;
}

#headernav a {
	display:block;
	line-height:15px;
	padding: 7px 15px 4px 15px;
	color: #333;
	text-decoration: none;
	background-color: none;

}

#headernav a:hover {
	color: red;
}


/* @end Header Navigation
--------------------------------------------------- */



/* @group Footer
=================================================== */

#footer {
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0px;
	align: left;
	width:950px;
	background-image: url(/tasks/sites/cok/assets/Image/bkg_footer_s.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px solid green;
}


#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 p {
	margin: 0;
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* @end Footer
--------------------------------------------------- */









/* data tables
-----------------------------------------------------  */


table
{
border-left: 0px;
border-right: 0px;
border-bottom: 2px solid #CC092A;
margin: 15px 0;
padding: 0;
border-collapse: collapse;
}


tr:first-child td {
color: #FFF;
background-color: #5F6A72;
border: 0px solid #FFF;
padding: 3px;

}

tr {
padding: 0;
margin: 0;
border: 0px;
}


td {
border-bottom: 2px solid #FFF;
border-left: 0;
border-right: 0;
padding: 3px 8px;
background-color: #F0EFE8;
margin: 0;
}

tr:last-child td {
border-bottom: 2px solid #CC092A;
}


/* @end data tables
-----------------------------------------------------  */






/* announcements @table Layout
===================================================== */

.tbl_announcements {
	background-color: #ffffff;
	font-size: 12px;
        width: 100%;
        padding: 5px;
        font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
	border-bottom: 2px solid #CC092A;

}

.tbl_announcements th {	
	background-color: #5F6A72;
        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: #F0EFE8;
        font-weight: normal;
	}
/*
.tbl_announcements tr:last-child {
	border-bottom: 2px solid #CC092A;
	}*/
	
/* End announcements @table Layout
----------------------------------------------------- */




/* SIDE BOX
===================================================== */

#box {
        width: 170px;
	font-size: 12px;
	font-weight: bold;
}

#box h3 {
	color: #FFF;
	background-color:#ADAF9B;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 4px 2px 4px;
	margin: 15px 0 2px 0;
}


#box hr {
	border: 1px solid #CC092A;
	margin-top: 2px;
	margin-bottom: 15px;
}


#box a {
	color: #0066B5;
	text-decoration: none;
}

#box a:link {
	color: #0066B5;
	text-decoration: none;
}
#box a:hover {
	color: #0066B5;
	text-decoration: underline;
}


#boxshare {
	float:right;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 2px solid #CC092A;
	clear: right;
	margin: 20px 25px 0px 25px;
width: 230px;
padding: 0;

}



#boxshare p {
	padding: 4px;
margin: 10px 0px;
}

#boxshare h3 {
	background-color: #5F6A72;
	margin-top: 0;
	padding-top: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 2px;
}
#boxshare a {
	font-size: 12px;
	font-weight: bold;
	color: #0066B5;
	text-decoration: none;
}

#boxshare a:link {
	color: #0066B5;
	text-decoration: none;
}
#boxshare a:hover {
	color: #0066B5;
	text-decoration: underline;
}



#sysLatestNews {
        width: 170px;
	border-bottom: 2px solid #CC092A;

}

#sysLatestNews h3 {
	color: #FFF;
	background-color:#ADAF9B;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 2px;
}


#sysLatestNews .releaseDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636568;
	margin: 10px 0px 5px 0px;
}


/* End SIDE BOX
----------------------------------------------------- */







/* @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 Forms
============================================== */

form { margin-bottom: 2em; }

form ul,
form ol,
.content form ul,
.content form ol { margin: 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: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	}

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;
	width: 65%;
	}

.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; }

input.text { width: 60%; }

form textarea {
	width: 60%;
	height: 10em;
	}

form .buttons { text-align: right; }

button, .buttons input { cursor: pointer; }
input[type=submit] { cursor: pointer; }

.sidebar form {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	}

.sidebar form li {
	float: none;
	width: auto;
	margin: 0 0 .5em;
	display: block;
	text-align: left;
	}

.sidebar label {
	float: none;
	width: auto;
	margin: 0 0 .25em;
	text-align: left;
	}

.sidebar input.text {
	width: 95%;
	margin: 0;
	}

.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
	color: #b00;
	}

p.required {
	float: left;
	clear: left;
	margin: 0;
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
	}

p#loginMsg.required {
	margin-bottom: 2em;
	}

input.first { margin-left: 0; }

.flow label { float: none; width: auto; }


/* @group Required Field
============================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li span.req {
	padding-right: 7px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Required Field
----------------------------------------- */

/* @end Forms
----------------------------------------- */










/* @group Portals
============================================== */

#svPortal {
	margin-bottom: 1em;
	border-top: 1px solid #F0EFE8;
	}

#svPortal dl {
	margin: 5px 0;
	padding-top: 1em;
	border-top: 1px solid #F0EFE8;
	}

#svPortal dl.first { 
	border-top: 0;
	padding-top: 5px;
	}

#svPortal dl.last {
	padding-bottom: 1em;
	padding-top: 1em;
	border-bottom: 1px solid #F0EFE8;
	}

.content dt { margin-bottom: .75em;


 }

.content #svPortal dt.releaseDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #636568;
	 	margin-bottom: .5em; 
	}

.content #svPortal dd { margin-bottom: .75em; }

.content dd.summary span.readMore { font-size: .9em; }

.content dd.credits {
	float: left;
	margin-bottom: 1.2em;
	margin-right: .75em;
	font-size: 1em;
	color: #666;
		line-height: 1.2;
	}

.content dd.comments, .content dd.tags, .content dd.ratings {
	float: left;
	margin-bottom: 1em;
	padding: 0 .5em 0 0;
	font-size: 1em;
	}
	
.content dd.comments, .content dd.tags, .content dd.credits {
	line-height: 20px; /*To acommodate height of stars*/
	}
	
img.ratestars {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.content dd.comments {
	padding: 0 .5em 0 13px;
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	}

.content dd ul { list-style: none; }
	
.content dd li {
	display: inline;
	margin: 0;
	padding-right: 1em;
	}

.content dd li a { border: 0; }


/* @group Float Thumbnails Left
============================================== */

.content #svPortal .hasImage dd.image { 
	float: left;
	margin: 0 1em 1em 0;
	}

/*.content #svPortal img.thumb { 
	margin: 1em 1em 1em 0;
	float: left;
	}*/

/* @end Float Thumbnails Left
----------------------------------------- */

/* @end Portals
----------------------------------------- */





/* @group Search Form
============================================== */

#svSearchForm {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #F0EFE8;
	}

#svSearchForm input.text {
	width: 100px;
	margin: 0 .5em 0 0;

	}

#svSearchForm input.submit {
	clear: none;
	float: none;
	width: auto;
	margin: 0 .5em 0 0;

	}

#svSearchResults dl#svPortal {
	margin: 0 0 1em;
	padding: 0;
	border: 0;

	}

#svSearchResults dt {
	margin: 1em 0 .5em;
	padding: 1em 0 0;
	border-top: 0px solid #F0EFE8;
	}

#svSearchResults dt.first { border-top: 0; 

}

#svSearchResults dd {
	margin: 0 0 1em;
	padding: 0;

	}

#svSearchResults dd.last {
	margin: 0;
	padding: 0 0 1em;
	border-bottom: 0;

	}

#svSearchResults dd h3 {
	margin: 0;
	font-weight: normal;

	}

#svSearchResults dl img { display: none; }

#svSearchResults .moreResults {
	margin: 10px 0;
	padding: 2px;
	background: #F0EFE8;
	float: left;
	width: 650px;
	}

#svSearchResults .moreResults ul {
	list-style-type:none;
	margin: 3px;
	padding: 0;
	float: left;

	}

#svSearchResults .moreResults li {
	margin: 0;
	padding: 0 10px;
	float: left;

	}


#svSearchResults .bottom {
	margin-bottom: 2em;
	}

#svSearchAgain p {
	margin-bottom: .5em;
	font-weight: bold;
	}

#svSearchResults form {}

#svSearchResults .submit { float: none; }

span.keywords,
span.highlight {
	padding: .2em;
	background: yellow;
	}

/* @end Search Form
----------------------------------------- */








/* @group fckstyles
=================================================== */


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #5C1825;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #E15F23;
}


.qimtrh td

{
	color: #FFF;
}

.qimtrodd
{
	background-color: #FDEEE2;

}