.button-container {
	display: inline;
	white-space: nowrap;
	font-size: 1.08em;
}
/* Orange button */
.button-left-orange {
	background: url('../../../images/buttons/orange-left.gif');
	width: 18px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.button-content-orange {
	height: 34px;
	display: inline;
	vertical-align: middle;
	display: inline-block;
	background: url('../../../images/buttons/orange-bg.gif') repeat-x top center;
}
span.button-content-orange input {
	margin-top: 6px;
	color:#FFFFFF;
	background: #F57E26;
	border: 0;
	text-align: center;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
}
span.button-content-orange button {
	margin-top: 6px;
	color:#FFFFFF;
	background: #F57E26;
	border: 0;
	text-align: center;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
}
.button-right-orange {
	background: url('../../../images/buttons/orange-right.gif');
	width: 18px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
/* //Orange button */

/* Red button */
.button-left-red {
	background: url('../../../images/buttons/red-left.gif');
	width: 18px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.button-content-red {
	height: 34px;
	display: inline;
	vertical-align: middle;
	display: inline-block;
	background: url('../../../images/buttons/red-bg.gif') repeat-x top center;
}
span.button-content-red input {
	margin-top: 6px;
	color:#FFFFFF;
	background: #EC1D23;
	border: 0;
	text-align: center;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
}
span.button-content-red button {
	margin-top: 6px;
	color:#FFFFFF;
	background: #EC1D23;
	border: 0;
	text-align: center;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
}
.button-right-red {
	background: url('../../../images/buttons/red-right.gif');
	width: 18px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
/* //Red button */

/* Dark blue button */
.button-left-dblue {
	background: url('../../../images/buttons/dblue-left.gif');
	width: 18px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.button-content-dblue {
	height: 34px;
	display: inline;
	vertical-align: middle;
	display: inline-block;
	background: url('../../../images/buttons/dblue-bg.gif') repeat-x top center;
}
span.button-content-dblue input {
	margin-top: 6px;
	color:#FFFFFF;
	background: #605CA9;
	border: 0;
	text-align: center;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
}
span.button-content-dblue button {
	margin-top: 6px;
	color:#FFFFFF;
	background: #605CA9;
	border: 0;
	text-align: center;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
}
.button-right-dblue {
	background: url('../../../images/buttons/dblue-right.gif');
	width: 18px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
/* //Dark blue button */
.ellipsis
{
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.08em;
	height: 1.08em;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 180px;

	-moz-binding: url(moz_fix.xml#ellipsis);
	zoom: 1;
	border-bottom:1px solid #C8C8E4;
}

.ellipsis *
{
	display: inline;
}


.moz-ellipsis > DIV:first-child
{
	float: left;
}
.moz-ellipsis > DIV + DIV
{
	float: right;
	margin-top: -1.08em;
}
.moz-ellipsis > DIV + DIV::after
{
	background-color: white;
	content: '...';
}

{
	background-color: #FFFFFF;
}

body
{
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: verdana, arial, Trebuchet MS, tahoma;
	margin: 0px;
	padding: 0px;
	text-align: center;
/*	font-weight: bold;*/
}

table
{
	font-size: 1em;
	font-family: verdana, arial, Trebuchet MS, tahoma;
	margin: 0px;
	padding: 0px;
/*	font-weight: bold;*/
}

form
{
	margin: 0px;
	padding: 0px;
}

input
{
	font-family: verdana, arial, Trebuchet MS, tahoma;
	font-size: 1.1em;
}

textarea, select
{
	font-family: verdana, arial, Trebuchet MS, tahoma;
	font-size: 1.1em;
	border: none;
	background-color: #ffffff;
}

input.checkbox
{
	border:1px solid #010180;
}

.row
{
	background: #FFFFFF;
}

.row1
{
	background: #FAC59D;

}

.border_top
{
	border-top: 1px solid #C8C8E4;
}

.border_bottom
{
	border-bottom: 1px solid #C8C8E4;
}

.block
{
	float: left;
	display: block;
	margin: 3px;
}
.flags
{
	padding: 5px 0px 5px 0px;
}
.nowrap
{
	white-space: nowrap;
}

/*
	a
*/
a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
.linkSubMenu
{
	text-decoration: none;
}

.linkSubMenu:hover
{
	color: red;
	text-decoration: none;
}

a.main_menu
{
	color: #000000;
	text-decoration: none;
	margin: 0px 10px;
	line-height: 20px;
	text-transform: uppercase;
}

.bezgranizMenuItem
{
	background: rgb(245, 127, 39) none repeat scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}
.bezgranizMenuItem_active
{
	background: rgb(236, 31, 36) none repeat scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}
.white
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.TopMenuContainer
{
	color: #FFFFFF;
	background: #B2976A;
	font-weight: bold;
}
.TopMenu
{
	color: #FFFFFF;
	background: #9090E2;
	font-weight: bold;
}
.TopMenuSelected, .TopMenuCurrent
{
	background-color: #3636BE;
}
a.TopMenu
{
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-family: verdana, tahoma, Trebuchet MS, arial;
	border: 0px;
}
a.TopMenu:hover
{
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	/*border-bottom: 5px solid #B2976A;*/
}

a.notlogged_menu, a.notlogged_menu:hover
{
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
a.content_tab, a.content_tab:hover
{
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	padding-right: 10px;
}

div.common_tabs_div
{
	float: left;
	position: relative;
}

a.content_tab_active, a.content_tab_active:hover
{
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	padding-right: 10px;
}

.tabs_container
{
	padding-left: 15px;
	padding-bottom: 0px;
	/* margin-bottom: -2px; */
	min-height: 0px;
}

a.dropMainMenu
{
	text-decoration:none;
	font-weight:bold;
	font-size:1.17em;
	color: white;
	white-space: nowrap;
	text-transform: uppercase;
}
a.dropMainMenuActive
{	text-decoration:none;
	font-weight:bold;
	font-size:1.17em;
	color: #FFFFFF;
	text-transform: uppercase;
}
a.dropMainMenu:hover
{
	color: black;
	text-decoration: none;
}
table.mainManuItem
{
	background-color: #F57F27;
	border-bottom: 1px solid #cc3300;
}
table.mainManuItem-active
{
	background-color: #EC1F24;
	border-bottom: 1px solid #cc3300;
}

a.submenu
{
	font-family: Verdana;
	color: #000074;
	font-size: 1em;
	text-decoration: none;
	/* font-weight: bold; */
	/*line-height: 20px;*/
	/*text-transform: uppercase;*/
}
a.submenu:hover
{
	color: red;
	text-decoration: none;
}
span.footer_separater
{
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.27em;
}
a.footer
{
	font-family: Verdana;
	font-size: 1.27em;
	color: #f48027;
	text-decoration: none;
}
a.footer:hover
{
	font-family: Verdana;
	color: #f48027;
	text-decoration: none;
}

a.blog_footer
{
	color: #666699;
}

a.blog_footer:hover
{
	color: #666699;
}

/*
	left side blocks
*/
table.submenu
{
	background-color: #9090E2;
}
table.submenu td
{
	padding: 3px 10px 3px 25px;
}

table.info_box
{
}
table.info_box td
{
	padding: 3px 10px 3px 25px;
}

table.locale
{
}
table.locale td
{
	padding: 3px 10px 3px 25px;
}


/*
	text styles
*/
.copyright
{
	font-size: 0.83em;
	font-weight: bold;
	padding: 0px 15px;
}

.content
{
	padding: 10px 0px;
}

.RedHeader
{
	white-space: nowrap;
	font-size: 1em;
	margin: 0px 5px;
}


/*
	messages
*/
.message_container
{
	padding: 10px 30px 0px 30px;
}
span.error
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
	display: block;
/*	background-color: Aqua;*/
}
span.message
{
	font-size: 1.1em;
	font-weight: bold;
	color: #008000;
	display: block;
/*	background-color: Aqua;*/
}


/*
	Table list
*/
.tList td
{
	padding: 5px;
}
.tList thead td
{
	text-align: center;
	font-weight: bold;
	font-size: 1.27em;
}
.tList tbody td
{
	font-weight: normal;
}


/*
	Table small list
*/

.tsList td
{
	padding: 2px 4px;
}
.tsList thead td
{
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
.tsList tbody td
{
	font-weight: normal;
}

.t0 td
{
	padding: 0px;
}

.chat-frame
{
	border: 0px;
}
.chat-msg-public
{
	color: #000000;
}
.chat-msg-private
{
	color: #909090;
}


/*
	list table
*/
.tbl_list
{
}

.tbl_list td
{
}

.tbl_items th
{
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
	font-size: 1.16em;
}
.tbl_items td
{
/*	background-color: #FFFFFF;*/
	padding: 4px 5px;
}

.tbl_items td.photo
{
/*	background-color: #F2F2F2;*/
	padding: 3px;
}

.tbl_info
{
	color:#FF6633;
}

.tbl_info span
{
	color: #000000;
	text-decoration:none;
}

.tbl_info a
{
	color:#FF6633;
	text-decoration:none;
}

.tbl_info td
{
	padding: 5px;
}

.pagination
{
	color: #000000;
	padding-right:25px;
}

a.Link
{
	color: #FF6633;
	text-decoration:none;
}

a.noLink
{
	color: #000000;
	text-decoration:none;
}

.pagination span
{
	color: #000000;
	text-decoration:none;
}
.bc_sep
{
	color: #FF6633;
	font-size: 14px;
}

/*
	form elements
*/
.text
{
	border: 1px solid #bfbfbf;
	font-size: 1em;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
}
.text_small
{
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
	height:15px;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
}
.mono_text
{
	border: 1px solid #bfbfbf;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
}
.auto
{
	border: 1px solid #010180;
	font-size: 1em;
	background-color: #FFFFFF;
}
.input135
{
	border: 1px solid #010180;
	width: 135px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	background-image:url(../../../images/background/bg_text.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.input150
{
	border: 1px solid #010180;
	width: 150px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	background-image:url(../../../images/background/bg_text.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.input200
{
	border: 1px solid #010180;
	width: 200px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	background-image:url(../../../images/background/bg_text.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.input250
{
	border: 1px solid #010180;
	width: 250px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	background-image:url(../../../images/background/bg_text.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.text400
{
	border: 1px solid #010180;
	width: 400px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	background-image:url(../../../images/background/bg_text.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.button
{
	border:0px;
	height:20px;
	font-family:verdana,tahoma,arial;
	font-size:1em;
	font-weight:bold;
	text-align: center;
}
.description
{
	background-color: #CD853F;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	width: 140px;
}
.field_error
{
	color: #FF4500;
	font-size: 0.9em;
	display: block;
}
.field_success
{
	color: #00AA45;
	font-size: 0.9em;
	display: block;
}
.tree_odd_row
{
	background-color: rgb(220, 220, 221);
}

.tree_even_row
{
	background-color: rgb(230, 230, 230);
}

#informer
{
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 400px;
	background-color: #FF4500;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 2px;
}

.tbl_commission
{
	border: 1px solid #DCDCDD;
	border-collapse: collapse;
}
.tbl_commission td, .tbl_commission th
{
	border-collapse: collapse;
	border: 1px solid #DCDCDD;
	padding-left: 3px;
	padding-right: 2px;
}
.tbl_commission th
{
	background-color: #E6E6E6;
}

.tbl_no_border td
{
	border: 0px;
}

.public_home_div
{
	width:300px;
}

.public_home_tabel
{
	width:300px;
	height:300px;
}


/* photo user */
.main_photo
{
	background-position:top center;
	background-repeat:no-repeat;
}
.bg_foto_top
{
	background-image:url(../../../images/background/bg_foto_top.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
.bg_foto_bottom
{
	background-image:url(../../../images/background/bg_foto_bottom.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.bg_foto_left
{
	background-image:url(../../../images/background/bg_foto_left.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.bg_foto_right
{
	background-image:url(../../../images/background/bg_foto_right.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

.bg_contats_info
{
	width:157px;
	height:200px;
	background-repeat:no-repeat;
	color:#fd1111;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}

.test
{
	filter:Alpha(Opacity=100, FinishOpacity=5, Style=1, StartX=100, StartY=100, FinishX=60, FinishY=50);
	-moz-opacity: 0.95;
	opacity: 0.95;
	background-repeat:repeat-y;
	background-position:bottom left;
	height:100%;
	width:16px;
}

.gradwhite
{
	left: 0px;
	/* position: absolute; */
	top: 0px;
	width: 16px;
	border:none;
}
.box2
{
	position:relative;
	left: 0px;
	top: 0px;
	width: 16px;
}

.bg_top_left
{
	position:relative; left:0px;
	float:left;
	width:17px;
	height:17px;
}
.bg_top_right
{
	position:relative; left:0px;
	float:right;
	width:17px;
	height:17px;

}
.bg_bottom_left
{
	position:relative; top:-17px; left:0px;
	float:left;
	width:17px;
	height:0px;
}
.bg_bottom_right
{
	position:relative; top:-17px; left:0px;
	float:right;
	width:17px;
	height:0px;
}
.img_la
{
	padding:3px;
}
.img_border
{
	border: 1px solid #BFBFBF;
}
.option
{
	font-size:1.16em;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	cursor:pointer;
}

.main_bg_left
{
	filter:Alpha(Opacity=60, FinishOpacity=10, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100);
	background-color:#6666b3;
}

.main_bg_corner
{
	filter:Alpha(Opacity=60, FinishOpacity=5, Style=1, StartX=50, StartY=100, FinishX=100, FinishY=5);
	background-color:#6666b3;
}
.SortableColumn
{
	padding:0px;
	position:relative;
	height:100%;
	margin:0px;
	list-style-type:none;
}
.MSIE.SortableColumn
{
	height:500px;
}
.SortableColumnElement
{
	position:relative;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
}
.dragTable
{
	cursor:move;
}

.left_menu
{
	width:153px;
	background-color: #ffffff;
}
.left_menu_item
{
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left_menu_item_active
{
	text-align: left;
	padding-left: 15px;
	padding-right: 15 px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #F4F4FB;
}

#overlay
{
	display: block;
	text-align: center;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1000;
	width: 100%; height: 1500px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
	-khtml-opacity:0.40;
}

#overlayClose
{
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 15px;
}
#overlayContent
{
	display: none;
	z-index: 1001;
	position: absolute;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	height: 810px;
	background-color: #FFFFFF;
}
#overlayIframe
{
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
}

#video_presentation
{
	width: 505px;
	overflow-x: auto;
}

.box_scroll_bar
{
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 252px;
	scrollbar-3dlight-color: #f9f9fc;
	scrollbar-arrow-color: #01037c;
	scrollbar-base-color: #e2e2f0;
	scrollbar-darkshadow-color: #a4a4a4;
	scrollbar-face-color: #c8c8e3;
	scrollbar-highlight-color: #cdcdcd;
	scrollbar-shadow-color: #b7b7db;
}
.rss_popup_container
{
	text-align: left;
	vertical-align: top;
}

.rss_popup_title
{
	text-align: left;
	color: #ff0000;
	font-size: 1.16em;
	font-weight: bold;
}

.rss_popup_date
{
	text-align: left;
	font-style: italic;
}

.rss_popup_img
{
	float: right;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
}

.rss_popup_text
{
	text-align: left;
}

.rss_popup_link
{
	text-align: left;
	color: #ff0000;
	text-decoration: underline;
}

.menu_box_top_bg
{
	background-image:url(../../../images/box/menu_box_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.menu_box_left_bg
{
	background-image:url(../../../images/box/menu_box_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.menu_box_right_bg
{
	background-image:url(../../../images/box/menu_box_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.menu_box_bottom_bg
{
	background-image:url(../../../images/box/menu_box_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
}
.menu_box_content
{
	background-image:url(../../../images/box/menu_box_content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.mm_box_top_bg
{
	background-image:url(../../../images/box/mm_box_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.mm_box_left_bg
{
	background-image:url(../../../images/box/mm_box_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.mm_box_right_bg
{
	background-image:url(../../../images/box/mm_box_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.mm_box_bottom_bg
{
	background-image:url(../../../images/box/mm_box_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.mm_box_content_bg
{
	background-image:url(../../../images/box/mm_box_content_bg.jpg);
	background-repeat: repeat-x;
	background-position: middle left;
}

.close_infobox
{
	width: 26px;
	height: 24px;
	padding: 0px;
	z-index: 100;
	background-image:url(../../../images/box/right_top_corner.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	line-height: 10px;
}

.options_infobox
{
	float: right;
	z-index: 10005;
	padding-top: 7px;
	padding-right: 5px;
	cursor: pointer;
}

#infobox_menu
{
	position: absolute;
	overflow: hidden;
	width: 180px;
	height: 0px;
	display: none;
	z-index: 10006;
}

table fieldset.fldst
{
	border:1px solid #D6D6C7;
	padding-left:20px;
	width:300px;
}

fieldset.fldst legend {
	color:#000000;
	margin-left:10px;
}

.boxTable
{
	border: none;
}

.boxHeaderContainer
{
	width: 100%;
	height: 36px;
}
.boxTabContainer
{
	width: 100%;
	height: 32px;
}
.boxHeaderTable
{
	width: 100%;
	height: 36px;
	border: none;
}
.boxHeaderLeft
{
	width: 40px;
	height: 36px;
	background-image:url(../../../images/box/left-top.gif);
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}
.boxHeaderLeft-orange
{
	width: 40px;
	height: 36px;
	background-image:url(../../../images/box/orange/left-top.gif);
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}
.boxHeaderLeft-blue
{
	width: 40px;
	height: 36px;
	background-image:url(../../../images/box/blue/left-top.gif);
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}
.boxHeaderCenter
{
	height: 36px;
	background-image:url(../../../images/box/center-top.gif);
}
.boxHeaderCenter-orange
{
	height: 36px;
	background-image:url(../../../images/box/orange/center-top.gif);
}
.boxHeaderCenter-blue
{
	height: 36px;
	background-image:url(../../../images/box/blue/center-top.gif);
}
.boxHeaderTitle
{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.43em;
	font-family: Verdana;
	margin-left: -5px;
	overflow: hidden;
	overflow-x: hidden;
	white-space: nowrap;
}
.boxHeaderRight
{
	width: 30px;
	height: 36px;
	background-image:url(../../../images/box/right-top.gif);
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.boxHeaderRight-orange
{
	width: 30px;
	height: 36px;
	background-image:url(../../../images/box/orange/right-top.gif);
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.boxHeaderRight-blue
{
	width: 30px;
	height: 36px;
	background-image:url(../../../images/box/blue/right-top.gif);
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.boxHeaderLink
{
	cursor: pointer;
}
.boxTopBorder
{
	width: 100%;
	height: 1px;
	background-color: #f57e26;
}
.boxTopSpacer
{
	height: 1px; 
	background-color: #caccce;
}
.boxMainContainer
{
	width: 100%;
	height: 100%;
}
.boxMainTable
{
	width: 100%;
	height: 100%;
	border: none;
}
.boxLeftSide
{
	background-image:url(../../../images/box/left-middle.gif);
}
.boxNavigation
{
	background-color: #FAC59D; 
	width: 100%; 
	height: 20px; 
	font-size: 1.33em; 
	padding: 5px;
}
.boxMainCell
{
	width: 100%;
	height: 100%;
}
.boxMainContent
{
	width: 100%;
	/*overflow-y: auto;*/
	overflow-y: hidden;
	padding: 0px;
}
.boxRightSide
{
	background-image:url(../../../images/box/right-middle.gif);
}
.boxNavigationBG
{
	background-color: #FAC59D; 
}
.boxBottomCon
{
	width: 4px;
	height: 4px;
	font-size: 1px;
}
.boxBottomCell
{
	width: 100%;
	background-image:url(../../../images/box/center-bottom.gif);
	font-size: 1px;
}
.boxLeftSideWidth
{
	width: 4px;
}
.boxRightSideWidth
{
	width: 4px;
}
.boxBottomHeight
{
	width: 4px;
}
.switcherContainer
{
	background-image: url(../../../images/switcher_bg.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 35px;
	font-size: 0.9em;
}
.switcherSizeSwitch
{
	cursor: pointer;
	color: black;
}
.switcherColorSwitch
{
	cursor: pointer;
	font-family: courier;
	border: 1px solid #000000;
	font-size: 0.7em;
	line-height: 13px;
	height: 13px;
	padding-left: 2px;
	padding-right: 2px;
}

/* Text field */
.textfield-container {
	display: inline;
	white-space: nowrap;
}
.textfield-left {
	background: url('../../../images/inputs/text_left.gif');
	width: 8px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.textfield-content {
	height: 34px;
	display: inline;
	vertical-align: middle;
	display: inline-block;
	background: url('../../../images/inputs/text_bg.gif') repeat-x top center;
}
.selectfield-content
{
	position: relative;
	top: 8px;
}
.radiofield-content {
	height: 34px;
	display: inline;
	vertical-align: middle;
	display: inline-block;
	background: url('../../../images/inputs/text_bg.gif') repeat-x top center;
}
span.textfield-content input {
	margin-top: 7px;
	background: #FFFFFF;
	border: 0;
	font-size: 1.1em;
}
.textfield-right {
	background: url('../../../images/inputs/text_right.gif');
	width: 8px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.bl_category
{
	cursor: pointer;
	-moz-user-select: none;
	width: 175px;
	font-size: 1.17em;
	font-family: Verdana;
	position: relative;
	white-space: nowrap;
	overflow-x: hidden;
}
.bl_category_link
{
	width: 175px;
	height: 35px;
	z-index: 1000;
	position: absolute;
	display: block;
}
.bl_category_title
{
	padding-left: 0px;
	white-space: nowrap;
	font-weight: bold;
}
.bl_link
{
	width: 175px;
	height: 20px;
	background-image: url('../../../images/left_menu/white-bg.gif');
	color: #333333;
	white-space: nowrap;
}
.bl_link_title
{
	padding-left: 20px;
	white-space: nowrap;
}
.bl_bottom
{
	display: block; 
	border-top: 1px solid #bfbfbf; 
	height: 1px; 
	width: 175px;
}
.box-text
{
	font-size: 1.00em;
}
.box-title
{
	font-size: 1.39em;
	font-weight: bold;
	margin-right: 4px;
}

.box-text-orange .box-title
{
	color: #cc3300;
}
.box-text-blue .box-title
{
	color: #666699;
}
a.box-title
{
	text-decoration: none;
}
.field-description
{
	font-size: 0.8em;
	font-style: italic;
}
.delete-row
{
	position: absolute;
	cursor: pointer;
}
.IE.delete-row
{
	left: 11px;
}
.left15
{
	margin-left: 15px;
}

.textareaTop
{
	border-top: 1px solid #bfbfbf;
}
.textareaLeft
{
	border-left: 1px solid #bfbfbf;
}
.textareaRight
{
	border-right: 1px solid #bfbfbf;
}
.textareaBottom
{
	border-bottom: 1px solid #bfbfbf;
}
.textareaMiddle
{
	background-color: #FFFFFF;
}
.deleteImgBtnContainer
{
	position: absolute; 
	margin-left: -160px; 
	margin-top: 5px; 
	text-align: left;
}
.deleteImgBtn
{
	border: none; 
	cursor: pointer; 
	display: block;
}
.discardImgBtn
{
	border: none; 
	cursor: pointer; 
	display: none;
}
.uploadedImg
{
	border: 1px solid #AAAAAA;
}
.deletedImg
{
	border: 1px solid #FF0000;
}
.fileChoiseContainer
{
	text-align: right; 
	white-space: nowrap;
}
.fileChoiseTransparent
{
	opacity: 0.0; 
	-moz-opacity: 0.0; 
	filter: alpha(opacity=01); 
	position: absolute; 
	text-align: right; 
	width: 340px; 
	margin-top: 4px; 
	overflow-x: hidden;
}
.fileChoiseTransparent input
{
	//margin-right: 40px;
}
/* Round corners for images */
.roundImgCornerLT
{
	background-image: url('../../../images/background/corner_tl.gif');
	width: 4px; 
	height: 4px; 
	top: 4px; 
	position: relative;
}
.row .roundImgCornerLT
{
	background-image: url('../../../images/background/corner_tl.gif');
	width: 4px; 
	height: 4px; 
	top: 4px; 
	position: relative;
}
.row1 .roundImgCornerLT
{
	background-image: url('../../../images/background/corner1_tl.gif');
	width: 4px; 
	height: 4px; 
	top: 4px; 
	position: relative;
}
.roundImgCornerRT
{
	background-image: url('../../../images/background/corner_tr.gif');
	width: 4px; 
	height: 4px; 
	top: 4px; 
	position: relative;
}
.row .roundImgCornerRT
{
	background-image: url('../../../images/background/corner_tr.gif');
	width: 4px; 
	height: 4px; 
	top: 4px; 
	position: relative;
}
.row1 .roundImgCornerRT
{
	background-image: url('../../../images/background/corner1_tr.gif');
	width: 4px; 
	height: 4px; 
	top: 4px; 
	position: relative;
}
.roundImgCornerLB
{
	background-image: url('../../../images/background/corner_bl.gif');
	width: 4px; 
	height: 4px; 
	top: -4px; 
	position: relative;
}
.row .roundImgCornerLB
{
	background-image: url('../../../images/background/corner_bl.gif');
	width: 4px; 
	height: 4px; 
	top: -4px; 
	position: relative;
}
.row1 .roundImgCornerLB
{
	background-image: url('../../../images/background/corner1_bl.gif');
	width: 4px; 
	height: 4px; 
	top: -4px; 
	position: relative;
}
.roundImgCornerRB
{
	background-image: url('../../../images/background/corner_br.gif');
	width: 4px; 
	height: 4px; 
	top: -4px; 
	position: relative;
}
.row .roundImgCornerRB
{
	background-image: url('../../../images/background/corner_br.gif');
	width: 4px; 
	height: 4px; 
	top: -4px; 
	position: relative;
}
.row1 .roundImgCornerRB
{
	background-image: url('../../../images/background/corner1_br.gif');
	width: 4px; 
	height: 4px; 
	top: -4px; 
	position: relative;
}
