/*---------------------------------------------------------------------------*/
/* NINTELLIGENT Rev. CSS											        */
/* File is property of Nintelligent Network                                */
/* You may NOT duplicate all or any of the following                      */
/*-----------------------------------------------------------------------*/
/* Created February 5 2006                            					*/
/*--------------------------------------------------------------------*/



/* main css classes                                                 */
/* classes can be used on: anything                                */


html {
     height: 100%;
     width: 100%;
     }


body {
     background-color: #ffffff;
     height: 100%;
     font-family: arial;
     font-size: 12px;
     margin: 0px;
     width: 100%;
     }


img {
	border: 0px;
	}
	
#head {
background-image: url(gui/h_repeat.jpg);
     background-repeat: repeat-x;
     position: top;
     height: 80px;
     margin: 0px;
     }
  
#full {
width: 100%;

}


#headnav {
 background-image: url(gui/h2_repeat.jpg);
 background-repeat: repeat-x;
 height: 18px;
 color: #a0a3a8;
 font-family: verdana;
 }
 
 
#container {
margin: 5px;
}

h1 {
color: #b41432;
font-size: 14px;
padding-bottom: 3px;
padding-top: 0px;
margin: 0px;
font-family: Mryiad Pro, verdana;
border-bottom: 1px solid #9fa09c;
}

a.h1:link {
text-decoration: none;
color: #b41432;
}

a.h1:visited {
color: #b41432;
text-decoration: none;
}

a.h1:hover {
text-decoration: underline;
}


h2 {
color: #c21636;
font-size: 12px;
}

a.white:link {
font-size: 13px;
font-weight: bold;
text-decoration: underline;
color: #ffffff;
}

a.white:visited {
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}

a.white:hover {
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a:link {
text-decoration: underline;
color: #70757d;
}

a:visited {
color: #70757d;
text-decoration: underline;
}

a:hover {
color: #70757d;
text-decoration: none;
}


.small {
font-size: 10px;
line-height: 110%;
}

.single {
line-height: 100%;
}

.article {
background-color: #f3f3f3;
border: 1px solid #9fa09c;
line-height: 150%;
text-align: justify left;
font-size: 13px;
width: 95%;
}

.pad {
padding-top: 2px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
}

.dark {
background-image: url(gui/right_bg4.jpg);
background-repeat: no-repeat;
background-color: #95989d;
border: 1px solid #9fa09c;
padding: 2px;
width: 250px;
font-size: 11px;
color: black;
}


.newslinks {
background-image: url(gui/newslinks.jpg);
background-repeat: repeat-x;
height: 20px;
border-top: 1px solid #9fa09c;
color: #70757d;
font-size: 11px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 0px;
padding-top: 0px;
font-weight: bold;
}

a.newslink:link {
color: #70757d;
text-decoration: none;
}

a.newslink:visited {
color: #70757d;
text-decoration: none;
} 

a.newslink:hover {
color: #000;
text-decoration: none;
}

a.newslink:active {
color: #7057d;
text-decoration: none;
}

a.permalink:link {
padding-left: 3px; 
padding-right: 3px; 
padding-top: 1px; 
padding-bottom: 1px; 
background-color: #95989d; 
color: #e9ddc0; 
border-top: 1px solid #c2c4c7; 
border-left: 1px solid #abaeb2; 
border-bottom: 1px solid #3f4042; 
border-right: 1px solid #5e6063;
text-decoration: none;
}

a.permalink:visited {
padding-left: 3px; 
padding-right: 3px; 
padding-top: 1px; 
padding-bottom: 1px; 
background-color: #95989d; 
color: #e9ddc0; 
border-top: 1px solid #c2c4c7; 
border-left: 1px solid #abaeb2; 
border-bottom: 1px solid #3f4042; 
border-right: 1px solid #5e6063;
text-decoration: none;
}

a.permalink:hover {
padding-left: 3px; 
padding-right: 3px; 
padding-top: 1px; 
padding-bottom: 1px; 
background-color: #95989d; 
color: #e9ddc0; 
border-bottom: 1px solid #c2c4c7; 
border-right: 1px solid #abaeb2; 
border-top: 1px solid #3f4042; 
border-left: 1px solid #5e6063;
text-decoration: none;
}

.rhead {
padding-left: 3px; 
padding-right: 3px; 
padding-top: 1px; 
padding-bottom: 1px; 
background-color: #95989d; 
color: #e9ddc0; 
border-top: 1px solid #c2c4c7; 
border-left: 1px solid #abaeb2; 
border-bottom: 1px solid #3f4042; 
border-right: 1px solid #5e6063;
text-decoration: none;
font-weight: bold;
}

.sticky {
border: 1px solid #5e5d60;
background-image: url(gui/sticky.jpg);
background-repeat: repeat-x;
color: #fff;
font-size: 15px;
font-family: verdana;
text-align: center;
vertical-align: middle;
width: 95%;
cursor: pointer;

}

.stickyh {
border: 1px solid #5e5d60;
background-image: url(gui/stickyh.jpg);
background-repeat: repeat-x;
color: #fff;
font-size: 15px;
font-family: verdana;
text-align: center;
vertical-align: middle;
width: 95%;
cursor: pointer;

}



