
body
{
	background: none repeat fixed 0 0 #fa651d;
	background-size: cover;
	height: auto;
	overflow-y: auto;
}

a         {color:#fa651d;}
a:link    {color:#fa651d;}
a:visited {color:#fa651d;}
a:hover   {color:#fa651d;}
a:active  {color:#fa651d;}

.grid-view a		 {color:#555555;}
.grid-view a:link    {color:#555555;}
.grid-view a:visited {color:#555555;}
.grid-view a:hover   {color:#fa651d;}
.grid-view a:active  {color:#fa651d;}

.el-finder a		 {color:#555555;}
.el-finder a:link    {color:#555555;}
.el-finder a:visited {color:#555555;}
.el-finder a:hover   {color:#fa651d;}
.el-finder a:active  {color:#fa651d;}

#page
{
	margin-top: 10px;
	border: none;
	position: relative;
	z-index: 2;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#header
{
	border: none;
}

#footer
{
	width: 950px;
	border: none;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	color: white;
}

#footer div.left
{
	float: left;
	text-align: left;
}

#footer div.right
{
	float: right;
	text-align: right;
}

#logo
{
	padding: 10px 20px 0 20px;
	text-align: left;
	font-size: 100%;
	position: relative;
	min-height: 54px;
}

#go_version
{
	position: absolute;
	color: #008753;
	font-size: 10px;
	font-weight: bold;
	top: 43px;
	right: 20px;
}

#go_logo
{
	position: absolute;
	top: 10px;
	right: 20px;
}

#go_website
{
	position: absolute;
	top: 8px;
	right: 20px;
	font-weight: bold;
}

#sidebar div
{
	width: 100%;
	font-size: 100%;
}

#sidebar a
{
	display: block;
	padding: 0.7em 2em 0.7em 50px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

#sidebar a         {color:#555555;}
#sidebar a:link    {color:#555555;}
#sidebar a:visited {color:#555555;}
#sidebar a:hover   {color:#fa651d;}
#sidebar a:active  {color:#fa651d;}

#sidebar a:hover
{
	background-color: #F2F3F0;
	text-decoration: none;

	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
}

#sidebar a.active
{
	color: white;
	background-color: #fa651d;

	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
}

#sidebar div.grouped a,
#sidebar div.page a
{
	padding: 0.375em 1.5em 0.375em 1em;
	font-weight: normal;
	font-size: 14px;
}

#sidebar div.grouped a
{
	padding-left: 50px;
}

#sidebar div.label
{
	padding: 1em 2em 0.5em 0.75em;
	font-weight: normal;
	color: #000000;
}

.grid-view
{
	clear: both;
}

.grid-view table.items
{
	border: none;
}

.grid-view table.items th,
.detail-view th
{
	background: #fa651d;
	color: white;
}

.detail-view th
{
	text-align: left;
}

.grid-view table.items th:first-child,
.detail-view tr:first-child th
{
	border-top-left-radius: 6px;
}

.grid-view table.items th:last-child
{
	border-top-right-radius: 6px;
}

.detail-view tr:last-child th
{
	border-bottom-left-radius: 6px;
}

.grid-view table.items tr.odd,
.detail-view tr.odd td
{
	background-color: white;
}

.grid-view table.items tr.even,
.detail-view tr.even td
{
	background-color: #f2f3f0;
}

.grid-view table.items tbody td.dragHandle, tbody td.showDragHandle
{
	width: 24px;
	cursor: move;

	background-image: url("../images/arrow_downup_inactive.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.grid-view table.items tbody td.showDragHandle
{
	background-image: url("../images/arrow_downup.png");
}

.grid-view table.items tbody tr.nodrop
{
	opacity: 0.5;
}

.submodule .grid-view
{
	padding-top: 5px;

}

.submodule .grid-view .summary
{
	display: none;
}

.submodule .grid-view table.items
{
	margin-bottom: 0;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border: 1px solid #fbc798;
	color: #fa651d;
}

ul.yiiPager .selected a
{
	background-color: #fa651d;
	color: white;
}

.field_text
{
	width: 658px;
}

.field_textarea
{
	width: 658px;
	height: 80px;
}

span.cke_skin_kama
{
	border: 1px solid #fbc798 !important;
	padding: 0 !important;
}

#upload_image
{
	max-width: 670px;
}

#crop_image
{
	max-width: 910px;
}

.el-select .list,
.panel-format
{
	z-index: 102;
}

thead th
{
	background: #fa651d;
}

.ui-widget-content
{
	border: 1px solid #FBC798;
}

#ui-datepicker-div,
.ui-datepicker-div
{
	display:none;
}

div.el-rte textarea
{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.grid-view .button-column
{
	white-space: nowrap;
}

.grid-view .button-column a
{
	margin: 0 2px;
}

.el-finder-dialog
{
	min-width: 400px !important;
}

.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceFirst td,
.defaultSkin table.mceLayout tr.mceLast td
{
	border-color: #CCC !important;
}

div.picturebox
{
	margin: 10px;
	padding: 5px;
}

.upload_previews img
{
	margin: 2px;
	border: 1px solid #CCC;
}


img.showhide
{
	vertical-align: middle;
}

ul.categories li
{
	margin: 5px 0;
}

ul.categories li a
{
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
}

#go_nav
{
	width: 700px;
	overflow: hidden;
}

#go_nav div.frame
{
	background-image: url('../images/app_frame_hover.png');
	height: 162px;
	width: 162px;
	margin: 10px 10px 0 0;
	float: left;
	position: relative;

}

#go_nav div.frame:hover
{
	background-image: url('../images/app_frame.png');
}

#go_nav div.frame div.icon
{
	position: absolute;
	top: 10px;
	left: 0;
	height: 120px;
	width: 162px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

#go_nav div.frame a
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 17px;
	width: 142px;
	padding: 140px 10px 5px 10px;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}

#go_nav div.frame a span
{
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

#go_nav div.frame a:link	{color:#FFFFFF; text-decoration: none;}
#go_nav div.frame a:visited {color:#FFFFFF; text-decoration: none;}
#go_nav div.frame a:hover   {color:#FFFFFF; text-decoration: none;}
#go_nav div.frame a:active  {color:#FFFFFF; text-decoration: none;}

.fam_icon
{
	vertical-align: text-bottom;
}

.grid-view table.items th,
.grid-view table.items td
{
    padding: 4px;
}

.grid-view table.items td.editable
{
	padding: 4px !important;
}

.grid-view table.items td.number_column .editable_content
{
	padding-right: 4px;
}

.grid-view table.items td.number_column
{
	text-align: right;
	padding: 4px 8px 4px 4px;
}

.grid-view table.items td.id_column
{
	text-align: center;
}

.grid-view table.items td.editable div.editable_container
{
	position: relative;
}

.grid-view table.items td.editable div.editable_pen
{
	display: none;

	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;

	cursor: pointer;

	background-color: #fa651d;
	border-bottom: 2px solid #fa651d;
	border-right: 2px solid #fa651d;

	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.grid-view table.items td.editable div.editable_content
{
	min-height: 18px;
}

.grid-view table.items td.editable:hover
{
	padding: 2px !important;
}

.grid-view table.items td.editable:hover div.editable_container
{
	border: 2px solid #fa651d;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.grid-view table.items td.editable:hover div.editable_pen
{
	display: block;
}

.grid-view table.items tfoot tr:hover
{
	background: none !important;
}

div.form input,
div.form textarea,
div.form select,
div.form .qq-upload-button
{
	font-family: inherit;
}

.ui-menu .ui-menu-item a
{
	font-family: go_corbel,Arial,Helvetica,sans-serif !important;
	font-size: 14.4px !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

#background_info
{
	position: fixed;
	display: block;
	left: 0;
	top: 20px;
	z-index: 1;
}

.grid-view table.items th a
{
	color: white;
	border-bottom: 1px dotted white;
}

#upload-grid span.info_small
{
	display: block;
	font-size: 75%;
	color: #AAA;
}

.jcrop-holder
{
	background-color: transparent !important;
	background-image: url('../images/transparent.png');
}


#category_index ul.sortable
{
	list-style: none;
}

#category_index > ul.sortable
{
	padding-left: 0;
}

#category_index li > span.sortable-handle
{
	display: inline-block;
	width: 1.5em;
	height: 20px;
	vertical-align: middle;
	cursor: move;

	background-image: url("../images/arrow_downup_inactive.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#category_index li.ui-sortable-helper > span.sortable-handle,
#category_index li > span.sortable-handle:hover
{
	background-image: url("../images/arrow_downup.png");
}

#category_index li.ui-sortable-helper
{
	width: 24px !important;
	height: 20px !important;
	overflow: visible;
	white-space: nowrap;
	
	-ms-transform: rotate(5deg); /* IE 9 */
	-moz-transform: rotate(5deg); /* Firefox */
	-webkit-transform: rotate(5deg); /* Safari and Chrome */
	-o-transform: rotate(5deg); /* Opera */
	transform: rotate(5deg);
}

#category_index li.ui-sortable-helper ul
{
	opacity: 0.5;
}

#category_index li.sortable-placeholder
{
	height: 19px;
	border: 1px dashed #fa651d;
}

.yiiLog, .dump2
{
	position: relative;
	z-index: 10;
}

#account_info
{
	font-size: 12px;
}

#account_info strong
{
	color: #fa651d;
}

#account_info ins
{
	font-weight: bold;
	text-decoration: none;
	color: #008753;
}

#account_autopay_info
{
	overflow: hidden;
}

#account_autopay_info p
{
	margin: 0 0 0.5em;
	font-weight: normal;
}

#account_autopay_info a:link,
#account_autopay_info a:visited
{
	text-decoration: none;
	/*border-bottom: 1px dotted #fa651d;*/
}

#account_autopay_info a:hover,
#account_autopay_info a:active
{
	text-decoration: underline;
	/*border-bottom: 1px solid #fa651d;*/
}

#AutoBilling_autopay_setting label
{
	font-weight: bold;
	font-size: 120%;
}

#AutoBilling_autopay_setting span
{
	font-size: 90%;
	margin-left: 16px;
}

#account_recent_activity
{
	width: 420px;
	float: left;
	padding-right: 34px;
	border-right: 1px solid #fa651d;
	min-height: 200px;
}

#account_payment_information
{
	width: 420px;
	float: left;
	padding-left: 35px;
}

#account_autopay_info h4
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1.5em 0 0.5em 0;
}

#account_autopay_info h4 a
{
	text-transform: none;
	float: right;
	font-size: 80%;
	line-height: 20px;
}

#account_grid th,
#account_grid td,
#account_grid .summary
{
	font-size: 1em;
}

#account_grid td
{
	padding: 10px 6px;
}

#account_billing_history
{
	margin: 1.5em 0 0 0;
}

p.secure_connection
{
	font-size: 12px;
	font-weight: bold;
	color: #fa651d;
	cursor: help;
}

p.secure_connection img
{
	vertical-align: top;
}

#payment-secure
{
	display: none;
}

.reset, .reset * {
	background:none;
	border:none;
	bottom:auto;
	clear:none;
	cursor:default;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	font-weight:normal;
	height:auto;
	left:auto;
	letter-spacing:normal;
	line-height:normal;
	max-height:none;
	max-width:none;
	min-height:0;
	min-width:0;
	overflow:visible;
	position:static;
	right:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	top:auto;
	visibility:visible;
	white-space:normal;
	width:auto;
	z-index:auto;
}

.mce-btn-small button {
	height: 24px;
}

.mce-combobox button {
	height: 20px;
}