@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #F6F6F6;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

li{
	/*list-style-type: none !important;*/
}

.col-l{
	padding-bottom: 20px !important;
}

.bgwhite {
  background: #FFFFFF !important;
}
.clear {
  clear: both !important;
}
.inline {
  display: inline !important;
}
.strong {
  font-weight: bold !important;
}
.indent {
  margin-left: 15px !important;
} 
.float-left {
  float: left !important;
}


/* Font Style Setting-----------*/

.f_bold {font-weight: bold;}
.f_italic {font-style: italic;}
.f_red {color: #B40202;}
.f_white {color: #fff;}
.f_orange {color: #fe7800;}
.f_yellow {color: #e0e20c;}
.f_purple {color: #72478F;}
.f_black {color: #000;}
.f_blue {color: #0fbfd7;}
.f_gray {color: #5B5D57;}
.f_green {color: #9FC54D;}
.f_13 {font-size: 13px;}
.f_14 {font-size: 14px;}

/* Core Formatting ------ */

td,tr,div,p {
	color: rgb(60, 61, 63);
	line-height: 160%;
	padding: 0px;
	font-size: 100%;
}

p {margin: 0px 0px 18px 0px;}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	color: #be9d50;
}

h1 {
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	color: #87888a;
}

h2 {
	font-size:133%;
	line-height:100%;
	font-weight: bold;
}

h3 {font-size: 116%;}
h4 {font-size: 120%;line-height: 130%;}
h5 {font-size: 120%;}

.a_left {text-align: left;}
.a_right {text-align: right;}
.v_middle {vertical-align: middle;}
.float_l {float: left;}
.float_r {float: right;}
.clear {clear: both;}

a {color: #c65455;text-decoration: none;}

a:hover {
	text-decoration: underline;
	color: #d03739;
}

/*  Button from Formatting */

input, select,textarea {
	padding-left: 2px;
	color: #161616;
	font-family: Arial,Helvetica,sans-serif;
}

.item-list li{
	margin-left: 0px !important;
}

/* @group System CSS Overrides */

#tabs-wrapper .tabs.primary {
	display: inline-block;
    margin: -3px;
    padding: 0;
}

.tabs li a{
	padding-top: 4px;
}

div.messages {
    clear: none;
    float: left;
    font-size: 14px;
    margin: 0 0 15px 8px;
    position: relative;
    width: 905px;
}

#tabs-wrapper{
	left: -16px;
    position: absolute !important;
    top: -10px !important;
}

#tabs-wrapper a{
	border: 1px solid #e7e7e7;
	border-bottom: none;
}

.item-list ul li {
    margin: 0 ;
    padding: 0;
}

body.admin-menu {
	margin-top: 0 !important;
}

input{
	cursor: pointer;
}

/* @end */
