/*
 * Structure
 */
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
h2 {
	font-size: 1.6em;
}
/*
 * ExtJs Extras
 */
.x-action-col-icon {
	cursor: pointer !important;
	padding-right: 5px !important;
}
.x-action-col-cell .x-grid-cell-inner {
	text-align: center !important;
}

/*
 * Login Page
 */
.flash_error{
    color: #FF0000;
}
/*
 * Home Page
 */
button.websites{
	padding:5px 10px;
	width:120px;
}
.website_links a{
	display: inline;
    float: left;
    margin-right: 20px;
    position: relative;
    text-align: center;
}
.website_links img{
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #313841;
}

/*
 * Extra Form CSS
 */
.no_border {
	border: 0 !important;
}
.form_container {
	background: #FFFFFF;
	width: 725px;
	border: 1px solid #CCC;
	margin: 0 auto;
}
.form_container select {
	width: 450px;
}
fieldset.label_side > div {width: 490px; }
span.price {display: block; line-height:25px; }
fieldset.label_side > div.accordion{width: 460px; }
h2.section {
	margin: 5px 0;
	border-width: 1px 0;
	line-height: normal;
	border-color: #EEE;
	border-style: solid;
}
h2.section small {
	font: normal 0.65em sans-serif;
	color: #AAA;
	letter-spacing: normal;
}
div.buttons {
	border-width: 2px 1px 1px 1px;
	padding: 10px 35px;
	width: 695px;
}
.buttons button.right{
	float: right !important;
}
.buttons button{
	display: inline-block;
}
.buttons label {
	padding: 18px 13px 8px 12px !important;
}
.tab_footer label {
	padding: 18px 20px 8px !important;
}
button.right {
	float: right;
}
.upload_progress {
	line-height: 30px;
	display: inline;
}
.upload_progress strong {
	font-weight: bold !important;
}
.inline-label{
	float: left;
	width: 150px;
	line-height: 30px;
}
.inline-input{
	float: left;
	width: 340px !important;
}
.inline-input-med{
	float: left;
	width: 400px !important;
}
span.input-comment{
	font-size: 18px;
	margin-top: 12px;
	position: absolute;
}
#dialog{
	font-size:12px;
}
#dialog ul{	
	margin:0 0 0 40px;
}
#dialog ul li{
	list-style: circle;
	padding:5px 0;
}

section.content p{
	font-size: 14px; 
	line-height: 22px;
}
/*
 * Payment Wizard
 */
.edit_link {
	float: right;
	font-size: 0.9em;
	font-weight: normal !important;
	display: block;
	background: url(../images/theme/icons/site/edit.png) right no-repeat;
	padding-right: 20px;
	font-size: 0.8em;
}
.card_date {
	width: 120px !important;
	float: left;
}
.sage_wrap {
	width: 150px;
	margin: 0 auto;
}
.sage p {
	text-align: center;
}
.sage strong{
	font-weight: bold
}
.hide {
	display: none;
}
#breakdown {
	display: none;
}
/*
 * Repeat Details
 */
#customer_details {
	float: left;
	/*height: 225px;*/
	padding: 5px;
	display: block;
	width: 300px;
	line-height: 25px;
}
#repeat_details.view {
	float: left;
	height: 225px;
	padding: 5px;
	display: block;
	width: 250px;
}
#payment_details.view {
	display: block;
	float: left;
	margin-top: 20px;
	line-height: 25px;
}
#description .title {
	font-weight: bold;
	margin-right: 5px;
}
#description h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #777;
}
#repeat_info {
	list-style: none;
}
#repeat_info li {
margin-bottom: 10px;
padding: 5px;
}
.date {
	line-height: 25px;
	font-weight: bold;
}
.accepted {
	background: #EEFEE2 url(../images/theme/icons/site/tick.png) 95% center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.declined {
	background: #FFECEC url(../images/theme/icons/site/cross.png) no-repeat 95% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.noattempt {
	background: #F1F1F1 url(../images/theme/icons/site/no.png) 95% center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*
 * Reports
 */
table#print_table_data{
	width: 100%;
	margin:10px auto;
	padding:5px;
	border-collapse:collapse;
}
table#print_table_data .print_tr{
	line-height: 40px;
	font-size: 125%;
}
table#print_table_data .result{
	font-size: 125%;
}
table#print_table_data .header th, table#print_table_data .header td{
	padding:5px;
}
table#print_table_data tr.print_tr td{
	border:1px solid #EEEEEE;
}
#print_table{
	margin-top:10px;
	padding:5px 15px;
	cursor:pointer;
}

img.ui-datepicker-trigger{
	cursor:pointer;
}
/*
 * Valdation Bar
 */
#messageDiv {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 10000;
	box-shadow: 0px 0px 3px 1px #999;
	
}
#messageDiv .messageContainer {
	width: 600px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
.messageContainer h3 {
	font-size: 1.5em;
	margin: 0;
	color: #555;
	padding: 2px;
	margin: 0;
	font-family: Trebuchet MS;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #555;
}
.messageContainer p {
	margin: 0;
	color: #222;
	margin: 3px 0;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 0.95em;
}
#messageDiv.success {
	background: #CCFFB3;
}
#messageDiv.error {
	background: #f9cccd; 
}
#messageDiv .close {
	position: absolute;
	right: 0px;
}
.close .ui-icon {
	background-image: url("themeroller/images/ui-icons_454545_256x240.png") !important;
}
button.close {
	background: #FFF !important;
}
/*
 * Expenses
 */
table#expenses{
    width:600px;
}
td.ex_q{
    text-align:right;
    width: 30%;
}
#expense_ul{
    list-style: circle outside;
}
#expense_ul li{
    margin-left:20px;
    padding:5px;
}
#exp_form span{
    float:right;
    position:relative;
    margin:10px;
    cursor:pointer;
    padding:0px;
}
#exp_form input{
    background:url(../images/rollovers/exp_mid.png) repeat-x;
    border:none;
    height:30px;
    width:250px;
    padding:0px;
    margin:0px;
    float:left;
    position:relative;
    cursor:pointer;
}
#exp_form input:hover{
    color:#FFF;
}
#exp_form img{
    float:left;
    position:relative;
}

.submit_icon{
    background:url(../images/print.png) no-repeat;
    border:none;
    width:22px;
    height:22px;
    cursor:pointer;
}
.pay_icon{
    background:url(../images/pay.png) no-repeat;
    border:none;
    width:22px;
    height:22px;
    cursor:pointer;
}
.exp_print_tbl{
    width:90%;
    margin:10px auto;
}
.exp_print_tbl_content{
    width:90%;
    margin:0px auto 45px auto;
}
.exp_print_tbl_content td.exp_title{
    width:200px;
    text-align:right;
    padding-right:20px;
}
a#print_a{
    color:#09C;
    text-decoration:none;
}
/*
 * Offers
 */

.promoBar{
	color: #333;
	border-color: #BAC5CC;
	text-shadow: 0 1px 0 white;
	background-color: #E6ECEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6ECEF), to(#D0D6DA));
	background-image: -webkit-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: -moz-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: -ms-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: -o-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: linear-gradient(top, #E6ECEF, #D0D6DA);
	border-radius: 5px;
}
.service_box{	
	line-height: normal !important;
	margin-bottom: 10px;
	padding: 5px !important;
	border: 1px solid #999 !important;
	color: #333 !important;
	text-shadow: 0 1px 0 white;
	background-color: #E6ECEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6ECEF), to(#D0D6DA));
	background-image: -webkit-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: -moz-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: -ms-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: -o-linear-gradient(top, #E6ECEF, #D0D6DA);
	background-image: linear-gradient(top, #E6ECEF, #D0D6DA);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.promo_code {
	margin-top: 10px;
}
#add_service{
	margin-right: 0 !important;
}
.service_box strong{
	font-weight: bold;
	font-size: 1.2em;
	margin: 3px 0;
}
.actions {
	float: right;
}
.actions a, .promo_box a{
	cursor: pointer;
}
.promo_box {
	margin: 5px 0 2px 0;
}
#steps {
	margin: 0 auto;
	width: 320px;
	font-size: 1.8em;
	text-align: center;
	background: #EFEFEF;
	border-radius: 4px;
}
#steps .selected {
	font-weight: bold;
}
/*
 * Validation CSS
 */
.triangle-border.top:after {
    border-width: 0 9px 9px;
    bottom: auto;
    left: 21px;
    right: auto;
    top: -9px;
}
.triangle-border:after {
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 9px 9px 0;
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
}
.triangle-border.top:before {
    border-width: 0 13px 13px;
    bottom: auto;
    left: 17px;
    right: auto;
    top: -13px;
}
.triangle-border:before {
    border-color: #cc0000 transparent;
    border-style: solid;
    border-width: 13px 13px 0;
    bottom: -13px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
}
.triangle-border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #cc0000;;
    border-radius: 10px 10px 10px 10px;
    color: #333333;
    padding: 10px;
    position: relative;
}
.triangle-border strong{
	font-weight:bold;
}
/*
 * Vertical Table
 */
table.table-zebra-vert{
	border-collapse: collapse;
    font-size: 15px;
    color: #666666;
    text-align: left;
    width: 100%;
    height:100%;
}
table.table-zebra-vert th{
	font-weight:bold;
}
table.table-zebra-vert .odd {
    background: none repeat scroll 0 0 #E8EDFF;
   }
/*
 * Horizontal Table
 */
table.table-zebra-horz{
	border-collapse: collapse;
    font-size: 15px;
    color: #666666;
    text-align: left;
    width: 100%;
    height:100%;
    border: 1px solid #E8EDFF;    
}
table.table-zebra-horz .odd {
    background: none repeat scroll 0 0 #E8EDFF;
}

table.table-zebra-horz td.title, table.table-zebra-vert td.title, table.table-zebra-horz th, table.table-zebra-vert th{
	font-weight:bold;
}
table.table-zebra-horz td, table.table-zebra-vert td, table.table-zebra-horz th, section table.table-zebra-vert th{
	padding:4px;
	vertical-align:middle;
}
table.table-zebra-horz td.left, section table.table-zebra-vert td.left{ text-align:left; }
table.table-zebra-horz td.right, section table.table-zebra-vert td.right{ text-align:right; }