﻿/******************************************************************************
Author: Applied Consultancy Solutions Limited
Website: http://www.appliedconsultancy.com
Stylesheet is split into three parts
1. Generic HTML Properties
2. Generic Design & Layout
3. Site Design Layout
******************************************************************************/


/************************************************************************************************************************************************************
Section 1: Generic HTML Properties
*************************************************************************************************************************************************************/


/******************************************************************************
Basic Body & HTML Elements
******************************************************************************/

body
{
	background: #091a38;	
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
							
table, td, p, div		{font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; color:#000000;}
sup					{font-family: verdana, arial, helvetica, sans-serif; font-size: 7px;}
hr					{color: #ffffff; }

p, li, blockquote, span		{line-height: 1.5em; }

a:link 				{color: #000099; }
a:visited 			{color: #000099; }
a:hover 				{color: #990000; }

td {
	vertical-align: top;
}

h2
{
	font-size: 1.7em;
	font-family: Georgia, Serif;
	color: #064d6d;
	padding: 5px 0;
}

h3 {
 	color: #006600;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0.3em;
}

td h3
{
    margin-top: 0em;
}

h4 {
	font-size: 1em; 
	margin: 5px 0px;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0px 0px 1em 0px;
	padding: 5px;
}

fieldset legend {
	color: #929292;
	font-weight: bold;
	padding: 0 .5em;
}


/******************************************************************************
ASP.Net
******************************************************************************/

.viewstate_hide
{
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.viewstate_hide form, .viewstate_hide div
{
    margin: 0px;
    padding: 0px;
}


/******************************************************************************
Generic Layout / Float Control
******************************************************************************/

.nomargin
{
    margin: 0px;
    padding: 0px;
}

.clear, .clearfloat
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
}


/************************************************************************************************************************************************************
Section 2: Generic Layout
*************************************************************************************************************************************************************/


/******************************************************************************
Errors and Alerts
******************************************************************************/

.highlightblock {
	border: 1px dashed #990000;
	padding: 10px;
	background: #efefef;
	margin: 1em 0;
}

.errorblock
{
	border: 1px dashed #990000;
	padding: 10px;
	background: #efefef;
	margin: 10px 0;
}

.criticalalertheader
{
	color: #990000;
	font-weight: bold;
}

.roundbox750error {
	text-align: left;
	width: 750px;
	min-height: 20px;
	padding: 0px;
	margin: 0px 0px 1em 0px;
	background: url(../images/roundedbox/rb_err_bg.png) top left repeat-y;
}

.roundbox750error .rbheader {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background: url(../images/roundedbox/rb_err_top.png) top left no-repeat;
}

.roundbox750error .rbcontainer {
	padding: 5px 10px 5px 80px;
	margin: 0px;
	background: url(../images/roundedbox/rb_err_cont_bg.png) top left no-repeat;
}

.roundbox750error .rbfooter {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background: url(../images/roundedbox/rb_err_base.png) bottom left no-repeat;
}

.alert_msg
{
	margin: 1em 15px;
	padding: 0px;
	border: 1px dashed #888;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.alert_msg div
{
	padding: 5px;
	margin: 0px;
}

.alert_msg .critical 
{
	color: #fff;
	background: maroon;
}

.alert_msg .warning
{
	color: #000;
	background: #FFFFAA;
}

.alert_msg .information
{
	color: #000;
	background: #eee;
}

.alert_msg a
{
	border-bottom: 1px dotted #00508D;
	text-decoration: none;
}


/******************************************************************************
* Tables                                                                      *
******************************************************************************/

td
{
	vertical-align: top;
}

/******************************************************************************
* Table Listings                                                              *
******************************************************************************/

.listtable
{
	border-spacing: 0px;
	border: 1px solid #CBDDF3;
	/* width: inherit; */
	width: 100%;
}

.listtable th
{
	font-weight: bold;
	text-align: left;
	background: #CBDDF3;
	padding: 5px;
}

.listtable td
{
	padding: 5px;
	vertical-align: top;
}

.listtable .tdselected
{
	background: #E6EFF9;
}

.listtable .highlight
{
	color: #990000;
	font-weight: bold;
}

.listtable .tdselectedhighlight
{
	color: #990000;
	background: #E6EFF9;
	font-weight: bold;
}


/******************************************************************************
* Form Entry                                                                  *
******************************************************************************/

.datavalidationerror {
	padding-left: 160px;
	color: #990000;
	font-weight: 600;
}

.formhighlight {
	background: #ffffcc;
	padding: 3px;
}

.formitementry
{
	margin: 5px 0px;
	clear: both;
}

.formitementry .subitemcontainer {
	margin-left: 50px;
}

.formitementry label
{
	float: left;
	clear: left;
	width: 160px;
	vertical-align: top;
	margin: 5px 0px 0px 0px;
}

.formitementry select, input, checkbox, div, textarea
{
	vertical-align: middle;
	text-align: left;
	margin: 5px 0px;
}

.formitementry .divr
{
	padding: 5px 0px 0px 0px;
}

.formitementry #action {
	text-align: center; 
	background: #6F98C8;
	padding: 0.2em 0.5em;	
	margin-right: 15px;
	color: #fff;
	font-weight: 600;
	border: 0;
}

.formitementry .btn {
	text-align: center; 
	background: #6F98C8;
	padding: 0.2em 0.5em;	
	color: #fff;
	font-weight: 600;
	border: 0;
}

.formitementryerror
{
	padding-left: 160px;
	color: #990000;
	font-weight: bold;
}

.formitementry #iframe
{
	overflow:auto;
	height: 200px;
	border: 1px solid #ccc;
}

.formitementry #iframe400
{
	overflow:auto;
	height: 400px;
	border: 1px solid #ccc;
}

.formitementry .category {
	color: #3333cc;
}

.formitementry .content {
	color: #cc00ff;
}

.formitementry_littlebtn {
	text-align: center; 
	vertical-align: middle;
	font-size: 0.8em;
	background: #6F98C8;
	padding: 0.2em;	
	margin-right: 15px;
	color: #fff;
	font-weight: 600;
	border: 0;
}


/******************************************************************************
Info Listing
******************************************************************************/

.infolistingentry {
	margin: 0.4em 0px;
	clear: both;
	height: 1.4em;
	line-height: 1.1em;
}

.infolistingentry .property {
	float: left;
	width: 160px;
	vertical-align: top;
	margin: 0px;
	color: #555;
}

.infolistingentry .value {
	float: left;
	vertical-align: top;
	margin: 0px;
}



/******************************************************************************
Custom: Arrowed Item Listing
******************************************************************************/

.arroweditemlisting {
}

.arroweditemlisting ul
{
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.arroweditemlisting li
{
	list-style: none;
	background: url(../images/furn_indarr.png) center left no-repeat;
	margin: 2px 0px;
}

.arroweditemlisting li a
{
	margin-left: 12px;
	text-decoration: none;
	padding: 0px;
	font-size: 0.98em;
	background: transparent;
}


/******************************************************************************
* Arrows and highlighted links                                                *
******************************************************************************/
.plink {
	margin: 10px 0px;
	padding-left: 10px;
	background: url(../images/bluearrow.png) left no-repeat;
}

.arrowprefix {
	background: url(../images/furn_indarr.png) center left no-repeat;
	padding-left: 12px;
}

.arrowprefixbutton  {
	background: url(../images/furn_indarr.png) center left no-repeat;
	border: 1px solid #eee;
	padding-left: 12px;
}

.backlink {
	margin: 1em 0em;
	padding: 2px 2px 2px 20px;
	background: url(../images/icons/go-previous.png) center left no-repeat #fff;
}



/************************************************************************************************************************************************************
Section 3: Actual Website Layout & Design
*************************************************************************************************************************************************************/



/******************************************************************************
Masthead does not include main navigation
******************************************************************************/

.masthead-container
{
    width: 100%;
    height: 100px;
    margin:  -5px 0px 0px 0px;
    padding: 0px;
    background: url(../images/layout/masthead-background.png) top left repeat-x;
    vertical-align: top;
    text-align: center;
}

.masthead {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 70px;
	background: transparent;
	text-align: left;
	vertical-align: top;
	 /*border: 1px solid white; */
}

.masthead .masthead-logo
{
    float: left;
    width: 270px;
    height: 70px;    
    margin: 0px;
    padding: 0px 0px 0px 15px;
     /*border: 1px solid yellow; */
}

.masthead .masthead-commonoptions
{
    float: right;
    width: 650px;
    height: 70px;  
    margin: 0px;
    padding: 0px 10px 0px 0px;    
    text-align: right;
    /* border: 1px solid pink; */
}

.masthead .masthead-commonoptions .masthead-search{
	margin: 6px 0px 0px 0px;
	height: 40px;
	text-align: right;
	font-size: 0.8em;
}

.masthead .masthead-commonoptions .search form {
	margin: 0px;
	font-size: inherit;
}

.masthead .masthead-commonoptions .search input {
	font-size: inherit;
	margin: 0px;
}

.masthead .masthead-commonoptions .userbox {
	text-align: right;
	font-size: 0.8em;
	color: #fff;
}

.masthead .masthead-commonoptions .userbox a, .masthead .masthead-commonoptions .userbox a:link,  .masthead .masthead-commonoptions .userbox a:visited,  .masthead .masthead-commonoptions .userbox a:hover {
	color: #fff;
}

/******************************************************************************
Masthead Navigation
******************************************************************************/

.masthead_main_navigation 
{
	margin: 0px auto;
	width: 980px;
	height: 30px;
	background: url(../images/layout/masthead-nav-background.png) top left no-repeat;
	padding: 0px;
	text-align: left;
	/*border: 1px solid pink; */
}

.masthead_main_navigation .tier0
{
    margin: 0px;
    padding: 0px;
}

.masthead_main_navigation ul
{
	margin: 0px;
	padding: 0px;
	background: transparent;
	height: 25px;
}

.masthead_main_navigation li
{
	list-style: none;
	float: left;
	margin: 0px 10px ;
    whitespace: nowrap;
	background: transparent;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}


.masthead_main_navigation li a
{
	text-decoration: none;
	display: block;
	float: left;
	color: #fff;
	font-family: trebuchet ms, tahoma, arial, sans-serif;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent;
}

.masthead_main_navigation li a:visited {color: #fff; }
.masthead_main_navigation li a:hover {color: #fff; text-decoration: underline;}


/******************************************************************************
Page Layout
******************************************************************************/

.pagecontent-container
{
    background: #ccc;
    text-align: center;
    margin: 0em;
    padding: 0em 0em 3em 0em;
}


.pagecontent-container .pagecontent
{
    margin: 0 auto;
    width: 980px;
    padding-bottom: 1em;
    background: url(../images/layout/content-base.png) bottom left no-repeat #fff;
    min-height: 50px;
    overflow: hidden;
}

.pagecontent-container .pagecontent .pagecontent-fullwidth
{
	width: 950px;
	margin: 15px;
	padding: 0px;
	background: #fff;
}

.pagecontent-container .pagecontent .pagecontent-eccentricmain
{
    float: left;
    width: 720px;
    background: #fff; 
    margin-left: 15px;
}

.pagecontent-container .pagecontent .pagecontent-eccentricsidebar
{
    float: left;
	width: 200px;
	padding-left: 10px;
	padding-top: 15px;
	whitespace: nowrap;
	background: #fff;
	margin-left: 15px;
}

.pagecontent-container .pagecontent .pageheader
{
	font-size: 1.7em;
	font-family: Georgia, Serif;
	color: #064d6d;
	padding: 5px 0;
}

.pagecontent-container .pagecontent .pageheaderdescription
{
	font-size: 1.2em;
	color: #888;
	margin-top: -5px;
	margin-bottom: 5px;
}

.pagecontent-container .pagecontent .pagesubheader
{
	font-size: 1.5em;
	font-family: Georgia, Serif;
	color: #064d6d;
	padding: 5px 0;
}

.pagecontent-container .pagecontent .pageminorheader
{
	font-size: 1.1em;
	font-family: Georgia, Serif;
	color: #555;
	margin: 0.5em 0em;
}

.pagecontent-container .pagecontent .pagespacerbreak
{
    font-size: 1em;
    height: 1em;
    min-height: 1em;
    padding: 0px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1em;
}


/******************************************************************************
Footers
******************************************************************************/

.footer-container
{
    color: #fff;
    background: #091a38;
    text-align: center;
    min-height: 100px;
    padding: 1em 0em;
}

.footer
{
	width: 950px;
	margin: 10px auto;
	vertical-align: bottom;
	color: #fff;
	background: transparent;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .footer-linkblock
{
    width: 200px;
    float: left;    
}

.footer .footer-linkblock h4
{
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.footer .footer-copyright
{
    float: right;
    width: 400px;
    text-align: right;
    color: #fff;
}

/******************************************************************************
Footer Menus
******************************************************************************/

.footer-link-menu
{
    margin: 0px;
    padding: 0px;
}

.footer-link-menu ul
{
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.footer-link-menu li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	margin-bottom: 0.2em;
	border: 1px solid transparent;
}

.footer-link-menu li a
{
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0px;
	font-size: 1em;
}

.footer-link-menu li a:visited {color: #fff; }
.footer-link-menu li a:hover {color: #fff; text-decoration: underline;}

/******************************************************************************
Navigation Menus
******************************************************************************/

.myaccount_navigation {
	margin: 0px 0px 1em 0px;
	height: 30px;
	border-top: 1px solid #ddd;
	background: #efefef;
	/*background: url(../images/layout/masthead-nav-background.png) top left no-repeat;*/
	padding: 0px;
	text-align: left;
	/*border: 1px solid pink; */
}

.myaccount_navigation .tier0 {
    margin: 0px;
    padding: 0px;
}

.myaccount_navigation ul {
	margin: 0px;
	padding: 0px;
	background: transparent;
	height: 25px;
}

.myaccount_navigation li {
	list-style: none;
	float: left;
	margin: 0px 10px ;
    whitespace: nowrap;
	background: transparent;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}


.myaccount_navigation li a {
	text-decoration: none;
	display: block;
	float: left;
	color: #777;
	font-family: trebuchet ms, tahoma, arial, sans-serif;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent;
}

.myaccount_navigation li a:visited {color: #777; }
.myaccount_navigation li a:hover {color: #777; text-decoration: underline;}




.sub_menu
{
	margin: 10px 0px;
}

.sub_menu ul
{
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.sub_menu li
{
	list-style: none;
	float: left;
	margin: 0;
	whitespace: nowrap;
	background: transparent;
	height: 40px;
	width: 100px;
}

.sub_menu li a
{
	text-decoration: none;
	display: block;
	float: left;
	color: #333;
	font-size: 14px;
	font-family: trebuchet ms, tahoma, arial, sans-serif;
	padding: 5px 0px 0px 0px;
	background: transparent;
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	/* .header .main_navigation a {float: none; }		/* End IE5-Mac hack */
}


/******************************************************************************
Error Message
******************************************************************************/

.errorpage
{
    
}

.errorpage .errortitle
{
    font-size: 1.5em;
    font-weight: bold;
}

.errorpage .errormessage
{
}


/******************************************************************************
Search
******************************************************************************/

.searchbox
{
    border: 2px solid #ddd;   
    background: #efefef;
    padding: 1em;
    border-radius: 3px; 	
	-moz-border-radius: 3px;
	-webkit-border-: 3px;
}


.searchresult {
	margin: 15px 0px;
}

.searchresult .content_title 
{
	font-size: 1.2em;
	margin: 0px;
}

.searchresult .content_body 
{
    color: #000;
    margin: 0;
}

.searchresult .content_type 
{
	margin: 2px 0px;
}

.searchresult .url 
{
	color: #009933;
	font-size: 0.9em;
	margin: 0px;
}


/******************************************************************************
Users
******************************************************************************/

.splitlogin
{
}

.splitlogin h3 {
	color: #009999;
	margin-top: 0px;
	margin-bottom: 1em;
}

.splitlogin .existingusers {
	float: left;
	border-right: 1px dashed #ccc;
	vertical-align: top;
	margin: 0px;
	width: 400px;
}

.splitlogin .newusers {
	float: left;
	margin: 0px 0px 0px 10px;
	width: 295px;
	}
	
	
/******************************************************************************
* Custom: Article Details                                                     *
******************************************************************************/

.kbarticle {
}

.kbarticle .title {
	font-size: 2em;
	font-family: Georgia, Serif;
	font-weight: bold;
	margin: 0px;
}

.kbarticle .info {
	font-size: 0.85em;
	color: #999;
	margin: .3em 0;
}

.kbarticle .body {
	font-size: 1em;
	margin: 1em 0;
}

.kbarticle h2, .kbarticle h3, .kbarticle h4 {
	color: #000;
	margin-bottom: 0.5em;
}

.kbarticle .code {
	color: #555;
	background: #eee;
	font-family: monospace;
	border: 1px solid #ccc;
	padding: 0.2em;
	width: 100%;
	display: block;
}

.kbarticle .highlightblock {
	background: #efefef;
	border: 1px dashed #666;
	padding: 0.8em;
	margin: 1em 0;
	display: block;
}

.kbarticle .properties {
	border-top: 1px dotted #efefef;
	font-size: 1em;
	color: #999;
	padding: 0.5em 0em;
}

.kbarticle .errortext {
	color: #990000;
	padding: 2px;
}




/******************************************************************************
Public Specific
******************************************************************************/

.public_nav_btns
{
	
	height: 25px;
	line-height: 25px;
	display: block;
	margin: 5px 0px 15px 0px;
}

.public_nav_btns ul
{
	margin: 0px;
	padding: 0px;
}

.public_nav_btns li
{
	list-style: none;
	float: left;
	margin: 0 10 0 0;
	padding: 0 5px;
	whitespace: nowrap;
	border: 1px solid #CBDDF3;
	background: #E6EFF9;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.public_nav_btns li a
{
	font-weight: bold;
	text-decoration: none;
	color: #051887;
}