/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:"MyriadProRegular", Arial, Helvetica, sans-serif;
	color:#333;
}
* {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:#f6bb06;
	outline:none;
}
a:hover {
	text-decoration:underline;
	outline:none;
}
h1 {
	font-size:35px;
	line-height:25px;
	margin-bottom:10px;
}
h2 {
	font-size:18px;
	line-height:20px;
}
h3 {
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.msg_success {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #F4F4F4;
	background-image: url(../images/admin/icon_success.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 5px;
	text-indent: 20px;
	width:350px;
}
.msg_error {
	background-color: #F8F8F8;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #E2E2E2;
	background-image: url(../images/admin/icon_error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px;
	text-indent: 20px;
}
.global {
	background:url(../images/header_bg.png) repeat-x top;
	min-height:750px;
}
.header {
	height:110px;
	width:1060px;
	margin:0 auto;
}
.header .header_left {
	width:190px;
	float:left;
}
.header .header_right {
	width:780px;
	float:right;
}
.header .header_right .top_section {
	height:40px;
}
.header .header_right .top_section ul li {
	list-style:none;
	float:right;
	font-size:14px;
	margin-left:2px;
	height:40px;
}
.header .header_right .top_section ul li a {
	display:block;
	height:40px;
	padding-left:12px;
	padding-right:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	line-height:38px;
}
.header .header_right .top_section ul li a:hover {
	background:#fffffe;
	color:#fd1a21;
}
.header .header_right .top_section ul li a.current {
	background:#fffffe;
	color:#fd1a21;
}
.header .header_right .bottom_section {
	margin-top:35px;
}
.header .header_right .bottom_section ul {
	margin-right:10px;
}
.header .header_right .bottom_section ul li {
	list-style:none;
	float:right;
	margin-left:5px;
}
.header .header_right .bottom_section ul li a {
	display:block;
	border-left:1px solid #e2e1e1;
	border-right:1px solid #e2e1e1;
	border-top:1px solid #e2e1e1;
	height:34px;
	padding:0px 12px 0px 12px;
	line-height:30px;
	font-size:14px;
	color:#000000;
	background:#e2e1e1;
	text-decoration:none;
}
.header .header_right .bottom_section ul li a:hover {
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	background:#ffffff;
}
.header .header_right .bottom_section ul li a.current {
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	background:#ffffff;
}
.main_wrap {
	width:1000px;
	margin:0 auto;
	background:#fff;
	padding-top:10px;
}
.wrap {
	padding-top:8px;
	padding-bottom:px;
	width:980px;
	margin:0 auto;
	background:#fff;
}
.wrap .left_panel {
	width:216px;
	float:left;
}
.wrap .mid_panel {
	width:500px;
	float:left;
	margin-left:24px;
}
.wrap .right_panel {
	width:216px;
	float:left;
	margin-left:24px;
}
.cont_box {
	border:1px solid #d1d1d1;
	padding:1px;
	width:212px;
}
.cont_box h5 {
	background:#e2e1e1;
	font-size:14px;
	color:#000000;
	height:34px;
	line-height:30px;
	padding-left:15px;
	font-weight:normal;
}
.edit_profile {
	width:1060px;
	height:auto;
	border:1px solid #e2e1e1;
	background:#FFFFFF;
	padding:1px;
	margin:0 auto;
	min-height:100% !important;
}
.edit_profile .heading {
	background:#e2e1e1;
	height:34px;
	padding:0px 6px;
}
.edit_profile .heading .left_part {
	width:400px;
	float:left;
	font-size:14px;
	color:#000000;
	line-height:30px;
	padding-left:5px;
	position:relative;
}
.edit_profile .heading .left_part img {
	position:absolute;
	left:5px;
	top:5px;
}
.edit_profile .heading .right_part {
	width:25px;
	float:right;
	margin-top:5px;
}
.edit_profile .edit_cont {
	padding:5px 20px 10px;
}
.edit_profile .edit_cont .label_02 {
	width:auto;
	float:left;
	color:#666;
	font-size:14px;
	margin-top:12px;
}
.edit_profile .edit_cont label {
	width:120px;
	float:left;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-right:5px;
	margin-top:12px;
}
.edit_profile .edit_cont input[type="text"] {
	border: 1px solid #CECECE;
	float:left;
	height: 25px;
	margin-top:5px;
	width: 280px;
}
.edit_profile .edit_cont input[type="checkbox"] {
	margin-top:5px;
}
.edit_profile .edit_cont input[type="password"] {
	border: 1px solid #CECECE;
	float:left;
	height: 25px;
	;
	margin-top:10px;
	margin-bottom:5px;
	width: 280px;
}
/*.edit_profile .edit_cont textarea{border: 1px solid #CECECE;float:left;height: 25px;;margin-top:10px; margin-bottom:5px;width: 280px;}*/
.edit_profile .edit_cont select {
	border: 1px solid #CECECE;
	float:left;
	height: 25px;
	width: 281px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:5px;
}
.edit_profile .edit_cont a {
	font-size:12px;
	color:#fd181f;
}
.edit_profile .edit_cont a:hover {
	text-decoration:none;
}
.button {
	background:url(../images/button_bg.png) repeat-x scroll 0 0;
	height:31px;
	padding:0px 10px;
	font-size:12px;
	color:#fff;
	line-height:28px;
	font-family:"Myriad Pro";
	cursor:pointer;
}
.button:hover {
	background:url(../images/button_bg.png) repeat-x scroll 0 -31px;
}
.rcm_button {
	height:31px;
	padding:0px 10px;
	font-size:12px;
	color:#fff;
	line-height:28px;
	font-family:"Myriad Pro";
	cursor:pointer;
}
.footer_section {
	background:url(../images/footer_bg.png) bottom repeat-x;
	min-height:88px;
}
.footer_section .footer_cont {
	width:980px;
	margin:0 auto;
	padding-top:25px;
	font-family:"MyriadProRegular";
	color:#000000;
	font-size:12px;
}
.footer_section .footer_cont div {
	width:auto;
}
.footer_section .footer_cont a {
	color:#000000;
	text-decoration:none;
}
.footer_section .footer_cont a:hover {
	text-decoration:underline;
}
.pagination a {
	padding:2px 5px 2px 5px;
	margin:0;
	background-color:#CCC;
	border:1px #999 solid;
	font-family:Arial, Helvetica, sans-serif, "Arno Pro";
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.pagination strong {
	padding:2px 5px 2px 5px;
	margin:0;
	background-color:#333;
	border:1px #999 solid;
	font-family:Arial, Helvetica, sans-serif, "Arno Pro";
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.diffColor {
	background-color:#FC6 !important;
}
.more-list {
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-collapse:collapse;
}
#cust_name {
    font-size:14px;
	font-style:italic;
}
#sel_cust_name {
    font-size:14px;
	font-style:italic;
}
#br_name {
    font-size:14px;
	font-style:italic;
}
#sel_br_name {
    font-size:14px;
	font-style:italic;
}
.table_dtl_body {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px;
	font-size: 13px;
	margin-top: 8px;
	width: 86%;
}
.table_heading {
	background:#CCCCCC;
	font-weight:bold;
	border-style:ridge;
	border-width:1;
}
.table_body {
	background:#FA151C;
	font-size:13px;
	font-family:"MyriadProRegular", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width:100%;
	padding:10px;
}
.table_sub_heading {
	color:#FFF;
	font-weight:bold;
	font-size: 13px;
	font-family:"MyriadProRegular", Arial, Helvetica, sans-serif;
}
.table_body a {
	text-decoration:none;
	color:#FD181F;
	font-size:13px;
}
.even {
	background:#CCCCCC;
	cursor:pointer;
}
.odd {
	background:#ffffff;
	cursor:pointer;
}
#show_buttons {
	background:#FFF;
}
.event a {
    background-color:#FF3333 !important;
    background-image:none !important;
    color: #ffffff !important;
}
a.ui-state-default {outline:none; }
a.ui-state-default strong {line-height:30px;}
a.ui-state-default:hover {text-decoration:none;} 
a.ui-state-default span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.ui-state-default:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.ui-state-default span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}