/* --------------------------------------------------------------------------------------------------------------------------------
     -------------  Information Systems Management and Governance  -------  Regular 3 coloumn  -------------
     --------------------------------------------------------------------------------------------------------------------------------
	 From this point on all skins should be annotated at the top to help describe them thus making 
	 skin selction quicker and easier.
	 
	 
	 ------------------------------------------------------------------
	 | images                                               | Logo                |
	 | 					         | search            |
	 ------------------------------------------------------------------
	 | nav     |  content         |                       | right              |
	 |            |  panel             |                       | panel             |
	 |            |                        |                       |                       |
	 ------------------------------------------------------------------
	 
*/


/* GENERIC */
body{
background:#e1eef4;
font-family: Arial, Tahoma, sans-serif;
font-size: small;
}

img {
	border:0;
}

h1  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0000ff;
	font-weight: normal;
}

h2, .Head  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0000ff;
	font-weight: normal;
}

h3  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0000ff;
	font-weight: normal;
}

h4, .SubHead  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-weight: normal;
}

h5  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #1A6DB6;
	font-weight: normal;
}

h6  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #1A6DB6;
	font-weight: normal;
}

tfoot, thead    {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size:  100%; /*12px;*/
    color: #303030;
}

th  {
    vertical-align: baseline;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size:  100%; /*12px;*/
    font-weight:    bold;
    color: #303030;
}


SMALL   {
    font-size:  80%; /*8px;*/
}

BIG {
    font-size:  105%; /*14px;*/
}

BLOCKQUOTE, pre {
    font-family:    "Lucida Console", monospace;
}

td table tr td{
}

.Normal, p 
{
    font-size:small;

}

ul {
	font-size:small;
}

ul li   {
	list-style-type: disc;
}

ul li li, ul li ul li , ul ul li   {
	list-style-type: disc;
}

/*UL LI LI LI, UL LI UL LI UL LI {list-style-type: square; font-size:100%;} */
ol {
	font-size: small;
}

ol li{
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
}

ol ol ol li {
    list-style-type:    lower-roman;
}

hr {
    color: dimgrey;
    height:1pt;
    text-align:left
}

a:link {
	text-decoration:none;	
	color: #0000ff;
}
a:visited {
	color: #00678F;
}
a:hover {
	color: #0000ff;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:underline;
}
/* --- Overwrite default css end --- */

/* ==================================================== */
/* Structural layout */
/* ==================================================== */
#container
{
	/*width: 100%; for 100% display */
	width:1024px;
	color: #333;
	background:#ffffff;
	/*float:left; for 100% display */
	margin:auto;
	line-height: 1.4;
}

/* ==================================================== */
/* BANNER */
/* ==================================================== */
#top {
	position:inherit;
	clear:both;
	/*width:100%; for 100% width design*/
	width:1024px;
	margin-top:0px;
	margin-bottom:20px;
	background-color:#edf3f9;
}

.fullbanner {
	height:148px;
	background-image:url(images/divest_banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.narrowbanner {
	height:58px;
	background-image:url(images/divest_banner_narrow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#top #banner {
	 float:left;
	 position:inherit;
}

#top h1 .replace{
	display:none;
}

#top #images {
	position:inherit;
	float:left;
	width:100%;
	height:143px;
	background-color:#CCCCCC;
}

#bannerpane{
}

#loginpane {
	padding-left:10px;
	margin-bottom:20px;
}

/* ==================================================== */
/* LEFT
/* ==================================================== */
#leftnav {
	float: left;
	width: 200px;
	margin: 0;
	/*overflow: hidden;*/
}

#leftnav p { 
	margin: 0 0 1em 0; 
	font-size: 0.9em;
	line-height: 1.2;
}

/* ==================================================== */
/* MAIN
/* ==================================================== */
#maincontent
{
	position:relative;
	float:left;
	/*width:58%; for 100% display */
	width:624px;
	color: #000000;
	text-align:justify;
}

#innermaincontent {
	position:relative;
	float:left;
	width:814px;
	color: #000000;
}

#ContentPane {
padding:0;
margin:0;
}

/* ==================================================== */
/* RIGHT
/* ==================================================== */
#rightPanel {
	position:inherit;
	float: left;
	/*width: 20%; for 100% display */
	width: 200px;
	/*margin-right:1%; for 100% display */
	margin:0px;
	vertical-align:top;
}

.rightPane {
	text-align:left;
}

.rightPane h2,.rightPane .Head  {
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0px 3px;
}
.rightPane p, .rightPane .SubHead
{
    /*font-size:90%;
    font-weight:bold;*/

}

.rightPane a:link {
	text-decoration:none;	
	color: #ffffff;
}

.rightPane a:visited {
	color: #ffffff;
}

.rightPane a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.rightPane a:active {
	color: #ffffff;
	text-decoration:underline;
}

.RP1 {
	background-color: #0e1043;
	margin-top:30px;
	margin-bottom:20px;
	color:#ffffff;
}

.RP2 {
	background-color:#529cc2;
	color:#ffffff;
}

/* ==================================================== */
/* FOOTER
/* ==================================================== */

#footer {
	clear: both;
	padding: .5em;
	text-align:right;
}

/* ==================================================== */
/* Misc styles??
/* ==================================================== */
.Spacer{
	clear:both;
	font-size:0px;
}

.textonlylinks {
	font-size:0px;
	visibility:hidden;
	display:none;
}

/* file selector */
.cboFolderRow {
	width: 300px;
}

#SearchBox {
margin:20px;
}

#loginpane #SearchBox {
float:right;
margin:0px;
margin-right:10px;
}

#SearchBox input {
border:1px solid #28c142;
}

#SearchBox a {
color: #28c142;
}

.image {
vertical-align:top;
padding-top:0px;
}

/* ==================================================== */
/* Skin specific styles */
/* ==================================================== */
.PathItemx, .PathItem {
	font-weight:bold;
	color: #0e0e0e;
}

.ContentTitle{
color:#D29D1E;
float:left;
}

.ContentActions{
color:#D29D1E;
font-weight:bold;
font-size:medium;
float:left;
}

.cpane{
font-family: Arial, Helvetica, sans-serif; 
clear:both;
position:inherit;
color:#000000;
font-weight:normal;
font-size:small;
}

