/* CSS Document */

/*Standard Styling*/


body{
margin:0;
padding:0;
background: #E6E6E6;
font-family:Georgia, Arial, Times, serif;
font-size:14px;
color:#666666;
}

#holder {
margin:0;
background:#FFFFFF;
overflow:hidden;
padding:0;
}


h1 {font-size:22px; margin:0; padding:0 5px; color:#006600; font-weight:400;}
h2 {font-size:18px; margin:0; padding:0 5px; color:#6633FF; font-weight:400;}
h3 {font-size:16px; margin:0; padding:0 5px; color:#006600; font-weight:800;}
p { margin:10px; }
img { border:none; }
dl { margin-top:0; }

a:link, a:visited {
	color: #009999;
	text-decoration:none;
	}

a:hover, a:active {
	color: #3300FF;
	text-decoration:none;
	}

.clearer {clear:both; height:0px; overflow:hidden; }
.l_clear {clear:left; height:0px; overflow:hidden; }
.r_clear {clear:right; height:0px; overflow:hidden; }

.error_box {
border:1px solid #990000;
background:#FF3333;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin:10px;
}

.valid_box {
border:1px solid #006600;
background:#66CC66;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
margin:10px;
}


/*Layout Styling*/
/***************************************************************************/
/*Head Section*/

#head {
width:100%;
height:150px;
margin:0;
background:#FFFFFF;
}

#head h1 {
margin:0;
padding:40px 0 0 30px;

}


/***************************************************************************/
/* Main Menu */

#menu dl {
margin:5px 10px 30px 10px;
padding:0;
width:175px;
border-bottom: 5px solid #9966FF;
}

#menu dt {
width:173px;
height:20px;
margin:0;
border-bottom: solid #CCCCFF 1px;
border-left: solid #9966FF 1px;
border-right: solid #9966FF 1px;
line-height:20px;
background:#DFE6E6;
}

#menu dt p {
padding:0 0 0 5px;
margin:0;
}

#menu a {
padding:0 0 0 5px;	
}

#menu dt a:link, #menu dt a:visited {
line-height:20px;
display:block;

}

#menu dt a:hover, #menu dt a:active {
width:168px;
line-height:20px;
background:#99B3FF;
display:block;

}

#menu dt p a:hover, #menu dt p a:active {

}



 
/***************************************************************************/
/* Content Area */

#content {
display:block;
z-index:1;
border-left: #FFFFFF solid 200px;
border-right: #FFFFFF solid 150px;
padding: 10px 5px 15px 0;
position:relative;
background: #FFFFFF url(../Images/StyleImages/back3.jpg) no-repeat bottom right;
min-height:520px;

}

*html #content {
height:520px;
}


#content p {
margin:10px;
}

#content li {
margin:0 10px 0 0;
}

.emisstbl {
background:#DFE6E6;
margin:10px;
}

.emisstbl th {
padding:5px;
background:#FFF9EA;
}

.emisstbl td {
padding:5px;
background:#FFFFFF;
}


/***************************************************************************/
/* Left Column */

#left_col {
position:relative;
float:left;
background: #FFFFFF;
width:200px;
z-index:50;
}




/***************************************************************************/
/* Right Column */

#right_col {
position:relative;
float:right;
background: #FFFFFF;
width:150px;
height:270px;
z-index:50;
}

#right_col p {
margin:10px;
}



/***************************************************************************/
/* Footer Area */

#foot {
position:relative;
clear:both;
height:50px;
background: #E6E6E6;
z-index:100;
border-top:#D8D0F4 1px double;
width:100%;
}

#foot_head dl {
margin:0;
overflow:auto;
}

#foot_head dt {
float:left;
margin:10px;

}



/****************************** Module Styles **********************************/
/*Calculator Page Styling------------------------*/

#calculator {
background: url(../Images/StyleImages/calcback.gif) repeat;
border: 1px solid #D8D0F4;
padding:5px;
width:;
font-size:12px;
font-family:Arial, Helvetica, sans-serif, Garamond;
min-width:500px;
text-align:center;
}

#calc_table {
border:none;
margin:0 auto 0 auto; 
padding:0; 
background:none; 
width:580px;
}

#calc_table table {
background: #F9F9F9;
width:240px;
border: #CCCCCC 1px solid;
margin: 0 0 20px 0;
}

#calculator td {
background: #FCFCFC;
text-align:left;

padding:0 0 0 3px;
}

.theader, #calculator th {
text-align:left;


}

.inputcal {
width:60px;
background:#FFFBF2;
}

.inputtd {
padding:0px;
}

.calsp {
font-size:11px;
}

#su_f {
width:100px;
margin-top:-1145px;
float:right;
position:relative;
margin-right:25px;
}



/********************* News Ticker Styles **************************/
/*
#news{
width:450px;
padding-right:20px;
/*border-right:1px solid #666666;
padding-bottom:10px;
float:left;
overflow:hidden;
/*min-height:400px;
}
*/

#news {
margin:10px 0 10px 0;	
border:2px solid #e4e4e4;
background:#f4f4f4;
}


#news h1 {
background:#e4e4e4;
}

#news h3 {
color:#666666;
margin:10px 5px 0 5px;
}

#news .news_author {
margin:0 5px 0 10px;
}

.news_author {
font-size:10px;
color:#999999;
}

.news_item {
padding-bottom:10px;
border-bottom:1px solid #CCCCCC;
margin:10px;
}

#news .rssfeed {
width:25px;
float:right;
position:relative;
margin-top:-25px;	
}

/****************************************************************/
/* Contact Form Styles */


#contact_form {
margin:10px;
width:400px;
}

#contact_form th {
vertical-align:top;
width:150px;
text-align:left;
}

#contact_form input, #contact_form select {
width:250px;

}

#contact_form textarea {
width:250px;
height:150px;
}

#contact_form .submit_btn {
width:100px;
}

#contact_form .submit_holder {
text-align:right;
padding:10px;

}

/****************************************************************/
/* Quick Login form */

#qklog {
font-size:12px;
}

#qklog dt {
height:125px;
line-height:normal;
}

/****************************************************************/
/* Registration form */

#registration_form {
margin:10px;
}

#registration_form th {
text-align:left;
}

.usernote {
font-size:11px;
}

/****************************************************************/
/* User Profile */

#profile_summary {
width:300px;
float:left;
overflow:hidden;


}

#user_summary {
margin:10px;

}

#user_summary th, #user_summary td {
padding:3px;
text-align:left;
}


/****************************************************************/
/* Forum */

#forums, #forum_stats {
width:99%;
border-collapse:collapse;
margin:3px;
border:1px solid #ccc;
}

#forums h3, #forum_stats h3 {
margin:0;
padding:0;
}

#forums p, #forum_stats p {
margin:3px;
}

#forums th, #forum_stats th {
background:#e4e4e4;
color:#663399;
padding:5px;
font-size:14px;
border-bottom:1px solid #669966;
border-top:1px solid #ccc ;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
text-align:left;
}

#forums td, #forum_stats td { border-bottom:1px solid #ccc; padding:2px; }

#forum_stats td { background:#f4f4f4; }

span.user_1 a:link, span.user_1 a:visited { color:#FFCC00; }
span.user_2 a:link, span.user_2 a:visited { color:#FFCC00; }
span.user_3 a:link, span.user_3 a:visited { color:#66CCFF; }
span.user_4 a:link, span.user_4 a:visited { color:#66CCFF; }
span.user_5 a:link, span.user_5 a:visited { color:#66CCFF; }
span.user_6 a:link, span.user_6 a:visited { color:#66CCFF; }

span.user_1 a:hover, span.user_1 a:active { color:#FF9900; }
span.user_2 a:hover, span.user_2 a:active { color:#FF9900; }
span.user_3 a:hover, span.user_3 a:active { color:#FF9900; }
span.user_4 a:hover, span.user_4 a:active { color:#FF9900; }
span.user_5 a:hover, span.user_5 a:active { color:#FF9900; }
span.user_6 a:hover, span.user_6 a:active { color:#FF9900; }


#forums .forumicon { width:50px; vertical-align:middle; background:#e4e4e4; padding:5px; text-align:center; }

#forums .forumtitle { padding:3px; background:#f4f4f4; min-width:200px; max-width:570px; }

#forums .topiccount { text-align:center; background:#e4e4e4; }

#forums .postcount { text-align:center; background:#fff; }

#forums .viewcount { text-align:center; background:#f4f4f4; }

#forums .replycount { text-align:center; background:#ddd; }

#forums .author {  text-align:center; vertical-align:middle; padding:5px; background:#e4e4e4; }

#forums .lastpost { width:180px; background:#E9E9E9; }
*html #forums .lastpost { width:180px; background:#E9E9E9; } /*IE6 min width */

#forums .zebra1 td { background:#f4f4f4; }

#forums .zebra2 td { background:#EBECF1; }

#forums .post { border-left:1px solid #ccc; padding:5px; vertical-align:top; }

#forums .authorInfo { width:150px; padding:5px; vertical-align:top; }

#forums .rank { font-size:10px; }

#forums .forum_spacer { height:15px; }

#forums .rule { border-bottom:1px solid #ccc; margin-bottom:5px; overflow:hidden; padding-bottom:2px; }
*html #forums .rule { height:14px; }


#forums .rule_right { float:right; position:relative; font-size:12px; }

#forums .rule_left { float:left; position:relative; font-size:12px; }

#forums .quotebox { border:1px #CCCCCC solid; background:#e4e4e4; margin:10px; }

.rank { font-size:10px; }

#forums .topic_pages { font-size:11px; }

.forum_opts { height:40px; overflow:hidden; }

.newTopic {
width:270px;
float:right;
overflow:hidden;
margin:-55px 0 0 0;
text-align:right;
}

.newTopic a:link, .newTopic a:visited {
text-decoration:none;
}

.newTopic a:hover, .newTopic a:active {
text-decoration:none;
}

.newTopic img { vertical-align:middle; }

#forum_profile_summary {
float:left;
width:350px;
}

#forum_profile_summary table {
margin:5px;
}

#forum_profile_summary th {
text-align:right;
padding:5px;
}

#avatar {
vertical-align:middle;
text-align:center;
border:1px solid #666666;
min-width:150px;
min-height:150px;
}

.sigbar {
border-top:1px solid #669999;
margin:5px 0 5px 0;
padding:0;
max-width:700px; overflow-x:auto;
}

.forum_post {min-height:50px; max-width:100%; overflow-x:auto;}
*html .forum_post { height:50px; width:100%; overflow-x:scroll;}

#forums .forum_post p {margin:5px 3px 10px 3px; }

.fpost {
margin:0 5px 0 5px;
padding:5px;
border-bottom:1px solid #333;
}

#forum_latest a, #forum_latest a:visited {
font-weight:bold;
} 

.fpost:hover {
background:#333;
}


#pvt_msgs { /*clear:both;*/ display:inline; }

#private_messages { margin:10px; }

#private_messages td { padding:0 10px 10px 10px; vertical-align:middle; }

#private_messages td img { vertical-align:middle; }

#private_messages td a:link, #private_messages td a:visited { }
#private_messages td a:hover, #private_messages td a:active { text-decoration:none; }

#pvt_msg_inbox {
margin:10px;
width:98%;
border:1px solid #CCCCCC;
border-collapse:collapse;
}

#pvt_msg_inbox th, #pvt_msg_inbox td {
text-align:left;
padding:5px;
}

#pvt_msg_inbox th {
border:1px solid #CCCCCC;
background:#e4e4e4;
}

#pvt_msg_inbox td { /*border:1px solid #CCC;*/ }

#pvt_msg_inbox .zebra1 td { background:#F3F3F3; }

#pvt_msg_inbox .zebra2 td { background:#E1E1F0; }


#pvt_msg_inbox .pm_headers td {
background:#f4f4f3;
color:#FFFFFF;
border: 1px solid #CCCCCC;
}

.quotebox { border:1px #CCCCCC solid; background:#f4f4f3; margin:10px; }

#user_tbl_div {margin:10px; }

#user_tbl {
margin:10px;
width:98%;
border-collapse:collapse;
border:1px solid #999999;
}

#user_tbl th {
padding:5px;
border:1px solid #999999;
background:#f4f4f3;
}

#user_tbl td {
padding:5px;

}

#user_tbl td.zebra1  { background:#f4f4f4; }


#user_tbl td.zebra2  { background:#EBECF1; }


/****************************************************************/
/* Gallery */

#gallery {
clear:both;
}

.gallery_category {
margin:10px;
border-bottom:1px solid #99FF00;
padding:10px;

}

.album_list {
float:left;
width:265px;
border:1px solid #333333;
margin:10px;
background:#1A1A1A;
text-align:left;
}

.album_list th {
padding:5px;
font-size:14px;
text-align:left;
}

.album_list td {padding:3px; text-align:left; }

.album_list img { border:1px solid #333; }

.image_holder {
padding:3px;
background:#1A1A1A;
width:110px;
float:left;
margin:10px;
border:1px solid #333;
}

.image_holder div { height:90px; overflow:hidden; }

.img_hold { height:90px; overflow:hidden; width:122px; }



/****************************************************************/
/****************************************************************/
/* Site wide generic styles */

#pager_holder, #list_options {
margin:0 0 10px 10px;
padding:0;
font-family:Tahoma, Geneva, sans-serif;
}

#pager_holder { min-height:30px; }
*html #page_holder { height:30px; }

#pager_holder p, #list_options p {margin-top:0;}
#pager_holder select, #list_options select {font-size:10px; color:#666666; }

.paging {
height:25px;
}

.paging dt {
float:left;
height:20px;
width:20px;
line-height:20px;
border:#CCCCCC 1px solid;
margin:2px;
vertical-align:middle;
text-align:center;
background:#99F;
}

.paging dt a:link, .paging dt a:visited {
text-decoration:none;
width:20px;
height:20px;
line-height:20px;
display:block;
color:#FFF;
}

.paging dt a:hover, .paging dt a:active {
text-decoration:none;
width:20px;
height:20px;
line-height:20px;
display:block;
background:#FFFFCC;
color:#99C;
}

#curpage a:link, #curpage a:visited {
background:#CCF;
color:#3366FF;
}

#curpage a:hover, #curpage a:active {
background:#F5F0DC;
}

#page_st {
height:20px;
width:auto;
border:none;
margin:2px;
vertical-align:middle;
text-align:left;
background:none;
line-height:20px;
}





.idx_right {
float:right;
width:400px;
margin:0 0 10px 10px;
text-align:left;
clear:right;
}

#login_box, #raid_idx, #forum_latest {
border:1px solid #666666;
/*background:url(../Images/StyleImages/content_gradient.png) bottom repeat-x;*/
background:url(../Images/StyleImages/paper_bg.jpg) top;
color:#FFFFFF;
}

.paper_box {
background:url(../Images/StyleImages/paper_right_bottom.png) bottom right no-repeat;
}


.page_break {
background:#333;
margin:15px 0 15px 0;
clear:both;
height:10px;
}


.portfolio {
/*width:270px;*/
border:5px solid #E4E4E4;
padding:0;
margin:5px;
float:left;
}

.quotes {
background:url(../Images/StyleImages/quotes.jpg) no-repeat;
padding:10px 35px 0 20px;
}

.login_box {
width:350px;
float:left;
margin:25px 30px 25px 30px;
}

.login_box th, .login_box td {
padding:5px;
}

.login_box h2 {
padding:5px;
}


