﻿.screen
{
	display: none;
}

.print
{
	display:block;
	text-align: left;
}

/* Common */
.silverBackground
{
	margin-top: 5px;
	padding: 0 5px;
	border: 1px solid #F2F2F2; 
	background-color: #FAFAFA; 
}

.right-box 
{
	color: #666666;
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;
	text-align: justify;
	
}

.label 
{
	font-weight: bold;
	margin: 5px 0;
}

.textbox
{
	padding: 2px;
	border: 1px solid silver;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}

h1 
{
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 25px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: black;
	border-bottom: 1px solid silver;
	background: #FFF url(../images/square-green.jpg) no-repeat 3px 50%;
}

h2 
{
	margin: 0;
	padding: 0 5px 5px 0;
	float: right;
	font: Bold 10px Verdana, 'Trebuchet MS', Sans-serif;
	text-transform: uppercase;
	color: black;
}

h3
{
	margin: 0;
	padding: 10px;		
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
	font-size: 110%;
	color: black; 
}

h4 
{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: black;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

p 
{
	padding: 10px;		
	margin: 0;
}

a, a:visited 
{
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}

a:hover 
{
	color: #4EBF37;
	background: inherit;
}

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: black;	
}

ul span, ol span 
{
	color: black;
}

/* Details */
body 
{
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

#wrap 
{
	width: 720px;
	background: #CCC url(../images/contentDetails.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#content-wrap 
{
	clear: both;
	width: 660px;
	padding: 0;
	margin: 0 auto;
}

/* Header */
#header
{
	width: 720px;
	position: relative;
	height: 106px;
	background: #CCC url(../images/headerDetails.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#header #loginLink
{
	margin-top: 85px;
	padding: 0 40px 0 0;
	float: right;
	font-size: 10px;
}

/* Footer */	
#footer 
{
	color: #666666;
	background: #CCC url(../images/footerDetails.jpg) no-repeat center top;
	clear: both;
	width: 720px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}

/* DetailsLeft */
#detailsLeft
{
	float: left;
	width: 378px;
	padding-bottom: 10px;
	margin: 0;
}

/* DetailsRight */
#detailsRight 
{
	float: right;
	width: 272px;
	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;	
}