/*
	PolQuest.com Calendar - Professional Event Management System
	Copyright © 2007 PolQuest.com
	
	
*/

/*	PolQuest Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/
	
html, body {
	margin: 0;
	padding: 0px 0 0px 0;
	background: #1e2525;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 100%;
	}
#container {
	margin: auto auto auto auto ; 
	width: 97%;
	padding: 0;
	background: #1e2525;
	color: #000000;
	position: relative;
	}

#contentSides {
	background: #2a3234;
	color: #FFFFFF;
	text-align: left; 
	padding: 5px;
	width: 100%;
	height: 100%;
    border: 1px solid #3c4243;
	}

#contentSearch {
	background: #2a3234;
	color: #FFFFFF;
	text-align: left; 
	padding: 5px;
	width: 90%;
	height: 100%;
    border: 1px solid #3c4243;
	}	

#content {
	background: #2a3234;
	color: #FFFFFF;
	text-align: left; 
	padding: 5px;
	width: 100%;
	height: 100%;
    border: 1px solid #3c4243;
	}
#leftcontrols {
	background: #2a3234;
	color: #FFFFFF;
	padding: 5px;
	width: 190px;
	height: 100%;
    border: 1px solid #3c4243;
	}
#rightcontrols {
	background: #2a3234;
	color: #FFFFFF;
	padding: 5px;
	width: 210px;
	height: 100%;
    border: 1px solid #3c4243;
	}
#billboard {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#popular {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#valid {
	text-align: center;
	}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#copyright {
	clear: both; 
	color: #000000;
	background: #1e2525;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright {
	text-decoration: none;
	color: #000000;
	background: #1e2525;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #000000;
	background: #1e2525;
	}
a.copyrightR {
	text-decoration: none;
	color: #000000;
	background: #1e2525;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #000000;
	background: #1e2525;
	}
.setupText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}
	
/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.header_image { border-bottom: 1px solid #fff;}

a.imageHeader { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 100px; /* width of reactive image */
     height: 100px; /* height of reactive image */
     background-image: url(../img/header_2.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.imageHeader:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/header_2a.jpg); /* source for target image */
     } 

/*** Static pages navigation ***/

.box_pages { /*** static pages list holder ***/ 
	border: 2px solid #000; 
	padding: 6px; 
	background: #42464A url(../img/pages_bg.gif) bottom repeat-x;
}

.box_pages li { /*** static pages list ***/
	display: inline;
}

.box_pages a {padding: 5px 6px;}

.box_pages a:link, .box_pages a:visited {
	color: #fff;
	text-decoration: none;
}

.box_pages a:hover {
	color: #000;
	background-color: #B7B8B8;
	text-decoration: none;
}

#div1 a:link  {
color: orangered;
text-decoration: none;
}
#div1 a:hover {
color: #000;
}
#div1 a:visited {
color: orangered;
}
