/* 
	project:   studio 6
	author:   N.T.Arasu
*/

*{ margin: 0; padding: 0; }* 
body { font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; background: #fff url(../images/bg.gif) repeat-x; color: #8E8E91; }
a {	color: #EB0000;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img { border: 0; }
#content { width: 930px; margin: 25px auto; }
#logo { margin: 10px 0 20px 0; width: 340px; float: left; }
	#logo p { margin: 0; }
#menu { float: right; padding: 40px 0 0; margin: 0 0 38px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu li a.current { background: #fff url(../images/button.gif) no-repeat; color: #fff; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(../images/button_grey.gif) no-repeat; }
.clear { clear: both; }
.caption { background: #fff url(../images/title.gif) no-repeat; padding: 2px 0 0 18px; height: 35px; color: #fff;  }
	.caption p { margin: 0; }
#left { margin: 0 0 20px; clear: left; width: 200px; float: left; }
.box { background: #eee; }
#left img { padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
.smallthumb { width: 109px; }
#center { width: 500px; float: left; margin: 0 0 20px 15px; }
#right { float: right; width: 200px;}
	.date { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }
.box { background: #eee; padding: 10px; }
.box li { list-style: none; border-bottom: 1px dotted #ccc; line-height: 26px; }
.box li a { padding: 0 5px; }
#footer { font-size: .84em; clear: both; padding: 5px; background: #eee; text-align: center}
#footer a { color: #444;}
#footer table {margin-left: auto; margin-right: auto;}
.introduction { font-size: 150%; padding: 0em 0em 1em 0em;  color: #631311}
pre {background-color: #000; padding: 1em 1em 1em 1em; color: #fff}
.center {margin-left: auto; margin-right: auto;}


#fatal_img, #warning_img, #notice_img {
    vertical-align: middle;
}

#fatal, #warning, #notice {
    width: 90%;
    border-width: thin;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4em;
}

#fatal {
    border-color: #f00;
    background-color: #fcc;
}

#warning {
    border-color: #f00;
    background-color: #fcc;
}

#notice {
    border-color: #0f0;
    background-color: #cfc;
}

.errorExplanation {
     background-color:#FFEAE8;
     border:1px solid #FF8B7F;
     color:#000;
     text-align:left;
     vertical-align:top;
     padding-top:5px;
     padding-left:20px;
     padding-bottom:10px;
     margin-top:3px;
     margin-bottom:10px;
}

.errorExplanation h2 {
     color:#F0775E;
}


.errorExplanation ul {
     list-style-type: disc;
     list-style-position: inside;
     margin:15px;
     padding:3px;
}

.fieldWithErrors input {
	background-color: #FFEAE8;
}

.fieldWithErrors {
    display: inline;
}

img {
    border: none;
}

fieldset {
    padding: 10px;
}

.center {
    text-align: center;
}

.order {
    list-style: none;
    margin-left: 14px;
}

.h5 {
   font-size: 85%;
   margin-left: 5px;        
}


.selector_list ul {
	list-style:none;
	margin:0;
	padding:0;
	}
        
.selector_list ul ul {margin-left:14px;}
.selector_list li.li_category,
.selector_list li.car,
.selector_list li.order {
	margin:6px 0;
}
.selector_list label {
	display:block;
	width:100%;
	overflow:auto;
	cursor:pointer;
	}
.selector_list input {
	display:block;
	float:left;
	padding:8px;
	}
.selector_list label span.car_label,
.selector_list label span.order_label {
	display:block;
	width: 300px;
	float:left;
	}
.selector_list li.car,
.selector_list li.order {
	padding:1px;
	}
.selector_list li.car:hover,
.selector_list li.order:hover {
	background-color:#FFEDC2;
	}
        
.selector_list li.li_category{
	padding-left:10px;
	}
        
.floating_details
{
    display:none;
    position:absolute; 
    border: 1px solid #000; 
    background-color: white; 
    padding: 5px;
}

.no_dot_list
{
    list-style: none;
}

.predicate 
{
    margin-left: 0.2em; 
    vertical-align: middle;
}

#order_starting_at, #order_ending_at
{
    width: 14em;
}