﻿@import url(../Reset.css);

/* LINKS                                                                     */
a:link {
    color: #034af3;
    text-decoration: underline;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
}
a:active {
    color: #12eb87;
}

/* ROOT                                                                      */

body 
{
	color: #696969;
	font: 1em Verdana, Helvetica, Sans-Serif;
	font-family: Calibri, Cambria, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	background-color: Gray;
	background-image: url(bg.jpg);
	background-attachment: fixed;
}

.home 
{
	/* background-color: Black; */
}

/* REGIONS                                                                         */

/* ROOT REGION                                                                     */
.root-region 
{
	background: url(../../MainBackground.jpg) no-repeat fixed left top;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	/*background-color:Black;*/
	background-color: ButtonFace;
}	

/* HEADER REGION                                                                    */
.header-region 
{
	background: #ACACAC;
	height: 120px;
	padding:10px;
	position: relative;
}

/* LOGON REGION                                                                    */
.logon-region 
{
	margin: 15px;
}

.logon-region p 
{
	display: inline;
	margin-right: 18px;
}

/* BANNER REGION                                                                   */
.banner-region img 
{
	display: block;
	margin: 10px auto 0 auto;
}

/* SECONDARY REGION                                                                 */
.secondary-region
{	
	background-color: ButtonFace;
	height: 100%;
	left: 0;
	top: 0;
	padding: 10px 5px 10px 10px;
	width: 240px;
	z-index: 5;
	float: left;
}

.search-region
{	
	float: right;
}

/* BORDER view-border                                                        
		  background-color: #88D2FC:                                            
          radius:           10                                                  
		  border-image:     StarBorderNormal.png                              */

.view-border
{
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

.view-border .content
{
	background: #88D2FC; /*background-color*/
	padding: 10px 20px;
}

.view-border .c
{
	position: absolute;
	width: 20px; /*2 * radius*/
	height: 20px; /*2 * radius*/
	left: -10px; /*radius*/
	top: -10px; /*radius*/
}

.view-border .c.tr,
.view-border .c.br 
{
	margin-left: 100%;
}

.view-border .c.bl,
.view-border .c.br
{
	top: auto;
}

.view-border .c
{
	background: url(StarBorderNormal.png); /*border-image*/
}

.view-border .c.tl, .view-border .c.bl 
{
	width: 100%;
}

/* MENU REGION                                                               */

/* LOGON REGION                                                              */
.logon-region 
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

.logon-region a:link 
{
    text-decoration: underline;
}

.logon-region a:visited 
{
    text-decoration: underline;
}

.logon-region a:hover
{
    text-decoration: none;
}

/* MAIN REGION                                                               */
.main-region 
{	    
  	padding: 10px 10px 10px 5px;
	width: 689px; 
	float: right;
}

/* SECONDARY REGION                                                           */

/* FOOTER REGION                                                              */
.footer-region 
{
	background-color: #999999;
	clear: left;
	color: #333;
	padding: 4px 0;
	text-align: center;
	width: 100%;
}


/* VIEWS                                                                         */

/* Standard View                                                                 */
.site-ad-view,
.site-rules-view,
.region-view,
.billboard-ad-view,
.billboard-ad-list-view,
.billboard-categories-view,
.form-view,
.last-ads-view
{
	background-color: White;   
	border-left: 1px solid #CCCCFF; 
	border-right: 1px solid #CCCCFF; 
	padding: 40px;
	
	font-family: "Segoe UI", Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 150%;	
}

.site-ad-view h1,
.site-rules-view h1,
.region-view h1,
.billboard-ad-view h1,
.billboard-ad-list-view h1,
.billboard-categories-view h1,
.form-view h1,
.last-ads-view h1
{
	font-family: "Trebuchet MS", Verdana, Georgia, Sans-Serif;
	margin-bottom: 1em;	
}

.site-ad-view ol, .site-ad-view ul, .site-rules-view ol, .site-rules-view ul
{
	list-style: square;
	list-style-position: inside;
}


/* Form View                                                                  */

/* Fieldset and legend                                                        */
.form-view
{
	/*background-color: White;*/
}

.form-view h1
{
	font-size: 20px;
}

.form-view fieldset 
{
	border: 2px solid #CCC;
	margin: 1em 20%;
	width: 600px;
	padding: 1em;
	margin: 0 auto;
}

.form-view legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
	
/* Form rows                                                                 */
.form-view form div 
{
	margin: 2px 12px 10px 10px;
}
	
/* Labels                                                                    */

.form-view label 
{ /* Top labels */
	display: block;	
}

.form-view label 
{ /* Left labels */	
	float:left;
	width: 200px;
}
	
/* Inlines labels after radio button                                         */
.form-view input[type="radio"] 
{
	display: inline;
}

.form-view input[type="radio"] + label 
{
	float:none;
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
}
	
/* Required fields                                                           */
.form-view label.required 
{
	font-weight: bold;
}
	
/* Changes color of focused text fields                                      */
.form-view input:focus,
.form-view textarea:focus 
{
	background: #FFC;
}
	
/* Text fields                                                               */
.search-view input[type="text"],
.search-view input[type="password"],
.search-view textarea,
.search-view input[type="file"],

.form-view input[type="text"],
.form-view input[type="password"],
.form-view textarea,
.form-view input[type="file"]
{
	border: 1px solid #CCC;
	width: 300px;
}

.search-view input[type="text"],
.search-view input[type="password"],
.search-view input[type="file"], 

.form-view input[type="text"],
.form-view input[type="password"],
.form-view input[type="file"] 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #A7ADB6;
	padding: 4px 10px 4px 10px;
	border: none;
	width: 186px;
	height: 24px;
	background: url(TextBox.png) top left no-repeat; 
}
	
.form-view textarea 
{
	height: 5em;
}

.form-view .validation-summary-errors 
{
	color: Red;
}

/* Search View                                                                  */

/*
.search-view
{
	position: relative;
	bottom:0;
}
*/

/* Footer View                                                                  */

.footer-view
{
	font-family: "Trebuchet MS", Verdana, Georgia, Sans-Serif;
	font-size: 14px;
	padding: 10px;
}

.footer-view a 
{
	color: #333;
}

/* Link list with '|' separators                                         */
.footer-view li {
	display: inline;	
}

.footer-view ul {
	list-style: none;	
}

.footer-view strong
{
	color: Red;
}
.footer-view li:before
{	
	content: " | ";
}

.footer-view li:first-child:before
{	
	content: normal;
}

/* HEADER VIEW : STANDARD VIEW                                                                  */

.header-view h1
{	
	display: block;
	width: 207px;
	height: 39px;
}


.header-view h1 a
{	
	display:block;
	width: 207px;
	height: 39px;
	background-image: url(Logo.png);
	background-repeat: no-repeat;
	text-indent: -999999px;
}

.header-view .add-ad, 
.header-view .my-ads
{
	display:inline-block;
	width: 217px;
	height: 44px;	
	background-repeat: no-repeat;
	text-indent: -999999px;
}
.header-view .add-ad
{	
	background-image: url(AddAdButton.png);
}

.header-view .my-ads
{	
	background-image: url(MyAdsButton.png);
	left: 240px;
}



/* MENU VIEW                                                                  */

.menu {
	clear: both;
}

.menu {
	float: right;
	-margin: 162px 6px 0 0px;
}

.menu li {
	display: inline-block;
	min-width: 80px;
	margin: 2px;	
	border: none;
}

.menu li a {
	text-align: center;	
	padding: 4px 20px;	
	display: block;
	color: #36221B;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

.menu li a:hover {
	color: Gray;
	background-color: transparent;	
}	



/* REGION VIEW : STANDARD VIEW                                              */

.region-view
{
	padding-left: 10px;
	padding-right: 10px;
}

.region-view a
{
	color: #444444;        
	font-size: 14px;
}

.region-view ul
{
	line-height: 1em;		
}
	
.region-view li
{
	margin-left: 20px;
	color: #AAAAAA;
	list-style-type: none;
}
.region-view h1
{	
	font-size:20px;
}

/* BILLBOARD AD VIEW  : Standard View                                              */

.billboard-ad-view
{
	padding: 20px 60px;
}

.billboard-ad-view .meta-info
{
	/*border-bottom: solid 1px #CCCCFF;*/ 
	margin-bottom: 20px;
}






.billboard-ad-view .photos
{
	margin: 20px 0 0 0;
}

.billboard-ad-view .photos li
{
	display: inline-block;
	
	margin-right: 8px;

}

.billboard-ad-view .photos img,
.billboard-ad-list-view td img
{
	padding: 4px;
	border: solid 1px #CCCCFF;
	
	margin: 4px;
} 


/* BILLBOARD CATEGORIES VIEW                                                  */
 
.billboard-categories-view div
{
	width: 49%;
	background-color:transparent;  
	float: left;
	font-size: 14px;
}

.billboard-categories-view div > ul
{	
	list-style-image: url(Arrow300.gif);
	list-style-position:outside;
	display: inline;
	margin:0;
}

.billboard-categories-view div > ul > li > a
{	
	font-weight: bold;
}

.billboard-categories-view ul ul li
{
	display: inline;
	margin: 0;
}

.billboard-categories-view ul ul li:after
{
	content: ",";
}

.billboard-categories-view ul ul li:last-child:after
{
	content: "";
}

.billboard-categories-view h1
{	
	font-size: 20px;
}

.billboard-categories-view li
{
	margin-left: 20px;
}

.billboard-categories-view p, 
.billboard-categories-view ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* CLEAR FIX                                                                  */
/* Float clearing for IE6 */
* html .content-region,
* html .billboard-categories-view
{
	height: 1%;
	overflow: visible;
}

/* Float clearing for IE7 */
*+html .content-region,
*+html .billboard-categories-view
{
	min-height: 1%;
}

/* Float clearing for modern user agents. */
.content-region:after,
.billboard-categories-view:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.billboard-ad-list-view .pagination
{
	margin-top: 20px;
}

.billboard-ad-list-view .pagination .paginationRight
{
	margin-left: 20px;
}

.billboard-ad-list-view td 
{
	vertical-align: top;
}

.billboard-ad-list-view th 
{
	line-height: 2em;
	padding-bottom: 8px;
}

.last-ads-view li 
{
	margin-bottom: 8px;
}

.last-ads-view em
{
	display: block;
}

.view-border
{
	margin-bottom: 8px;
}

.pagination .paginationPages a, 
.pagination .paginationPages strong
 {
 	padding: 2px;
	margin: 2px;
	/*border: solid 1px red;*/
}

.pagination strong
 {
 	background-color: #F0F0F0;
 }


