@import "tabs.css";
@import "tables.css";
@import "ContentBoxes.css";
@import "forms.css";




#homeBullets li
{
	font-family: Verdana;
	font-size: larger;
	margin-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML Tags 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body
{
	height: 100%;
}
html.use_scroll_wrapper
{
	overflow: hidden;
}

body
{
	margin: 0px;
	background-color: #0b0907;
	line-height: 1.4em;
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

p
{
	margin: 10px 0;
	font-family: Verdana;
	font-size: 12px;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: auto;
	margin-bottom: 10px;
	width: 97%;
}
sup
{
	color: Red;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../images/theme/elements/bg-quote.gif) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}
right
{
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Headings 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, H6
{
	font-size: 1.3em;
	font-family: Verdana;
	line-height: 1.1em;
	margin: 5px 0;
	padding-left: 0px;
	padding-top: 5px;
	color: #5d4f35;
}



h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
	margin-top: 0px;
}

h4.white
{
	color: White;
}

abbr, acronym, span.abbr
{
	border-bottom: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Links

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.h1:link
{
	text-decoration: underline;
}
a.h1:hover
{
	text-decoration: underline;
	color: #5d4f35;
}

a:link, a:active
{
	color: #5d4f35; /* #BF344F*/
	text-decoration: none;
}

a:visited
{
	color: #5d4f35;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #5d4f35;
}

/* ---------------------------------------------------------------------- */

#loggedIn
{
	background-color: #FFF;
	color: #333;
	border: 1px solid #818181;
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /* mozilla */
	float: right;
	margin-top: -10px;
	padding: 10px;
	border: solid 1px #818181;
	border-top: solid 1px #818181;
	font-weight: bold;
	width: 300px;
	height: 50px;
	display: inline;
	z-index: 100;
	position: relative;
}


a.divLoggedIn:link
{
	color: #C2D1E5;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}

a.divLoggedIn:active
{
	color: #C2D1E5;
	font-weight: normal;
}

a.advertise:link, a.advertise:visited
{
	margin-top: -10px;
	text-decoration: none;
	color: #999999;
}

a.advertise:hover
{
	color: #666666;
	text-decoration: underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Misc

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




.clear
{
	clear: both;
}

.Required
{
	color: #BF344F;
}

.Required_bg
{
	padding: 5px 0 0 0;
}

.contentBox
{
	background-color: White;
}

#bottom
{
	position: fixed;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 15px;
	background: #e6efea;
	border: solid 1px #818181;
	border-bottom: 0px;
	z-index: -3;
	padding: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Images

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-border
{
	border: 1px solid #cecece;
	padding: 2px;
	background: #d9d9d9 url(resources/images/theme/elements/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Wrappers and Containers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#loggedIn ul
{
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}
#loggedIn li
{
	margin-top: 20px;
	display: inline;
	border-right: solid 1px #818181;
}
#loggedIn ul li a
{
	text-decoration: none;
	margin: 4px;
	padding: 5px 5px 5px 5px;
	color: #000;
}
#loggedIn ul li a:hover
{
	color: #5d4f35;
	text-decoration: underline;
}








#Nav ul
{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}
#Nav li
{
	margin-top: 20px;
	display: inline;
	border-right: solid 1px #818181;
}
#Nav ul li a
{
	text-decoration: none;
	margin: 4px;
	padding: 5px 5px 5px 5px;
	color: #5d4f35;
}
#Nav ul li a:hover
{
	color: #5d4f35;
	text-decoration: underline;
}




#NavBar
{
	float: left; /* float left for right navigation */
	width: 160px;
}


.ajaxdivupdate
{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	background-color: #E5FFEB;
	padding: 20px 20px 20px 20px;
	border: solid 1px #A8FFBD;
}


#ValidationErrors
{
	background-color: #FFE5F9;
	padding: 10px;
	border: solid 1px #FFB3EC;
	width: 785px;
}

#SucessPanel
{
	position: relative;
	background-color: #E5FFEB;
	padding: 10px;
	border: solid 1px #A8FFBD;
	width: 785px;
}

#WarningPanel
{
	position: relative;
	background-color: #ffe196;
	padding: 10px;
	border: solid 1px #ff9e47;
	width: 785px;
}

#Success .CloseSuccess
{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Lists 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.bullets li
{
	list-style-image: url(../images/bullet.gif);
	margin-left: -20px;
}
ul.ErrorBullets li
{
	margin-top: 5px;
	vertical-align: text-bottom;
	list-style-image: url(../images/icons/cancel_16.png);
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Footer-Sub

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 0.5em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}

#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}

.scmodule
{
	padding: 0 0 0 0;
}

.scmodule-header a:link
{
	color: #000000;
	text-decoration: none;
}

.scmodule-header a:visited
{
	color: #000000;
	text-decoration: none;
}

.scmodule-header a:hover
{
	text-decoration: underline;
}

.scmodule-header a:active
{
	color: #000000;
}



td.scmodule-content
{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
td.scmodule-content td
{
	padding: 2px 2px 2px 2px;
}

/* nested table style within the content */
.scmodule-content-innertable
{
	border-collapse: collapse;
}
.scmodule-content-innertable td
{
	border-right: 1px solid #ece9d8;
	border-left: 1px solid #ece9d8;
	border-bottom: 1px solid #ece9d8;
	border-collapse: collapse;
}
.scmodule-content-innertable-totalrow
{
	background-color: #eeeeef;
}


/* end nested table style within the content */
.scmodule-header
{
	white-space: nowrap;
	color: #000000;
	font-family: Verdana;
	background-image: url(../images/module-header-bkg.gif);
	background-repeat: repeat;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}
.scmodule-corner-left
{
	background-image: url(../images/module-corner-left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 22px;
	float: left;
}
.scmodule-corner-right
{
	background-image: url(../images/module-corner-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 22px;
	float: right;
}

.scmodule-header-innerheader
{
	white-space: nowrap;
	color: #000000;
	font-family: Verdana;
	background-image: url(../images/module-header-bkg.gif);
	background-repeat: repeat;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 10px;
}
