@charset "utf-8";
/* CSS Document v-1.04 */


/* All site */

* { margin: 0; padding: 0; }

body {background-color:#fff; font-family: Helvetica, Arial, sans-serif; color: #424242; font-size: 12px; line-height: 1.5em; }

td { text-align:left;}

ul { list-style: none;}

a {text-decoration: none; color:#333; font-family:Helvetica, Arial, sans-serif;}!important
a:hover {text-decoration: none; color:#36C; font-family:Helvetica, Arial, sans-serif;}!important
a:visited {text-decoration: none; color:#333; font-family:Helvetica, Arial, sans-serif;}!important
a:active {text-decoration: none; color:#333; font-family:Helvetica, Arial, sans-serif;}!important


/* Header menu */

.topmenu{
	padding-top: 8px;
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	width:160px;
	font-weight:bold;
	text-align:center;
}
.topmenu a:link {text-decoration: none; color:#FFF;}
.topmenu a:visited {text-decoration: none; color:#FFF;}
.topmenu a:hover {text-decoration: none; color:#FFF; background-color:#CCFF00;}
.topmenu a:active {text-decoration: none; color:#FFF;}


/* Middle menu */
#navigation { background: #CCFF33; color:#333;}
#navigation ul { overflow: hidden; margin: 1px 20px; }
#navigation ul li { float: left; }
#navigation ul li a { padding: 4px 8px 4px 8px; display: block; font-size: 10px; }
#navigation ul li.current_page_item a, #navigation ul li.current_page_ancestor a, #navigation ul li.current_page_parent a { background:#F3F9E3; color:#36C; font-weight:bold; font-size:10px;}
#navigation ul li a:hover { background:#FFFFFF; color:#36C; }

/* Middle menu Submenu */
#navigationS { background: #D5DFFF; color:#333;}
#navigationS ul { overflow: hidden; margin: 1px 20px; }
#navigationS ul li { float: left; }
#navigationS ul li a { padding: 4px 8px 4px 8px; display: block; font-size: 12px; }
#navigationS ul li.current_page_item a, #navigation ul li.current_page_ancestor a, #navigation ul li.current_page_parent a { background:#88B0F4; color:#36C; font-weight:bold; font-size:12px;}
#navigationS ul li a:hover { background:#FFFFFF; color:#36C; }

/* Middle menu bigger */
#navigationB { background: #CCFF33; color:#333;}
#navigationB ul { overflow: hidden; margin: 1px 20px; }
#navigationB ul li { float: left; }
#navigationB ul li a { padding: 4px 8px 4px 8px; display: block; font-size: 11px; }
#navigationB ul li.current_page_item a, #navigation ul li.current_page_ancestor a, #navigation ul li.current_page_parent a { background:#F3F9E3; color:#36C; font-weight:bold; font-size:10px;}
#navigationB ul li a:hover { background:#FFFFFF; color:#36C; }


/*
#navigation { background: #CCFF33; color:#333;}
#navigation ul { overflow: hidden; margin: 1px 20px; }
#navigation ul li { float: left; }
#navigation ul li a { padding: 4px 8px 4px 8px; display: block; font-size: 12px; }
#navigation ul li.current_page_item a, #navigation ul li.current_page_ancestor a, #navigation ul li.current_page_parent a { background:#F3F9E3; color:#36C; font-weight:bold;}
#navigation ul li a:hover { background:#FFFFFF; color:#36C; }
*/

/* Sub-menu */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.smb {
    background: transparent url('/admin/images/buttons/bg_button_a.png') no-repeat scroll top right;
    color:#FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.smb span {
    background: transparent url('/admin/images/buttons/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.smb:hover {
    background-position: bottom right;
    color:#F3F3F3;
    outline: none; /* hide dotted outline in Firefox */
}

a.smb:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/* Tables */
.list1 td { padding: 1px 10px; border-bottom: 1px solid #DCDCDC; font-size: 90%; }
.list1 th { padding: 5px 10px; border-bottom: 1px solid #DCDCDC; text-align:left; border-top: 1px solid #DCDCDC; background: #f9f9f9; font-weight: bold; color: #666666; }
.list1 th a { color: #666666; }

/* PsWebmail - Email list */
.list2 tr { padding: 1px 10px; border-bottom: 1px solid #DCDCDC; font-size: 90%; }
.list2 th { padding: 5px 10px; border-bottom: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC; background: #f9f9f9; font-weight: normal; color: #666666; }

/* Lines */

.line {
	margin: 10px 0;
	height: 100%;
}
.line img {
	display: block;
}


/* Detall */

.title1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#F90;
}
.title2 {
	font-family:Arial, Gadget, sans-serif;
	font-size:14px;
	color:#69C;
}
.title3 {
	font-family:Arial, Gadget, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
}
.text_info {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
.text_info1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AAA;
	}


/* Boxes */
.box_shadow {
	/*
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	*/
}

.box_shadow1 {
	color:#204162;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	box-shadow: rgba(200,200,200,1) 0 4px 10px;
}

.box_shadow2 {
	color:#333;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	background:#F5F5F5;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	box-shadow: rgba(200,200,200,1) 0 4px 10px;
}

.box_shadow3 {
	color:#333;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	background: #CF0;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	box-shadow: rgba(200,200,200,1) 0 4px 10px;
}

.helpdesc{
	padding-left:5px;
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color:#36C;
	text-align:left;
}

.helpdesc1{
	padding:5px;
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	color:#333;
	text-align:left;
	background-color:#ECEFFD;
}

.summary-title {
	color:#099;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.summary-title2 {
	color:#39C;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.summary-top-error {
	background-color:#F00;
	color:#FFF;
	font-size:14px;
}

.summary-top-item {
	color:#39C;
	font-size:15px;
	background-image:url(../images/bg-title-400x30.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:10px;
	width:390px;
	height:30px;
}

.summary-item-red{
	font-size:12px;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
	margin-left:10px;
}
.summary-item-red a{
	text-decoration:none;
	background-image:url(../images/20x20_wi01_red.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}
.summary-item-red a:hover {
	text-decoration:none;
	background-image:url(../images/20x20_wi01_green.png);
	background-repeat:no-repeat;
	background-position:left;	
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}
.summary-item-red a:link {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}
.summary-item-red a:visited {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}

.summary-error {
	background-color: #ffebe8;
	border-color: #c00;
}

.summary-document{
	font-size:12px;
	vertical-align:bottom;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:5px;
}
.summary-document a{
	text-decoration:none;
	background-image:url(../images/fi_50.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:bottom;
	padding-left:55px;
	padding-bottom:5px;
	padding-top:20px;
}
.summary-document a:hover {
	text-decoration:none;
	background-image:url(../images/fi_50_hover.png);
	background-repeat:no-repeat;
	background-position:left;	
	vertical-align:bottom;
	padding-left:55px;
	padding-bottom:5px;
}
.summary-document a:link {
	text-decoration:none;
	vertical-align:bottom;
	padding-left:55px;
	padding-bottom:5px;
}
.summary-document a:visited {
	text-decoration:none;
	vertical-align:bottom;
	padding-left:55px;
	padding-bottom:5px;
}


/* Buttons */
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}

.ubercolortabs a{
float: left;
color: white;
background:#3CC url(../images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}

.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #36F; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #36F; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.button_filter {
color: white;
background:#3CC url(../images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 2px 2px 2px 2px;
padding-left: 6px;
text-decoration: none;
font-size:10px;
letter-spacing: 1px;
}
.button_filter_selected {
color: white;
background:#36F url(../images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 2px 2px 2px 2px;
padding-left: 6px;
text-decoration: none;
font-size:10px;
letter-spacing: 1px;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=70);
	background-color:#000;
}
.white_content {
	display: none;
	position: fixed;
	text-align: center;
	vertical-align:middle;
	width: 600;
	height: 400px;
	padding: 10px;
	border: 1px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.main-option {
	padding:10px;
	float:left;
	width:170px;
	background:#F30;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.rounded {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.rounded10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

.item-red{
	font-size:12px;
	vertical-align:middle;
	padding-left:5px;
	height:20px;
	margin-top:10px;
	margin-left:0px;
}
.item-red a{
	text-decoration:none;
	background-image:url(../images/20x20_wi01_red.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	padding-left:5px;
	height:20px;
	margin-top:10px;
}
.item-red a:hover {
	text-decoration:underline;
	background-image:url(../images/20x20_wi01_grey.png);
	background-repeat:no-repeat;
	background-position:left;	
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
	color:#069;
}
.item-red a:link {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}
.item-red a:visited {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}

.item-green{
	font-size:12px;
	vertical-align:middle;
	padding-left:5px;
	height:20px;
	margin-top:10px;
	margin-left:0px;
}
.item-green a{
	text-decoration:none;
	background-image:url(../images/20x20_wi01_green.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	padding-left:5px;
	height:20px;
	margin-top:10px;
}
.item-green a:hover {
	text-decoration:underline;
	background-image:url(../images/20x20_wi01_grey.png);
	background-repeat:no-repeat;
	background-position:left;	
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
	color:#069;
}
.item-green a:link {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}
.item-green a:visited {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}

.item-orange{
	font-size:12px;
	vertical-align:middle;
	padding-left:5px;
	height:20px;
	margin-top:10px;
	margin-left:0px;
}
.item-orange a{
	text-decoration:none;
	background-image:url(../images/20x20_wi02.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	padding-left:5px;
	height:20px;
	margin-top:10px;
}
.item-orange a:hover {
	text-decoration:underline;
	background-image:url(../images/20x20_wi02_green.png);
	background-repeat:no-repeat;
	background-position:left;	
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
	color:#069;
}
.item-orange a:link {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}
.item-orange a:visited {
	text-decoration:none;
	vertical-align:middle;
	padding-left:25px;
	height:20px;
	margin-top:10px;
}

/* Buttons */
.new {
	text-decoration: none;
	color:#699;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}
.new:hover {text-decoration: none; color:#36C; background-color:#CF0;}
.new:visited {text-decoration: none; color:#699;}
.new:active {text-decoration: none; color:#699;}

/* Text Fields */
.field_txt{
	background:#fff;
	margin:0 0 8px;
	padding:5px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font:13px "Lucida Grande", Arial, Sans-serif;
	height:25px;
}

/* Text Fields per forms */
.field_txt2{
	background:#fff;
	margin:0 0 8px;
	padding:5px;
	border:1px solid #ddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font:14px "Lucida Grande", Arial, Sans-serif;
	height:26px;
	background-color:#F1F2FE;
	color:#333;
}

/* Selector Fields */
.select_txt {
	color:#666;
	background:#fff;
	padding:5px;
	margin:0 0 8px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font:13px "Lucida Grande", Arial, Sans-serif;
}
.select_txt option {
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	color:#666;
}

/* Buttons */
.btn, input[type=submit].btn, input[type=button].btn {
	background:#ddd url("https://psmailer.com/admin/img/bg-btn.gif") repeat-x 0 0;
	font:11px/14px "Lucida Grande", sans-serif;
	width:auto;
	margin:0;
	overflow:visible;
	padding:4px 8px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	border-bottom-color:#ccc;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#333;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
}
.btn::-moz-focus-inner {
padding:0;
border:0;
}
.btn-m, input[type=submit].btn-m, input[type=button].btn-m {
	background-position:0 -200px;
	font-size:15px;
	line-height:20px!important;
	padding:5px 15px 6px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn:hover, .btn:focus, input[type=submit].btn:hover, input[type=submit].btn:focus, button.btn:hover, button.btn:focus {
	border-color:#999 #999 #888;
	background-position:0 -6px;
	color:#000;
	text-decoration:none;
}
.tdlist {
	text-align: left;	
	border-color:#CCC;
	border-top-style:dashed;
	border-top-width:thin;
	color:#333;
	height:30px;
	width:350px;
}
.tdlist:hover {
	cursor: pointer;
	background-color: #EBEEFA;
	height:30px;
}
.selectlist {
	background-color:#84C1E6;
	color:#FFF;
	text-align:left;	
	border-color:#CCC;
	border-top-style:dotted;
	border-top-width:thin;
	font-weight:bold;
	height:30px;
	width:350px;
}
.btn, input[type=submit].btn, input[type=button].btn {
	background:#ddd url("https://psmailer.com/admin/img/bg-btn.gif") repeat-x 0 0;
	font:11px/14px "Lucida Grande", sans-serif;
	width:auto;
	margin:0;
	overflow:visible;
	padding:4px 8px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	border-bottom-color:#ccc;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#333;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
}
.btn::-moz-focus-inner {
padding:0;
border:0;
}
.btn:hover, .btn:focus, input[type=submit].btn:hover, input[type=submit].btn:focus, button.btn:hover, button.btn:focus {
	border-color:#999 #999 #888;
	background-position:0 -6px;
	color:#000;
	text-decoration:none;
}
.btn-m, input[type=submit].btn-m, input[type=button].btn-m {
	background-position:0 -200px;
	font-size:15px;
	line-height:20px!important;
	padding:5px 15px 6px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn-d {
	background:#ddd url("https://psmailer.com/admin/img/bg-btn.gif") repeat-x 0 0;
	font:11px/14px "Lucida Grande", sans-serif;
	width:auto;
	margin:0;
	overflow:visible;
	padding:4px 8px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	border-bottom-color:#ccc;
	border-radius:4px;
	color:#333;
	text-shadow:1px 1px 0 #fff;
	background-position:0 -200px;
	font-size:15px;
	line-height:20px!important;
	padding:5px 15px 6px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#CCC;
	cursor:default;
}
.field_txt{
	background:#fff;
	margin:0 0 8px;
	padding:5px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font:13px "Lucida Grande", Arial, Sans-serif;
}

.step-title {
	color:#CCC; font-size:20px; font-family:Tahoma, Geneva, sans-serif;
}

.step-info {
	color:#069; font-size:12px; font-family:Tahoma, Geneva, sans-serif; padding-top:8px;
}

.step-title1 {
	padding-left:10px; padding-top:20px; padding-bottom:10px; font-size:20px; color:#39F; font-family:Helvetica, sans-serif;
}

.step-title2 {
	font-size:18px; color:#39F; font-family:Helvetica, sans-serif;
}

.step-info1 {
	color:#666; font-size:12px; font-family:Tahoma, Geneva, sans-serif; padding-top:8px;
}

.listingtext {
	padding:5px;
}
.tdhour {
	text-align: center;	
	border-color:#CF0;
	border-style:dotted;
	border-width:thin;
	color:#F06;
}
.tdhour1 {
	text-align: center;	
	border-color:#FFF;
	border-style:dotted;
	border-width:thin;
	color:#F06;
}
.options {
	background-color:#F0F0F0;
	text-decoration: none;
	color:#666;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}
.options:hover {text-decoration: none; color:#333; background-color:#CF0;}
.options:visited {text-decoration: none; color:#666;}
.options:active {text-decoration: none; color:#666;}

.optionsP {
	background-color:#F0F0F0;
	text-decoration: none;
	color:#666;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
	font-size:12px;
	padding:3px;
}
.optionsP:hover {text-decoration: none; color:#333; background-color:#CF0;}
.optionsP:visited {text-decoration: none; color:#666;}
.optionsP:active {text-decoration: none; color:#666;}

.optionsu {
	text-decoration: none;
	color:#CCC;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}

.fbt {
	display: inline-block; 
	margin: 4px 0 4px 4px; 
	padding: 8px 12px; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; cursor: pointer;
	border: 1px solid :#CCC; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	-webkit-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	text-shadow: 0 1px 0 #6b8e4a; 
	background: url(glass_light-trans.png) 0 50% repeat-x; 
	background-color:#39F;
	color: #fff;
	width: 120px;
	}
.fbt:hover {text-decoration: none; color:#CCC;}
.fbt:visited {text-decoration: none; color:#fff;}
.fbt:active {text-decoration: none; color:#fff;}

.fbt1 {
	display: inline-block; 
	margin: 4px 0 4px 4px; 
	padding: 8px 12px; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; cursor: pointer;
	border: 1px solid :#CCC; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	-webkit-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	text-shadow: 0 1px 0 #6b8e4a; 
	background: url(glass_light-trans.png) 0 50% repeat-x; 
	background-color:#39F;
	color: #fff;
	width: 120px;
	}
.fbt1:hover {text-decoration: none; color:#CCC;}
.fbt1:visited {text-decoration: none; color:#fff;}
.fbt1:active {text-decoration: none; color:#fff;}

.fbtn {
	display: inline-block; 
	margin: 4px 0 4px 4px; 
	padding: 8px 12px; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; cursor: pointer;
	border: 1px solid :#CCC; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	-webkit-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset; 
	text-shadow: 0 1px 0 #6b8e4a; 
	background: url(glass_light-trans.png) 0 50% repeat-x; 
	background-color:#39F;
	color: #fff;
	width: 190px;
	}
.fbtn:hover {text-decoration: none; color:#fff; background-color:#9DBCF7;}
.fbtn:visited {text-decoration: none; color:#fff;}
.fbtn:active {text-decoration: none; color:#fff;}

.change_map {
	padding:8px 8px 3px 8px;
	width:110px;
	color:#333;
	cursor:pointer;
	background-color:#F2F2F2;
}
.change_map:hover {
	background-color:#91D0FF;
	color:#FFF !important;
}
.change_map.selected {
	font-weight:bold;
	font-size:14px;
	color:#91D0FF;
}