body {
	background: #ffffff;
	text-align: left;
}

.clear {
	float: none;
	height: 0;
	width: 0;
	clear: both;
}

/* ===== Design Menu ===== */
.design_menu  {
	font-size: 12px;
	letter-spacing: 1px;
	background: #f5f6f6;
}
.menudesign {
	margin: 0 0 5px 0;
}
.menudesign li {
	list-style-type: none;
	height: 24px;
	padding: 1px;
	vertical-align: bottom;
}
.design_menu_item {
	border: 1px solid #000000;
	color: #000000;
	text-indent: 2px;
	padding: 1px 4px;
	margin-right: 3px;
	background: #f5f6f6;
}
.design_menu_item_selected {
	border: 1px solid #000;
	color: #ffffff;
	text-indent: 2px;
	padding: 1px 4px;
	margin-right: 3px;
	background: #bfbfbf;
}
.design_menu_legend {
	display: block;
	clear: both;
	padding: 10px 0;
}
.design_menu_image {
	border: 1px solid #808080;
	margin: 2px 2px 1px 2px;
	vertical-align: middle;
}
.remark {
	padding: 0 10px 0 3px;
}

/*........................ page loader ........................*/

#pgloader_container 
{
	text-align:center;
	position:absolute;
	top:40%;
	width:100%;
	display: none;
	z-index:902;
}
#pgloader_main 
{
	font-family:Tahoma, Helvetica, sans;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:130px;
	height:30px;
	border:1px solid #6A6A6A;
	text-align:left;
}
#pgloader_progress 
{
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:0px;
	background-color:#9D9D94
}
#pgloader_bg 
{
	background-color:#EBEBE4;
	position:relative;
	top:8px;
	left:8px;
	height:7px;
	width:113px;
	font-size:1px
}
#pgloader_if
{
	position:absolute; 
	width:130px;
	height:30px;
	top:0px; 
	left:0px; 
	display:none;
	z-index:901;
}

/*........................ end of page loader ........................*/

.loading_progress
{
	position: absolute;
	left: 45%;
	top: 49%;
	border: 3px double #336699;
	z-index: 90;
	background: #ffffff;
}


/*........................ refined wizard ........................*/
.refwiz_bar
{
	border:silver 1px solid; 
	height:10px;
}
.refwiz_trailer
{
	background-color:#e1ecfc;
	height:10px;
	font-size:1px;
}
.refwiz_steps
{
	font-family: Tahoma, Arial;
	font-size: 12px;
}
/*........................ end of refined wizard ........................*/

/* =================================== Skinpane Name ================================ */
.skinpane_caption {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ff0000; 
	font-size: 10px;
}

/* =============================== Skin & Menu Images =============================== */
.images {
	border: 1px solid #808080;
	padding: 2px;
	width: 202px;
}

/* ================================================================================== */
/* ===================================== New Menu =================================== */
/* ================================================================================== */
.menu {
}

.menu li {
	display: block;
	float: left;
	margin: 0;
	color: #ddd;
	position: relative;
	z-index: 2;
}

.menu li a,
.menu li a:visited {
	display: block;
	padding: 5px 15px;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
}
.menu li.active > a,
.menu li.active > a:visited,
.menu li:hover > a,
.menu li:hover > a:visited {
}

.menu li ul {
	display: block;
	position: absolute;
	left: -99999px;
	top: -99999px;
	z-index: 99;
}

.menu li:hover > ul {
	top: 100%;
	left: 0;
}
.menu li:hover > ul li {
	float: none;
	white-space: nowrap;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

/* ================================================================================== */
/* =============================== New Custom Menu ================================== */
/* ================================================================================== */
.custommenu {
	width: 100%;
}

.custommenu li {
	width: 100%;
	background: #528fcc;
	border-top: 1px solid #ffffff;
	position: relative;
}

.custommenu li a,
.custommenu li a:visited {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}
.custommenu li.active > a,
.custommenu li.active > a:visited,
.custommenu li:hover > a,
.custommenu li:hover > a:visited {
	color: #ffffff;
	background-color: #336699;
}

.custommenu li ul {
	display: none;
	background: #528fcc;
}

.custommenu li:hover > ul {
	display: block;
	position: absolute;
	position: inherit;
	top: 100%;
	z-index: 99;
}
.custommenu li:hover > ul li {
	float: none;
	white-space: nowrap;
}

.custommenu li li:hover > ul {
	position: absolute;
	left: 100%;
	top: -1px;
}

.div_menu .custommenu {
	height: 50px;
	position: relative;
}

.div_menu .custommenu li {
	position: static;
}

.div_menu .custommenu li li {
	position: relative;
}

.div_menu .custommenu > ul > li.active > ul {
	display: block;
}
.div_menu .custommenu > ul > li > ul {
	position: absolute;
	float: left;
	left: 1px;
	height: 25px;
	top: 25px;
	width: 700px;
}

.div_menu .custommenu li > ul li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding: 0;
}

.div_menu .custommenu li > ul li {
	float: left;
	white-space: nowrap;
}

.div_menu .custommenu li > ul li li {
	float: none;
	display: block;
	position: relative;
	_height: 25px;
}

.div_menu .custommenu li > ul ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99;
}

/* ============================== Custum Menu Setting Link ========================== */
.custommenu-settings {
	width: 100%;
	text-align: right;
	padding: 5px 0;
}
.custommenu-link {
	color: #0099ff;
	font-size: 12px;
}

/* ================================================================================== */
/* ================================= New admin Menu ================================= */
/* ================================================================================== */
/*
	Backgrounds:
		normal		#528fcc
		active		#2a5580
		tab-normal	#73ace6
		tab-active	#528fcc
	
	Text Colors:
		normal	#fff
		active	#fff

*/
.admin-toolbar {
	position: absolute;
	width: 100%;
	height: 77px;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}
.admin-spacer {
	display: none;
	height: 77px;
	clear: both;
	width: 100%;
}
.admin-toolbar-visible .admin-toolbar,
.admin-toolbar-visible .admin-spacer {
	display: block;
}

.admin_tools {
	background: #ffffff;
	width: 100%;
}
.admin_toolbar {
	display: block;
	width: 300px;
	text-align: center;
	background: #ffffff;
}

/* ====== Menu tabs ===== */
.admin-tabs {
	height: 36px;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
}

.admin-tabs li {
	display: block;
	list-style-type: none;
	float: left;
	height: 36px;
	margin: 0 2px 0 0;
	background-color: #73ace6;
}
* html .admin-tabs li, * html .admin-tabs li a { display: inline; }

.admin-tab-Host li.host,
.admin-tab-Admin li.admin,
.admin-tab-Design li.design {
	background-color: #528fcc;
}

.admin-tabs li.logout {
	float: right;
	height: 36px;
	margin: 0 2px 0 0;
	background-color: transparent;
}

.admin-tabs li a {
	display: block;
	line-height: 36px;
	height: 36px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.admin-tabs li.logout a {
	line-height: 36px;
	height: 36px;
	padding: 0 15px;
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
}
.admin-tabs li.logout:hover,
.admin-tabs li.logout a:hover {
	color: #f00;
	background-color: transparent !important;
}


/* ===== Admin pane ===== */
.adminpane
{
    width: 100%;
    height: 20px;
    background-color: #F6F6F6;
    margin: 0px;
}
.contentpane
{
	vertical-align: top;
}

/* ================= Admin|Host Menu =============== */
.adminmenu,
.hostmenu,
.designmenu {
	height: 36px;
	background-color: #528fcc;
}
.hostmenu li ul {
	background-color: #528fcc;
}
.hostmenu li ul li {
	text-align: left;
	padding-left: 10px;
	list-style-type: none;
	margin: 0;
}
.hostmenu li ul li a {
	padding-left: 7px !important;
	height: 36px;
	line-height: 36px;
}
.designmenu li {
	display: block;
	float: left;
}
.adminmenu li,
.designmenu li,
.hostmenu li {
	background-color: #528fcc;
	background-position: 5px center;
	background-repeat: no-repeat;
	margin-right: 4px;
}
.adminmenu li.left-bit,
.hostmenu  li.left-bit,
.designmenu li.left-bit,
.adminmenu li span.separator,
.hostmenu  li span.separator,
.designmenu li span.separator {
	background: url(img/menu-separator.gif) repeat-y top center;
	display: block;
	height: 24px;
	line-height: 24px;
	width: 2px;
	margin: 6px 1px 6px 15px;
}
.adminmenu li li.left-bit,
.hostmenu  li li.left-bit,
.adminmenu li li span.separator,
.hostmenu  li li span.separator {
	display: none;
}
.adminmenu li a,
.hostmenu  li a,
.designmenu li a,
.adminmenu li a:visited,
.hostmenu  li a:visited,
.designmenu li a:visited {
	color: #ddd;
	height: 26px;
	line-height: 26px;
	padding-left: 35px;
	display: block;
}
.adminmenu li.active,
.hostmenu  li.active, 
.designmenu li.active,
.hostmenu  li:hover,
.adminmenu li:hover,
.designmenu li:hover {
	background-color: #2a5580;
}
.adminmenu li.active a,
.hostmenu  li.active a,
.designmenu li.active a,
.adminmenu li.active a:visited, 
.hostmenu  li.active a:visited, 
.designmenu li.active a:visited,
.adminmenu li:hover a,
.hostmenu  li:hover a,
.designmenu li:hover a,
.adminmenu li:hover a:visited,
.hostmenu  li:hover a:visited,
.designmenu li:hover a:visited  {
	background-color: transparent;
}
.adminmenu li span.separator,
.hostmenu  li span.separator,
.designmenu  li span.separator {
	position: absolute;
	right: -3px;
	top: 0;
	margin-right: 0;
}


/* IE6 fixes
--------------------- */
* html .adminmenu li, * html .adminmenu li a,
* html .hostmenu li, * html .hostmenu li a,
* html .designmenu li, * html .designmenu li a {
	display: inline;
	float: left;
}

.adminmenu li.left-bit, .hostmenu  li.left-bit, .designmenu li.left-bit,
.adminmenu li span.separator, .hostmenu  li span.separator, .designmenu li span.separator {
	display: block;
	margin-left: 7.5px;
}

/* ================= Design Panel ================= */
.designmenu li a {
	padding: 5px 15px 5px 35px;
}
.designmenu a.pagesettings { 
	background: url(img/pagesettings.png) 5px center no-repeat !important;
}
.designmenu a.addnew {
	background: url(img/createmodule.png) 5px center no-repeat !important;
}
.designmenu a.addexisting { 
	background: url(img/addmodule.png) 5px center no-repeat !important;
}
.designmenu a.changeskin { 
	background: url(img/changeskin.png) 5px center no-repeat !important;
}


.add_new_container,
.add_existing_container,
.change_skin_container {
	position: absolute;
	width: 400px;
	background-color: #528fcc;
	left: 152px;
	z-index: 999;
}
.add_new_container td,
.add_existing_container td,
.change_skin_container td {
	color: #fff;
	text-align: right;
	font-weight: normal;
}
.add_existing_container {
	width: 400px;
	left: 315px;
}
.change_skin_container {
	width: 430px;
	left: 480px;
}
.add_new_container select,
.add_existing_container select,
.change_skin_container select {
	border: none;
	padding: 2px 0;
}
.add_new_container input,
.add_new_container textarea,
.add_existing_container input,
.add_existing_container textarea,
.change_skin_container input,
.change_skin_container textarea {
	padding: 3px 0;
	border: none;
}

.dp_toolbar {
	padding: 5px;
}
.dp_toolbar a,
.dp_toolbar a:link,
.dp_toolbar a:visited {
	background-color: #e80;
	color: #eee;
	padding: 5px 10px;
	text-decoration: none;
}
.dp_toolbar a:hover {
	background-color: #f90;
	color: #fff;
}

.change_skin_container div {
	text-align: left;
	margin: 5px;
}
.change_skin_container .skin_preview {
	float: left;
}
.change_skin_container .skinsel {
	width: 100%;
}

/* ================================================================================== */
/* ================================= Module Menu Styles ============================= */
/* ================================================================================== */
.module_toolbar_group {
    background: #ffffff;
    border: 1px solid #ccc;
}
.module_toolbar_group td {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.module_toolbar_group td.contentCell {
	padding-left: 4px;
}
.module_toolbar_item,
.module_toolbar_itemover,
.module_toolbar_itemclicked,
.module_toolbar_itemdisabled {
	cursor: pointer;
	font-size: 11px;
	width: 100%;
    text-align: left;
    padding: 0 3px;
}
.module_toolbar_itemover,
.module_toolbar_itemclicked {
    background-color: #ddd;
    color: #000;
}
.module_toolbar_itemdisabled
{
    color: #c0c0c0;
    border-bottom: 1px solid #F9F9F9;
}

.html-module-edit {
	display: block;
	width: 100%;
}

/* ================================================================================== */
/* ================================== Fix Apload Files ============================== */
/* ================================================================================== */
/*table.RadUploadTable {
	filter: none !important;
}
.RadUploadTable input {
	margin: 0 !important;
}
.RadUploadTable input.RadUploadInputField {
	width: 150px !important;
}

.RadUploadTable input.RealFileInput {
	width: auto !important;
	font-size: 13px !important;
}*/
.RadUploadTable input.RadUploadInputField,
.RadUploadTable input.RadUploadSelectButton {
	display: none;
}
.RadUploadTable input.RealFileInput {
	width: auto !important;
	font-size: 13px !important;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	display: block;
}


/*........................ Mini Gallery ........................*/
.mini-gallery-settings {}
.mini-gallery-settings label {
	display: block;
	overflow: hidden;
	margin: 15px 0 20px;
}
.mini-gallery-settings label .varname {
	font-weight: bold;
	display: block;
}
.mini-gallery-settings label .varval {
	display: block;
}

.mini-gallery-manager {}
.mini-gallery-manager .item {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #eee;
}

.mini-gallery-manager .item .side {
	float: left;
	width: 170px;
	padding: 5px 0 8px;
	text-align: center;
	border: 1px solid #eee;
	border-left: none;
	border-top: none;
}
.mini-gallery-manager .item .side .preview {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.mini-gallery-manager .item .side a {
	padding: 0 3px;
}
.mini-gallery-manager .item .main {
	padding: 5px 5px 5px 10px;
	margin-left: 170px;
}
.mini-gallery-manager .item label,
.mini-gallery-manager .item .label {
	display: block;
	margin: 5px 0 15px;
}
.mini-gallery-manager .item label .varname,
.mini-gallery-manager .item .label .varname {
	display: block;
	font-weight: bold;
	color: #000;
}
.mini-gallery-manager .item label .varval,
.mini-gallery-manager .item .label .varval {
	display: block;
	padding-left: 10px;
}

.mini-gallery-upload {
	padding: 10px;
}
.mini-gallery-upload .upload-title {
	font-size: 20px;
	color: #444;
	display: block;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.mini-gallery-upload .preview {
	overflow: hidden;
}

.mini-gallery-upload .preview img {
	margin: 2px;
	padding: 6px;
	border: 1px solid #eee !important;
}

.mini-gallery-upload .details {
}
.mini-gallery-upload .details label,
.mini-gallery-upload .details .label {
	display: block;
	margin: 5px 0 10px 0;
}
.mini-gallery-upload .details label .varname,
.mini-gallery-upload .details .label .varname {
	display: block;
	font-weight: bold;
}

.mini-gallery-upload .upload-btn { 
	position: relative;
	text-align: center;
	background-color: #bbb;
	border: 1px solid;
	border-color: #ccc #888 #888 #ccc;
	color: #333;
	width: 150px;
	height: 20px;
	overflow: hidden;
	padding: 3px 0;
	margin: 0 auto;
	float: left;
	line-height: 22px;
	font-size: 1em;
}
.mini-gallery-upload .upload-btn:hover {
	background-color: #aaa;
	border-color: #aaa #555 #555 #aaa;
	color: #000;
}

.mini-gallery-upload .upload-btn input {
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20em;
	opacity: 0;
	filter: alpha(opacity=0); 
}

.mini-gallery-upload .current-file {
	background: #eee;
	border: 1px dashed #ccc;
	margin: 1px 0 0 10px;
	height: 25px;
	line-height: 25px;
	padding: 0 7px;
	display: none;
	float: left;
	overflow: hidden;
	max-width: 380px;
}


.mini-gallery-display .scroll-pane {
	width: 100%;
	overflow: hidden;
}

.mini-gallery-display .scroll-pane ul a {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	text-align: center;
	margin-bottom: 10px;
	
	background-position: center center;
	background-repeat: no-repeat;
	
	/*border: 1px solid #acf !important;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px;
	cursor: pointer;
}

.mini-gallery-display .scroll-pane ul a img {
	border: 2px solid #acf !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

.mini-gallery-display .scroll-pane ul .content {
	display: none;
}

.mini-gallery-display .scroll-pane .full-image {
	height: 285px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
.mini-gallery-display .scroller { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 440px;
    height: 68px;
    float: left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.mini-gallery-display .scroller ul.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
.mini-gallery-display .scroller ul.items li.item { 
    display: block;
	float: left;
	margin: 0 4px 0 5px;
    opacity: .5;
    filter:alpha(opacity=50);
    
    /*background: #ddd;*/
} 
 
/* you may want to setup some decorations to active the item */ 
.mini-gallery-display .scroller ul.items li.active { 
    opacity: 1;
    filter:alpha(opacity=100);
}

.mini-gallery-display .scroller ul.items li.cloned { 
}

.mini-gallery-display .prev,
.mini-gallery-display .next {
	display: block;
	height: 64px;
	width: 15px;
	margin: 0 5px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999999px;
	cursor: pointer;
}
.mini-gallery-display .prev:hover,
.mini-gallery-display .next:hover {
	background-position: -15px center;
}
.mini-gallery-display .prev {
	float: left;
	background-image: url(img/mini-gallery-prev.gif);
}
.mini-gallery-display .next {
	float: right;
	background-image: url(img/mini-gallery-next.gif);
}



/* Tiles */
.mini-gallery-display .tiles {
	overflow: hidden;
}
.mini-gallery-display .tiles ul {
	margin: 0;
}
.mini-gallery-display .tiles li.item {
	float: left;
	list-style: none;
	margin: 0 5px 5px 0;
}
.mini-gallery-display .tiles li.item a.item-link {
	display: block;
	width: 64px;
	height: 64px;
	border: 2px solid #9bc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}

.mini-gallery-display .tiles-video li.item a.item-link {
	float: none;
	width: 207px;
	margin: 5px auto;
	border: 4px solid #eee;
}
.mini-gallery-display .tiles-video li.item a.item-link:hover {
	border: 4px solid #ddd;
}

.mini-gallery-popup {
	display: none;
	
	/* standard decorations */
	width: 700px;
	height: 360px;
	border: 10px solid #666;
	
	/* for modern browsers use semi-transparent color on the border. nice! */
	border: 10px solid rgba(82, 82, 82, 0.698);
	
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}
.mini-gallery-popup-auto {
	width: auto;
	height: auto;
}

.mini-gallery-popup .close {
	height: 20px;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: -30px;
	cursor: pointer;
	background-color: #666;
	background: rgba(82, 82, 82, 0.698);
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0; 
}
.mini-gallery-popup .close:hover {
	color: #ddd;
	background-color: #555;
	background: rgba(82, 82, 82, 0.798);
}

.mini-gallery-popup .wrapper {
	background: #fff;
	height: 100%;
	width: 100%;
}
.mini-gallery-popup .wrapper .info {
	overflow: hidden;
	padding: 10px;
}

.mini-gallery-popup .wrapper .thumbnail {
	float: left;
	margin: 0 10px 0 0;
	text-decoration: none;
}
.mini-gallery-popup .wrapper .thumbnail img {
	width: 300px;
	height: 300px;
}
.mini-gallery-popup .wrapper .thumbnail span {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 15px 0 0;
	color: #000;
	height: 20px;
	width: 300px;
	overflow: hidden;
}

.mini-gallery-popup .wrapper .description {
	height: 300px;
	overflow: auto;
	font-size: 12px;
}
.mini-gallery-popup .wrapper .link-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 10px;
	background: #ff9933;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin: 5px 0 0;
}

.mini-gallery-popup .full-preview {
	cursor: pointer;
}

.mini-gallery-popup .loading {
	background: #fff url(img/ajax-loader.gif) no-repeat center center;
}

 .tiles-video h4 {
	color: #333;
 }