/**
 * return1.net stylesheet
 * Created by Lucas van Dijk
 *
 * Movile stylesheet
 */

/* Default styles */
*
{
	padding: 0;
	margin: 0;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #444444;	
}

img
{
	border: none;
}

.block_content ul, .block_content ol
{
	margin-left: 20px;
}

.geshi-code
{
	overflow: auto;
	background-color: #eeeeee;
	border: 2px solid #e3e3e3; 
	font-size: 10px;
}

.geshi-code ol
{
	margin-left: 35px;
}

.geshi-code ol li
{
	white-space: nowrap;
}

a
{
	color: #42467c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h4, div.head
{
	background-color: #42465c;
	padding: 3px;
	color: white;
	font-size: 12px;
}

h4 a, div.head a
{
	color: #e3e3e3;
	text-decoration: underline;
}

div#main-container
{
	height: auto !important;
	height: 100%;	
	min-height: 100%;	
}

div#content-container
{

}

div#wrapper
{
}

/* left menu */
div#leftmenu
{
	width: 237px;
}

h1
{
	width: 176px;
	height: 20px;
	background-image: url('images/logo_mobile.png');
}

h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
}


div#leftmenu ul
{
	margin-left: 0px;
}

div#leftmenu ul li
{
	color: #444444;
}

div#leftmenu ul li a
{
	color: #444444;
}

div#leftmenu ul li:hover
{
}

div#leftmenu ul li a:hover
{
	text-decoration: none;
}

/* Header */
div#header
{
	display: none;
}

/* Content */
#content .block h3
{
	background-color: #eeeeee;
	padding: 2px;
	font-weight: bolder;
	font-size: 12px;
	color: #444444;
	border-bottom: 3px solid #e3e3e3;
	margin-top: 5px;
}

#content .block h3 a
{
	color: #444444;
}

#content .block .block_content
{
	padding: 2px;
}

#content .bottom-bar
{
	background-color: #eeeeee;
	border-top: 3px solid #e3e3e3;
	padding: 2px;
	display: block;
	text-align: right;
}

/* Footer */
div#footer
{
	background-color: #444444;
	border-top: 3px solid #666666;
	padding: 2px;
	color: white;
	margin-top: 5px;
	text-align: center;
}

div#footer a
{
	color: #e3e3e3;
}

/* Forms */
form p 
{
   clear: both;
   padding: 5px;
}

form p label 
{
   padding: 5px;
}

input, textarea
{
	background-color: #eeeeee;
	border: 2px solid #e3e3e3;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
}

button, submit
{
	font-family: Arial, sans-serif;
}

/* Lists */
ul.squares
{
	list-style-type: none;
	overflow: auto;
	clear: both;
}

ul.squares li
{	
	display: block;
}

ul.admin-index li
{
	width: 100px;
	text-align: center;
	height: 75px;
	margin: 3px;
	padding: 3px;
}

ul.admin-index li:hover
{
	background-color: #e3e3e3;
}

ul.admin-index a
{
	display: block;
}

ul.admin-index li a:hover
{
	text-decoration: none;
}

ul#portfolio li
{
	width: 100px;
	text-align: center;
	padding: 3px;
	height: 85px;
	margin: 3px;
}

ul#portfolio li:hover
{
	background-color: #e3e3e3;
}

ul#portfolio li a
{
	display: block;
	text-decoration: none;
}

ul#portfolio li a:hover
{
	text-decoration: none;
}

/* Tables */
table.styled
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table.styled th
{
	background: #42465c;
	text-align: left;
	padding: 6px;
	margin: 0;
	color: white;
} 

table.styled td
{
	border-bottom: 1px dotted #000;
	padding: 4px;
	margin: 0;
	background-color: #f0f0f0;
}

blockquote
{
	margin: 0 20px;
	background-color: #eeeeee;
	padding: 5px;
	border: 2px solid #e3e3e3;
}

div.hex
{
	margin-left: 20px;
	background-color: #eeeeee;
	padding: 5px;
	border: 2px solid #e3e3e3;
	font-family: Courier New, Courier, monospace;
	float: left;
	width: 320px;
}

div.hex2
{
	background-color: #eeeeee;
	padding: 5px;
	border: 2px solid #e3e3e3;
	border-left: none;
	font-family: Courier New, Courier, monospace;
	float: left;
	width: 125px;
}

/** Tabs */
ul.tabs
{
	width: 100%;
	list-style-type: none;
	margin-left: 0px;
}

ul.tabs li
{
	margin-left: 3px;
	float: left;
	cursor: pointer;	
	background-color: #eeeeee;
	border: 2px solid #e3e3e3;
	border-bottom: none;
	padding: 3px 6px;
}

ul.tabs li.active-tab
{
	background-color: #e3e3e3;
}

div.tab-content
{
	padding: 5px;
	background-color: #eeeeee;
	border: 2px solid #e3e3e3;
	display: none;
	clear: both;	
}

.tab-content .geshi-code
{
	border: none;
}

.tool-tip
{
	color: #ffffff;
	width: 140px;
	z-index: 13000;
	background-color: #eeeeee;
	border: 2px solid #e3e3e3;
}

.tool-title
{
	color: #42465c;
	font-weight: bold;
	padding: 5px;
}

.tool-text
{
	padding: 5px;
	font-size: 11px;
	border-top: none;
	color: #444444;
}

/* Star Rating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url('images/star.gif') left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url('images/stars-small.png');
	line-height: 10px;
	height: 10px;
}
	
