﻿/*Modal Popup*/
.modalBackground
{
	background-color: #333333;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPanel
{
	background-color: White;
	text-align: center;
}





.HiddenColumn
{
	display:none;
	width:0px;
} 

.print
{
	display:none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* Common */
.highlight
{ 
	background-color: #FFE4E1; 
}

.highlight2
{ 
	background-color: #EFF0F1; 
}

.silverBackground
{
	margin-top: 5px;
	padding: 0 5px;
	border: 1px solid #F2F2F2; 
	background-color: #FAFAFA; 
}

.gridHeader
{
	font: bold 10px Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	height: 25px;
}

.detailsHeader
{
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	height: 23px;
}

.right-box 
{
	color: #666666;
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: justify;
	background-color: #FAFAFA;
	text-align: center;
}

.label 
{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
}

.labelMessage
{
	font-weight: bold;
	color: #666666;
	margin: 5px;
}

.textbox
{
	padding: 2px;
	border: 1px solid silver;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}

.textboxRight
{
	padding: 2px;
	border: 1px solid silver;
	font: normal 1em Verdana, sans-serif;
	color: #777;
	text-align: right;
}

.textarea 
{
	width: 400px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

.button
{
	margin-top: 10px;
	font: bold 10px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
	cursor: pointer;
}

.buttonLogin
{
	width: 141px;
	font: bold 10px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
	cursor: pointer;
}

h1 
{
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 25px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-green.jpg) no-repeat 3px 50%;
}

h2 
{
	padding: 0 5px 5px 0;
	font: Bold 10px Verdana, 'Trebuchet MS', Sans-serif;
	text-transform: uppercase;
	color: #88ac0b;
}

h3
{
	margin: 0;
	padding: 10px;		
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
	font-size: 110%;
	color: #666666; 
}

h4 
{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

a, a:visited 
{
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}

a:hover 
{
	color: #4EBF37;
	background: inherit;
}

p 
{
	padding: 10px;		
	margin: 0;
}

hr
{
	height: 0; 
	border-width: 1px 0 0 0;
	border-style: solid; 
	border-color: #EFF0F1;
}

img 
{
	border: 2px solid #CCC;
}

img.float-right 
{
  margin: 5px 0px 10px 10px;  
}

img.float-left 
{
  margin: 5px 10px 10px 0px;
}

ul, ol 
{
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}

ul span, ol span 
{
	color: #666666;
}

blockquote 
{
	margin: 0 0 10px 0;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* MasterPage */
body 
{
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	height: 100%;
}

#wrap 
{
	width: 968px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#content-wrap 
{
	clear: both;
	width: 908px;
	padding: 0;
	margin: auto;
}

/* Header */
#header
{
	width: 968px;
	position: relative;
	height: 106px;
	background: #CCC url(../images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#header #search
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 50px;
	padding: 0 40px 0 0;
	font-size: 10px;
}

#header #loginLink
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 85px;
	padding: 0 40px 0 0;
	font-size: 10px;
}

#header #loginLink a
{
	color: White;
}

#header #loginLink a:hover
{
	text-decoration: underline;
}

/* Menu */
#menu 
{
	clear: both;	
	margin: 0;
	padding: 0 40px 0 0;
	background: url(../images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}

#menu ul 
{
	float: right;
	list-style: none;
	margin: 0; 
	padding: 0;
}

#menu ul li 
{
	display: inline;
}

#menu ul li a 
{
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}

#menu ul li a:hover 
{
	background-color: #ECECEC;
	color: #333;	
}

#menu .current
{	
	background-color: #FFF;
	color: #333;
}

/* Footer */	
#footer 
{
	color: #666666;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 968px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}

/* Login Control */
#login
{
	width: 295px;
	margin: 0;
	padding-bottom: 5px;
}

#login .button
{
	margin-right: 12px;
}

/* Notebook Control */
#notebook
{
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
}

/* Information */
#information
{
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
}

/* HomepageLeft */
#homepageLeft
{
	float: left;
	width: 72.5%;
	padding-bottom: 10px;
	margin: 0;
}

/* HomepageRight */
#homepageRight 
{
	float: right;
	width: 26.5%;
	padding-bottom: 10px;
	margin: 0;	
}	

ul.homePageMenu 
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;		
}
ul.homePageMenu li 
{
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

ul.homePageMenu a 
{
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

.hirdetes img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

.hirdetes:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.hirdetes img
{
	border: 1px solid #FAFAFA;
}

.hirdetes:hover img
{
	border: 1px solid #4EBF37;
}

.hirdetes:hover
{
	color: red; /* Dummy definition to overcome IE bug */
}

/* RegisrationLeft */
#registrationLeft
{
	float: left;
	width: 43.5%;
	padding-bottom: 10px;
	margin: 0;
}

#registrationLeft .button
{
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}

/* RegisrationRight */
#registrationRight 
{
	float: right;
	width: 55.5%;
	padding: 0;
	margin: 0;	
}	

/* UserDataLeft */
#userDataLeft
{
	float: left;
	width: 72.5%;
	padding-bottom: 10px;
	margin: 0;
}

/* UserDataRight */
#userDataRight 
{
	float: right;
	width: 26.5%;
	padding: 0; 
	margin: 0;	
}	

#userDataRight ul.userDataMenu 
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;		
}

#userDataRight ul.userDataMenu li 
{
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

#userDataRight ul.userDataMenu a 
{
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Cart */
#cart
{
	margin: 0;
	padding-bottom: 10px;
	width: 100%;
}

/* SearchLeft */
#searchLeft
{
	width: 72.5%;
	float: left;
	margin: 5px 0 5px 0;
}

/* SearchRight */
#searchRight
{
	float: right;
	width: 26.5%;
	margin: 0;
}

#searchRight ul.searchMenu 
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;
}

#searchRight ul.searchMenu li 
{
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

#searchRight ul.searchMenu a
{
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* SearchResults */
#searchResults
{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

/* AdminLeft */
#adminLeft
{
	float: left;
	width: 72.5%;
	padding-bottom: 10px;
	margin: 0;
}

/* AdminRight */
#adminRight 
{
	float: right;
	width: 26.5%;
	padding-bottom: 10px;
	margin: 0;	
}

#adminRight ul.searchMenu 
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;
}

#adminRight ul.searchMenu li 
{
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

#adminRight ul.searchMenu a
{
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* AdminSearchLeft */
#adminSearchLeft
{
	float: left;
	width: 40;
	padding-bottom: 10px;
	margin: 0;
}

/* AdminSearchRight */
#adminSearchRight 
{
	float: right;
	width: 59%;
	padding-bottom: 10px;
	margin: 0;	
}














/* DetailsLeft */
#detailsLeft
{
	float: left;
	width: 272px;
	padding-bottom: 10px;
	margin: 0;
}

/* DetailsRight */
#detailsRight 
{
	float: right;
	width: 378px;
	padding: 0;
}	

#detailsRight ul.detailsMenu 
{
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: none;		
}

#detailsRight ul.detailsMenu li 
{
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

#detailsRight ul.detailsMenu a 
{
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}