/*

CSS for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.

License:
	MIT-style license.

Note:	
	If you are adding MochaUI to an existing site, this CSS file may not be necessary.

*/

/* Reset */

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }

/* Structure */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;	
}

/* Typography */
	
h2, h3, h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
}
	
h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

a {
	color: #096ED1;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 9px 0;
}

.lite {
	color: #999;
}

/* Lists */

ul {
	list-style: outside;
	margin: 0 0 9px 16px;
	list-style-type: disc;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
}

/* Menus */

.menu-right li {
	list-style-type: none;
	display: inline;	
	margin: 0 0 0 5px;
}

/* Forms */

form fieldset {
	border: 1px solid #e5e5e5;
	clear: both;
	margin-bottom: 9px;
	overflow: hidden;
	padding: 9px 18px;
}

form legend {
	background: #198cc2;
	color: #fff;
	margin-bottom: 9px;
	padding: 2px 11px;
}

form label {
	font-weight: bold;
	margin-right: 6px;
	text-align: right;
	width: 50px;
}

textarea, input, select {
	font-family: "arial",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	vertical-align: middle;		
	border: 1px solid #bbb;
	padding: 2px 0 2px 3px;
}

.input {
	padding: 4px;
	border: 1px solid #bbb;
}
.input[readonly], textarea[readonly]{
	padding: 4px;
	border: 1px solid #bbb;	
	background: /*#efefef;*/#edf2f8;
}
form button {
	vertical-align: middle;	
}

/*.button {
	height: 24px;
	margin: 0;
	padding: 3px 6px;
	background: #f1f1f1 url(../images/bg-panel-header.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #808080;
	-moz-border-radius: 3px;
		
}

* html .button {
	padding: 3px 1px;		
}*/

.searchField {
	width: 150px;
	overflow: hidden;
	line-height: 15px; 
	margin: 0;
	padding: 4px 0 3px 5px;
	border: 1px solid #808080;	
	border-right: 0;
	vertical-align: middle;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;				
}

.searchButton {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;		
}	

* html .toolbox .searchField, * html .toolbox .searchButton { /* IE6 Hack */
	margin-top: -1px;		
}

* html .toolbox .button { /* IE6 Hack */
	vertical-align: top;
	margin-top: 0;			
}

*:first-child+html .toolbox .searchField, *:first-child+html .toolbox .searchButton { /* IE7 Hack */
	margin-top: -1px;	
}

*:first-child+html .toolbox .button { /* IE7 Hack */
	vertical-align: top;
	margin-top: 0;	
}

.formRow {
	margin: 0 0 8px 0;
}

.buttonRow {
	margin-bottom: 10px;	
}

/* Code */

pre {
	background-color: #f2f2f2;
	color: #070;
	display: block;
	font-family: 'Courier New', Courier, monospace;
	font-size: 11px;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* Status Messages */
.awal,
.error,
.notice, 
.success    { padding: 4px; margin-bottom: 10px; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.awal    		{ background: #FFF; color: #FFF; border-color: #FFF; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/* Dividers */

hr {
	background-color: #d3d3d3;
	color: #ccc;
	height: 1px;
	border: 0px;
}

/* Misc */

.nobr {
	white-space: nowrap;
}


.bodycontent {
	padding:10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;	
}

.label{
	font-family: "Arial",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding-left: 10px;
}




.desktopIcon {
	float:left;
	margin: 3px 6px 0 6px;
	width:68px;
	padding:5px;
	background: #fff;
	text-align:center;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.desktopIcon:hover {
	background: #f3f3f3;
}

.desktopIcon p a, .desktopIcon p a:hover {
	text-decoration: none !important;
}
.desktopIcon p{
	margin:0;
	padding:0;
	text-align:center;
	line-height: 13px;
}

/* Accordion togglers
---------------------------------------------------------------- */
#infos h3 {
	border-bottom:1px solid #D5D9DC;
}
.toggler, .toggler1, .toggler2, .toggler3 {
	color:#528CE0;
	cursor: pointer;
	padding: 0 0 2px 18px !important;
	margin-top: 0 !important;
	background: url(../../../pages/images/toggler-collapse-expand.png) no-repeat 0 0;
}
.toggler.expand,
.toggler1.expand,
.toggler2.expand,
.toggler3.expand {
	color: #41464D;
	background: url(../../../pages/images/toggler-collapse-expand.png) no-repeat 0 -16px;
}

table.list th {
border-bottom:1px solid #EEEEEE;
color:#36607D;
font-weight:normal;
padding:2px;
}
table.list tr {
background-color:#FFF;
}
table.list tr.selected {
	background-color:#D9E6F4;
	font-
}
table.list tr.hover {
background-color:#EAEFF4;
}
table.list td {
border-bottom:1px solid #EEEEEE;
font-weight:normal;
padding:2px;
cursor:pointer;
}
table.list td.msg {
border-bottom:1px solid #EEEEEE;
font-weight:normal;
padding-left:10px;
padding-right:10px;
cursor:pointer;
}
th {
}

table.list {
border-collapse:collapse;
}

table.list {
border-collapse:collapse;
margin:0 0;
width:100%;
}


table.tmsg th {
border-bottom:1px solid #EEEEEE;
color:#36607D;
font-weight:normal;
padding:2px;
}
table.tmsg tr {
	background-color:#FFF;
	font-weight:bold;
}
table.tmsg tr.selected {
	background-color:#D9E6F4;
	font-weight:normal;
}
table.tmsg tr.hover {
background-color:#EAEFF4;
}
table.tmsg td {
border-bottom:1px solid #EEEEEE;
padding:2px;
cursor:pointer;
}
table.tmsg td.open {
background: url(../images/email_opened.png) no-repeat 4px 2px;
padding: 0 15px 0 0;
}
table.tmsg td.close {
background: url(../images/email_closed.png) no-repeat 4px 2px;
padding: 0 15px 0 0;
}
table.tmsg td.msg {
border-bottom:1px solid #EEEEEE;
padding-left:10px;
padding-right:10px;
cursor:pointer;
}
th {
}

table.tmsg {
border-collapse:collapse;
}

table.tmsg {
border-collapse:collapse;
margin:0 0;
width:100%;
}


.bgwhite {
	background-color: #FFF;
}

.tooltip
{
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
color:#BEBEBE;
padding:4px 6px;
z-index:2000;
}

label.help {
border-bottom:1px dotted #94AEC9;
padding-right:14px;
}

.mt20{
	margin-top:20px;
}

.element
{
	padding-left:10px;
}

#infos img{
	float:left;
	padding:5px 5px;
	padding-right:5px;
	padding-bottom:5px;
}


#infos a:hover{
	text-decoration:underline;
}



/* noob */
#box8{
	position:absolute;
}
#box8 div{
	width:480px;
	float:left;
	margin:10px;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}

#boxSparta{
	position:absolute;
}
#boxSparta div{
	width:480px;
	height:50px;
	float:left;
	margin-top:10px;
}
#boxSparta .buttons{
	text-align:left
}
#boxSparta .next{
	float:right
}

#boxSupport{
	position:absolute;
}
#boxSupport div{
	width:480px;
	height:50px;
	float:left;
	margin-top:10px;
}
#boxSupport .buttons{
	text-align:left
}
#boxSupport .next{
	float:right
}
.sampleSparta .buttons{
	text-align:center;
	clear:both;
}
.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:80px;
	overflow:hidden;
	
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #F7F7F8;
border:1px solid #E0E2E3;
padding:0px 10px 10px 10px ;
}
.maskSparta{
	position:relative;
	width:500px;
	height:60px;
	overflow:hidden;
	border-top:1px solid #E0E2E3;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.spartabox{
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #F7F7F8;
border:1px solid #E0E2E3;
padding:20px 0;
}


/* Mootools tooltips
---------------------------------------------------------------- */
.tooltip {
	padding:4px 6px;
	z-index: 2000;
	color: #bebebe;
	background: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.tooltip .tip{}
.tooltip .tip-top{}
.tooltip .tip-bottom{}

.tooltip .tip-title{ color:#fff; }
.tooltip .tip-text{
	font-weight: normal;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

