﻿/*----------------------------------------------------------
The base color for this template is #000000. If you'd like
to use a different color start by replacing all instances of
#000000 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #3F3F3F;
    background:  #000000 url('images/default-background.jpg') repeat-x;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    /* margin-bottom: 20px; */
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    padding: 0 0 0 0;
}
h2
{
    font-size:1.3em;
    padding: 0 0 0 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#adsTop
{
    float:right;
    padding-top:5px;
    height:90px;
    text-align:right;
}

#main
{
    border: 1px dashed;
    padding:5px;
    /* background-color: #fff; */
    position:relative;
}

#adsBottomLeft
{
	position:relative;
	top:5px;
	left:5px;
	float:left;
	width:160px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 5px 0;
	padding:0px;
	background-color:transparent;
	z-index:100;
}

#mainBody
{
    position:relative;
	padding: 0px 0px 0px 180px;
	min-height:2000px;
}

#adsBottomRight
{
	position:relative;
	top:5px;
	right:5px;
	float:right;
	width:160px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 5px 0;
	padding:0px;
	background:#D7C4FA;
	z-index:99;
}

#footer
{
    background-color:#FFFFFF;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#adsBottom
{
    margin-top:10px;
    text-align:center;
}

/* TAB MENU   
----------------------------------------------------------
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
*/

div#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

div#menu div
{
    float:left;
    margin-right:5px;
    
    padding: 0.4em 1em 0.4em 1em;
    position:relative;
    text-decoration:none;
}

/*
div#menu div a
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    background-color: #e8eef4;
    color: #034af3;
}


div#menu div a:hover
{
    background-color: #fff;
    text-decoration: none;
}

div#menu div a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

div#menu div.selected a
{
    background-color: #fff;
    color: #000;
}
*/

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clearLeft
{
    clear: left;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
    float:left;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    float:right;
    text-align:right;
    font-size:1.1em;
    display:block;
    margin:10px;
}

#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.editor-field
{
    margin-bottom: 1em;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

#main
{
    /*
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
    */
}

#postList
{
    /*list-style-type: none;*/
    margin-left:1.75em;
    padding-left:0px;
}

#postList ul
{
    margin-left:10px;
    padding-left:10px;
}

#postList li
{
    margin-left:0px;
    padding-left:0px;
    /* list-style-image: url('images/sub-bullet.gif'); */
}

.new
{
    color: Red;
}

#privacyPolicy
{
    text-align: justify;
}

#message
{
    padding-top: 15px;
}

#message h2
{
    margin:0px;
    padding:0px;
}

#message .author
{
    margin-top:10px;
}

#message .messageBody
{
    margin-top:15px;
    margin-bottom:15px;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom: dotted 1px;
    border-top: dotted 1px;
    font-weight:normal;
}

#postBox .editor-field
{
    padding-bottom: 10px;
}

.space
{
    padding-bottom:7px;
}

#TopViewsContainer
{
    width: 95%;
}

#TopViews 
{
    float:left;
}
#TopViews .row
{
    height:50px;
    padding-bottom:10px;
}

#TopViews .views
{
    background-color: #000063;
    color:#FFFFFF;
    padding-top:4px;
    text-align:center;
    float:left;
    height:30px;
    margin:0 7px 0 0;
    padding: 5px 0 5px 0px;
    width:50px;    
}

#TopViews .views .number
{
    font-size:125%;
    font-weight:bold;
    height:15px;
}

#TopViews .details
{
    font-size:.9em;
    float:left;
}

#TopViews .details h2
{
    padding: 0;
    margin: 0;
}

#TopActivityContainer
{
    width: 95%;
}

#TopActivity
{
    float:left;
}
#TopActivity .row
{
    height:50px;
    padding-bottom:10px;
}

#TopActivity .views
{
    background-color: #000063;
    color:#FFFFFF;
    padding-top:4px;
    text-align:center;
    float:left;
    height:30px;
    margin:0 7px 0 0;
    padding: 5px 0 5px 0px;
    width:50px;    
}

#TopActivity .views .number
{
    font-size:125%;
    font-weight:bold;
    height:15px;
}

#TopActivity .details
{
    float:left;
    font-size:.9em;
}

#TopActivity .details h2
{
    padding: 0;
    margin: 0;
}


#Homepage
{
    float:left;
    width:100%;
}

.homepageTable
{
    border: 0;
}

.homepageTable td
{
    border: 0;
}

.homepageWelcome
{   
}

.homepageWelcome strong
{
    padding-bottom: 10px;
}

.message
{
    color:Red;
}

.previousRegistration
{
	padding:10px;
	background-color:#FF0000;
	color: #FFFFFF;
	font-weight:normal;
}


#footer h2
{
    color: #000000;
    margin: 15px 0 10px 0;
}

#reportAbuse
{
    margin-top:12px;
}

#reportAbuse a:link, #reportAbuse a:hover, #reportAbuse a:visited
{
    color: Red;
}
