/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,sans-serif;
	color: #D0D0D0;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc;
	background-color: #313131; /*#191919;*/
	scrollbar-face-color:black;
	scrollbar-shadow-color:gray;
	scrollbar-highlight-color: #313131;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color: #313131;
	scrollbar-track-color: #313131;
	scrollbar-arrow-color:white;
}
/* General font families for common tags */

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #2370B6; }
a:hover		{ text-decoration: underline; color: #F0E80A; }
hr	{ height: 0px; border: solid #2370B6 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EAEEF3; }

.footer {
 font: 11px Verdana,sans-serif;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
}
.footer a{
 font: 11px Verdana,sans-serif;
 color: #005FA9;
 margin: 0px;
 padding: 0px;
}
.footer a:hover{
 font: 11px Verdana,sans-serif;
 color: yellow;
 margin: 0px;
 padding: 0px;
}

/******* General text *******/
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #2370B6; text-decoration:none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #F0E80A; text-decoration: underline; }

.generror { color: #FFF; }
.progress { background-color: #F0E80A; }

/******* hyperlink and anchor tag styles *******/

a{
	color: #005FA9;
	font: 1em tahoma,sans-serif;
}

a:hover{
	font: 1em tahoma,sans-serif;
}

.top_nav{
font: 11px verdana,sans-serif;
color:yellow;
font-weight:normal;
}
.top_nav a{
font: 11px verdana,sans-serif;
color:white;
text-decoration:none;
font-weight:normal;
}
.top_nav a:hover{
font: 11px verdana,sans-serif;
color:yellow;
text-decoration:underline;
font-weight:normal;
}
/************** header tag styles **************/

h1{
 font: bold 120% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #2370B6;
	background-color: #222;
	color: #D0D0D0;
}
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #F0E80A; color: #FFF; }


select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #222;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #F0E80A; }

.helpline { background-color: #313131; border: solid 1px #313131; color: #D0D0D0; }

.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 88px;
	left: 19px;
	right: 2%;
	width:997px;
	background-color: #575757;
	height: 1047px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: -15px;
	left: 20px;
	right: 2%;
	width:996px;
	height: 102px;
	
}

#pageNav{
	float: left;
	width:172px;
	padding: 0px;
	background-color: #575757;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 177px;
	right: 0px;
	color: #919999;
	left: 786px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	border-color: #CCCCCC;
}

#pageName h2{
	font: bold 175% Verdana,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("glbnav_background.gif");
	background-color: #CCCCCC;
}

#globalNav img{
	margin-bottom: -4px;
	background-color: #CCCCCC;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 103px;
	right:0px;
	left: 921px;
	width: 40px;
}

#globalLink{
	position: absolute;
	top: 27px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #FFFFFF;
}

#breadCrumb a{
	color: #FFFFFF;
}

#breadCrumb a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
body 
.feature {height: auto;}

.feature h3{
	font: bold 175% Verdana,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Verdana,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Verdana,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	border-color: #575757;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	color: #CCCCCC;
	/*border:0px;*/
	font-size:14px;
	border-color: #666666;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
}
#sectionLinkshead1{
background-image:url(http://eptuners.com/forum/templates/AcidTech/images/hdr_left.gif);
width:25px;
height:27px;
}
#sectionLinkshead2{
background-image:url(http://eptuners.com/forum/templates/AcidTech/images/hdr_mid.gif);
height:27px;
width:130px;
font-size:10px;
font-weight:bold;
font-family:verdana;
/*text-align:center;*/
}
#sectionLinkshead3{
background-image:url(http://eptuners.com/forum/templates/AcidTech/images/hdr_right.gif);
width:25px;
height:27px;
}
#sectionLinkshead4{
background-image:url(http://eptuners.com/forum/templates/AcidTech/images/hdr_mid.gif);
height:27px;
width:548px;
font-size:10px;
font-weight:bold;
font-family:verdana;
/*text-align:center;*/
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CCCCCC;
	border-color: #666666;
}

#sectionLinks a{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 1px 0px 3px 10px;
	color: #0073BF;
	text-decoration:none;
	background-color: #313131;
	border-color: #313131;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #447EB3;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	border-color: #FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CCCCCC;
	border-top-color: #575757;
	border-right-color: #575757;
	border-bottom-color: #575757;
	border-left-color: #575757;
	border-color: #575757;
	color: #575757;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	background-color: #CCCCCC;
}

#advert img{
	display: block;
}
/**************** photogallery styles *****************/

#newPhotos{
  	width:220px;
}
#inlinePhoto{
  	width:220px;
  	height:158px;
  	background: url(img/gal_bdrop.gif) no-repeat right center;
  	text-align:center;
}
#pgImage{
  	width:200px;
  	height:150px;
  	text-align:left;
  	border:none;
}
#photoThumb img{border:1px solid black;}
#photoThumb img:hover{border:1px solid white;}

/***************recent forums************************/
#recentForum{
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	color:white;
}
#recentForum a{
 	font-size:11px;
 	font-family:verdana;
 	text-decoration:underline;
	color:#2370B6;
}
#recentForum a:hover{
	text-decoration:none;
	color:#F0E80A;
}
/***************recent annoucements************************/
#recentAnnouncement{
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	color:white;
}
#recentAnnouncement a{
 	font-size:11px;
 	font-family:verdana;
 	text-decoration:underline;
	color:#2370B6;
}
#recentAnnouncement a:hover{
	text-decoration:none;
	color:#F0E80A;
}
/***************polls************************/
#pollSection{
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	color:white;
}
#pollSection a{
 	font-size:11px;
 	font-family:verdana;
 	text-decoration:bold;
	color:#2370B6;
}
#pollSection a:hover{
	text-decoration:bold underline;
	color:#F0E80A;
}
/***************userActions************************/
#userAction{
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	color:white;
}
#userAction a{
 	font-size:11px;
 	font-family:verdana;
 	text-decoration:underline;
	color:#2370B6;
}
#userAction a:hover{
	text-decoration:none;
	color:#F0E80A;
}
/***************siteSupporter************************/
#siteSupporter{
	font-size:11px;
	font-family:verdana;
	text-decoration:none;
	color:white;
}
#siteSupporter a{
 	font-size:11px;
 	font-family:verdana;
 	text-decoration:underline;
	color:#2370B6;
}
#siteSupporter a:hover{
	text-decoration:none;
	color:#F0E80A;
}
/***************editPopUps************************/

#editPop{z-index:1;display:none;visibility:none;position:absolute;text-align:center;width:100%;background-color:transparent;left:0;height:600;}
#editPopTable{background-color:black;border:10px solid #447EB3;height:150;width:620;position:relative;top:100;}
#editTextbox{background-color:black;font-size:12px;color:white;border:1px solid #5290CA;}
#editBoxName{color:white;font-size:12px;font-weight:bold;}
#submitButton{color:white;font-size:12px;background-color:black;border:1px solid #313131;}
#cancelButton{color:white;font-size:12px;background-color:black;border:1px solid #313131;}
.userFunc{border-right:0px solid white;background-color:transparent;height:20;}
.userFunc a{font-weight:bold;}
.userFunc a:hover{font-weight:bold;}
.guestFunc{border-right:0px solid white;background-color:transparent;height:20;}
.guestFunc a{font-weight:bold;}
.guestFunc a:hover{font-weight:bold;}

/***************CALENDAR************************/

table.calendar {border: 0px solid #000000; border-collapse: collapse; color: #FFFFFF;background: #313131; }
td.today {font-family:verdana;font-size:8pt;border:1px solid #969696;border-left:1px solid black; background:#313131;}
td.days {font-family:verdana;font-size:8pt;border:1px solid #313131;background-color:#000000;}
td.nonmonthdays {font-family:verdana;font-size:8pt;border:1px solid #535252;background:#313131;}
#dayHead {border:0px solid black;font-weight:bold;font-family:verdana;height:15px;font-size:12px;text-align:center; }

/********************* end **********************/

