@charset "utf-8";
/* CSS Document */
/**********************************************************************
Default/base CSS for GBLWS2; a Great Bear Lake Web Studio site.
@author Connie Myres
***********************************************************************/

/*****Base styles
***********************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/header/bg_header.png);
	background-repeat: repeat-x;
}
a {
	color: #467888;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #E76F00;
        text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1ex 1em;
}
p {
	margin: 0 0 0.75em 0;
        font-size: 0.7em 
        font-family: Verdana, sans-serif; 
        line-height: 1.5em; 
        color: #333; 
}
h1 {
	font-size:250%;
}
h2 {
	font-size:200%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:100%;
	text-transform: uppercase;
}
h5 {
	font-size: 75%;
}
h6 {
	font-size: 50%;
	text-transform: uppercase;
}
img {
	border: none;
}
/***** Small text
**********************************************************************************************************/
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}
.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}
.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}
.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}
.modifydate {
	width: 100%;
	float: left;
	font-size: 65%;
}
div.buttonheading {
	float: right;
	width: 15%;
}
.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}
/*****wrapper div
**********************************************************************************/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}
/*****header div
**********************************************************************************/
#header {
	background: #ccc;
}
#header h1 {
	margin: 0;
}
/*****hornav div
**********************************************************************************/
#hornav {
	float: left;
	width: 770px;
	padding-left: 220px;
	background-image: url(../images/forSidebar/sidebarLeft_blue_200.png);
	background-repeat: repeat-y;
	padding-top: 5px;
}
#hornav ul {
	margin: 0;
	padding: 0;
}
#hornav ul li {
	list-style-type: none;
	display: inline;
}
#hornav li a {
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
#hornav div.moduletable_breadcrumbs {
	font-size: 80%;
}
/*****content_container div
**********************************************************************************/
#content_container {
	float: left;
	width: 1000px;
	background-color: #fff;
	background-image: url(../images/forSidebar/sidebarLeft_blue_200.png);
	background-repeat: repeat-y;
}
/*****content_container2 div
**********************************************************************************/
#content_container2 {
	background-image: url(../images/forSidebar/sidebar_right_shadow.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 1000px;
}
/*****content div
**********************************************************************************/
#content div.componentheading {
	margin-bottom: 20px;
}
#content .article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}
#content .contentheading {
	font-size: 16px;
	background-color: #467888;
	color: #fff;
	padding: 5px;
	width: 95%;
	font-weight: bold;
}
#content {
	float: left;
	width: 525px;
	overflow: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#content h2 {
	margin: 0;
}
#content .contentpaneopen p {
        margin: 0.75em 0 0.75em 0;
        font-size: 0.8125em; 
        font-family: Verdana, sans-serif; 
        line-height: 1.5em; 
        color: #333; 
        background: #ffffff;
}
#content .contentpaneopen ul {
        margin-bottom: 0.75em;
}
#content .contentpaneopen ul li {
        font-size: 0.8125em; 
        font-family: Verdana, sans-serif; 
        line-height: 1.5em; 
        color: #333; 
        background: #ffffff;
        list-style-type: circle;        
}
/*****left div
**********************************************************************************/
#left {
	float: left;
	width: 180px;
	overflow: inherit;
	display: inline;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}
#left a {
	color: #fff;
	text-decoration: none;
}
#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}
#left li {
	margin: 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
#left li a {
	display: block;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #39F;
}
#left h3 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #39F;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-right-width: 7px;
	border-right-style: double;
	border-right-color: #39F;
	text-align: center;
	background-color: #006;
	display: block;
}
* html #left li a {  /* make hover effect work in IE */
	width: 180px;
}
#left li.active a:link, #left li.active a:visited {
	background: #ffffff;
	color: #467888;
	display: block;
}
#left li a:hover {
	color: #FFCC00;
}
/*****right div
**********************************************************************************/
#right {
	float: right;
	width: 200px;
	overflow: auto;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #202020;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 10;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 20px;
}
#right h3 {
	margin: 0;
}
#right div.moduletablesearch {
	margin-bottom: 10px;
	margin-left: 10px;
}
/*****user1 div
**********************************************************************************/
#user1 {
	clear: both;
	height: auto;
	padding: 20px;
	background-color: #000000;
	background-image: url(../images/shadow/right_shadow_black.png);
	background-repeat: repeat-y;
	width: 960px;
	background-position: right;
}
/*****footer div
**********************************************************************************/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px;
	background-color: #202020;
	background-image: url(../images/shadow/right_shadow_dk_gray.png);
	background-repeat: repeat-y;
	background-position: right;
}
#footer p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .7em;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#footer a {
	color: #1b9d95;
	text-decoration: none;
}
/*****miscellaneous styles
********************************************************************************/

/*This class will pull the background drown behind the columns, 
else it just stays at the top. Use in the HTML like this: <p class="clear" /> */ 

.clear {
	clear: both;
	height: 0; /* only necessary for IE */
	margin: 0;
	padding: 0;
}
#border {
	border: thin dashed #F00;
	padding-right: 7px;
	padding-left: 7px;
}
/*****form
*********************************************************************************/
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
	font-size: 90%;
}
input, select, textarea, .inputbox {
	padding: 3px 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	color: #666666;
	font-size: 90%;
	text-transform: uppercase;
}
.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
