/**
 * Stylesheet for <Oximo>
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Yoni De Beule <yoni@netlash.com>
*/

body#thickbox {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1.48;
	padding: 10px;
}

p {
	padding-bottom: 10px;
}

a:link {
	color: #777;
}

a:visited {
	color: #777;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content li {
	padding-bottom: 6px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}


#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window  a:link {
	color: #61A9D1;
}

#TB_window  a:visited {
	color: #61A9D1;
}

#TB_window  a:hover {
	color: #525759;
}

#TB_window  a:active {
	color: #000;
}

#TB_title a:link {
	color: #fff;
}

#TB_title a:visited {
	color: #fff;
}

#TB_title a:hover {
	color: #fff;
}

#TB_title a:active {
	color: #fff;
}

#thickbox h1,
#thickbox h2,
#thickbox h3 {
	color: #49809e;
}

#thickbox a.button:link,
#thickbox a.button:visited,
#thickbox a.button:hover,
#thickbox a.button:active {
	color: #fff;
}

#thickbox a.button {
	background: url(../images/buttons_front.png) no-repeat left -23px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
	display: block;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	float: left;
}

#thickbox a.button span {
	background: url(../images/buttons.png) no-repeat right -23px;
	display: block;
	padding: 0 10px 0 0;
	text-align: center;
}

#thickbox a.button:hover,
#thickbox a.button:active {
	background-position: left -138px;
}

#thickbox a.button:hover span,
#thickbox a.button:active span {
	background-position: right -138px;
}

#thickbox a.button:link,
#thickbox a.button:visited,
#thickbox a.button:hover,
#thickbox a.button:active {
	color: #fff;
}

#thickbox a.button {
	margin: 0;
}

#thickbox  .margin {
	margin: 5px;
}

#thickbox  .padding {
	padding: 5px;
}

#thickbox  .floatleft {
	float: left;
}

#thickbox  .floatright {
	float: right;
}

#thickbox  .wrap {
	width: 100%;
	overflow: hidden;
}

#thickbox  .buttons {
	float: left;
	position: relative;
	left: 50%;
}

#thickbox  .main {
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

#thickbox .leftCol {
	float: left;
	width: 172px;
	padding-right: 10px;
	overflow: hidden;
}

	#thickbox #bigLogin .leftCol {
		width: 208px;
	}

#thickbox .rightCol {
	float: left;
	width: 178px;
	overflow: hidden;
}

#thickbox .paddingtop {
	padding-top: 10px;
}

.nobuttonmargin {
	margin: 2px 10px 3px 0 ;
}

span.form-error,
span.formError {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	width: 220px;
	padding: 0 12px;
	line-height: 20px;
	margin: 0 0 12px 0;
	display: block;
	clear: both;
}

input.input-text-error, 
input.input-password-error, 
textarea.textarea-error,
input.inputTextError,
input.input-PasswordError, 
textarea.textareaError {
	border: 1px solid #8a1f11;
	color: #8a1f11;
}

h1 small, h2 small, h3 small, h4 small {
	font-size: 11px;
}

.clear {
	clear: both;
}

	#bigLogin {
		background: url(../images/cartoon/blue_login.gif) no-repeat top right;
	}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* Clearfix */

.clearfix:after, #bigLogin:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
