@charset "UTF-8";
/* CSS Document */
@import url("/fonts/fonts.css");
@import url("jqueryui.css");
a img{
	border: none;
}

body{
	margin: 0;
	padding: 0;
	font-family: VegurRegular,"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a{
	text-decoration: none;
}

/*------------------LOGIN PAGE STYLES------------------------*/
body#login{
	background: url(images/spot.png) top center no-repeat #474747;
}

#formcont{
	width: 440px;
	margin: 100px auto 0 auto;
}

#formcont fieldset{
	border: none;
}

#formcont .halfby{
	width: 50%;
	float: left;
	text-align: center;
	margin: 10px 0 20px 0;
}

#formcont label{
	color: #FFF;
	text-transform: uppercase;
	font-size: .8em;
}

#formcont .login{
	background: url(images/loginbtn.png) no-repeat;
	width:67px;
	border: none;
	height: 32px;
	margin: 15px auto 0 auto;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

#formcont .login:hover{
	background: url(images/loginbtn.png) no-repeat 0 -37px;
}

.cms_login_error{
	color: #333;
	background: #FEE url(images/delbtn.png) 10px 50% no-repeat;
	border: 3px solid #FAA;
	padding: 8px 8px 8px 30px;
	margin: 5px;
	text-align: center;
	font-size: .8em;
}

.cms_login_warn{
	border: 2px solid #FB5;
	background: #FFE url(images/warnbtn.png) 10px 50% no-repeat;
	padding: 8px 8px 8px 30px;
	margin: 5px;
	text-align: center;
	font-size: .8em;
}


/*-------------- TOP MAIN NAVIGATION STYLES --------------------*/
#menubar{
	background: #646464;
	height: 99px;
	padding: 0px 0 0px 0;
}

#menuwrap{
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 1000px;
	position:relative;
}

/*-----User Controls --*/
#menuwrap #usernav{
	position: absolute;
	top: 0;
	right: 15px;
	background: url(images/usercontrol.png) no-repeat;
	width: 300px;
	height: 30px;
}

#menuwrap #usernav p{
	margin: 0;
	padding: 6px 0 0 10px;	
	font-size: .75em;
	color: #333;
}

#menuwrap #usernav #userlinks{
	float: right;
	margin: 0 10px 0 0;
}


#menuwrap #usernav a{
	color: #005;
	text-decoration: none;
	padding: 4px;
}

#menuwrap #usernav a:hover{
	color: #00A;
}

#nav{
	float:right;
	margin-top:39px;
	padding-top:10px;
	height:73px;
}
#nav .topnav{
	float:left;
	margin-right:20px;
	padding-bottom:20px;
}
#nav .topnav a{
	color: #FFF;
	font-size: 1.1em;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
}
#nav .topnav a:hover{
	color:#DEDEDE;
}
#wedge{
	background:url(images/wedge.png) no-repeat;
	width:40px;
	height:24px;
	position:relative;
	top:20px;
}

/*----------------------- TOP SUB NAVIGATION FILES -----------------*/
#submenubar{
	background: #EEE;
	min-height: 30px;
	border-top:solid 4px #EDA65E;
}
#submenu{
	clear:both;
}
#submenu .subnav{
	display:none;
	position:relative;
}
#submenu .subnav a{
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin-right:15px;
	position:relative;
	top:12px;
	font-size: .8em;
}
#submenu .subnav a:hover{
	color: #333;
}

/*---SPECIAL APP NAV STYLES----*/
.enav{
	width: 900px;
	text-align: center;
	clear: both;
	margin: 20px auto 0 auto;
	font-size: .7em;
}

.enav a{
	color: #06C;
	text-decoration: none;
}

.enav a:hover{
	text-decoration: underline;
}

.hide{
	display: none;
}
/*---------------------- BODY SYLTES --------------------------*/
#main{
	width: 1000px;
	min-height: 800px;
	margin: 20px auto 0 auto;
	font-size: .8em;
	color: #666;
	position: relative;
}

#main a{
	color: #06C;
	text-decoration: none;
}

#main a:hover{
	text-decoration: underline;
}

#main .dashbox{
	width: 600px;
}

#main .dashbox h2{
	background: url(images/headtab.png) no-repeat;
	padding: 10px 0 4px 10px;
	margin: 0;
}

#main .dashbox p{
	background: #f2f4f9;
	padding: 10px;
	margin: 0 0 15px 1px;
	width: 574px;
}

#main .dashbox #dashpage{
	padding: 0 0 5px 30px;
	background: url(images/sprites.png) 0 0 no-repeat;
	color: #333;
}

#main .dashbox #dashpage:hover{
	text-decoration: none;
	color: #000;
	background-position: 0 -157px;
}

#main .dashbox #dashuser{
	padding: 0 0 5px 30px;
	background: url(images/sprites.png) 0 -27px no-repeat;
	color: #333;
}

#main .dashbox #dashuser:hover{
	text-decoration: none;
	color: #000;
	background-position: 0 -184px;
}

#main .dashbox #dashfile{
	padding: 0 0 0px 30px;
	background: url(images/sprites.png) 0 -54px no-repeat;
	color: #333;
}

#main .dashbox #dashfile:hover{
	text-decoration: none;
	color: #000;
	background-position: 0 -211px;
}

#main .dashbox #dashapps{
	padding: 0 0 4px 30px;
	background: url(images/sprites.png) 0 -78px no-repeat;
	color: #333;
}

#main .dashbox #dashapps:hover{
	text-decoration: none;
	color: #000;
	background-position: 0 -234px;
}

#main .dashbox #dashhelp{
	padding: 0 0 0px 30px;
	background: url(images/sprites.png) 0 -105px no-repeat;
	color: #333;
}

#main .dashbox #dashhelp:hover{
	text-decoration: none;
	color: #000;
	background-position: 0 -262px;
}

#main .dashbox #dashset{
	padding: 0 0 0px 30px;
	background: url(images/sprites.png) 0 -130px no-repeat;
	color: #333;
}

#main .dashbox #dashset:hover{
	text-decoration: none;
	color: #000;
	background-position: 0 -287px;
}

/**----------APPLICATIONS PAGE STYLES -----------*/
.appbox{
	width: 400px;
	min-height: 200px;
	margin: 10px;
	float: left;
}

.appbox img{
	float: left;
	margin: 15px;
}

.appbox h2{
	margin: 0px 0 0 0;
	padding: 50px 0 0 0;
}

.appbox p{
	margin: 0;
	padding: 0;
}

.msg{
	padding: 5px 5px 5px 35px;
}

/*--------- SPRITE BASED/UI Styles ---------*/
.crit{
	background: #F9C url(images/delbtn.png) 10px 50% no-repeat;
	border: 2px solid #F00;
}

.warn{
	border: 2px solid #FB5;
	background: #FFE url(images/warnbtn.png) 10px 50% no-repeat;
}

.norm{
	background: #9FC url(images/okbtn.png) 10px 50% no-repeat;
	border: 2px solid #060;
}

.csv{
	background: url(images/sprites-sm.png) no-repeat 0 -408px;
	padding: 7px 0 5px 30px;
}

.user{
	background: url(images/sprites-sm.png) no-repeat 0 -163px;
	padding: 7px 0 5px 30px;
}

.gr{
	color: #999;
}

.gr1{
	background: #dedede;
	color: #999;
}

.gr2{
	background: #C6C6C6;
	color: #FFF;
}

.gr3{
	background: #B4B4B4;
	color: #FFF;
}

.gr4{
	background: #979797;
	color: #FFF;
}

.cen{
	text-align: center;
}

.tooltip{
	display:none;
	background:transparent url(images/tooltips/orange_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#666;
}


.settingsbox{
	width: 280px;
	min-height: 250px;
	border: 1px solid #AAA;
	float: left;
	margin: 10px;
	padding:  0 0 10px 0;
}

.pubbox{
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	border: 1px solid #AAA;
	float: left;
	margin: 10px;
	padding:  0 0 10px 0;
}

.settingsbox h4, .pubbox h4{
	padding: 5px 10px 5px 10px;
	color: #FFF;
	margin: 0;
	background: #AAA;
}

.settingsbox p, .pubbox p{
	padding: 10px;
}

.settingsbox label, .pubbox label{
	padding-left: 10px;
}

.settingsbox input, .settingsbox select, .pubbox input{
	margin-left: 10px;
}


.remove{
	background: url(images/remove.png) no-repeat 0 0;
	padding: 0 0 0 17px;
}

#userlist{
	list-style: none;
}

/*----------------------FORM Styles----------------------*/


/*---MAILLIST QUICK ADD FORM-----*/
#addloc{
	width: 100%;
	min-height: 30px;
	clear: both;
	margin-bottom: 15px;
}

.formfix{
	float: left;
	margin: 0 7px 15px 0;
}

#main fieldset{
	border: none;
}

#main label{
	color: #666;
	display: block;
	margin: 10px 0 0 0;
}

#main label.error{
	color: #F00;
}

#main #lang label{
	width: 100px;
	display: inline-block;
}

#main select{
	width: 200px;
}

/*------------------------------------ Tab Interface for Pages -------------------------------------*/
#main a.tab-active{
	display: block; float: left; background: #FFF; border: 1px solid #aaa; border-bottom: none; margin: 0 2px 0 0px; padding: 7px 10px 4px 10px; color: #666;
}
#main a.tab-active:hover{
	text-decoration: none;
}

#main a.tab-inactive{
	display: block; float: left; background: #aaa; color: #fff; margin: 3px 2px 0 2px; border-bottom: 1px solid #aaa; padding: 4px 10px 4px 10px;
}

#main a.tab-inactive:hover{
	padding-top: 6px;
	margin-top: 1px;
	text-decoration: none;
}

#main #tabs{
	position: relative;
	top: 1px;
	z-index: 5;
}

#main #tabbox{
	border: 1px solid #aaa;
	width: 695px;
	padding: 4px 4px 4px 19px;
	clear: both;
	position:relative;
	z-index: 2;
}

#main #tabbox .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	z-index: 1000; 
	background: #FFF
}

.overlay .overlayspinner{
	position: absolute;
	margin: 0 auto 0 auto;
	top: 50%;
	left: 50%;
	display: block;
}

#filebox{
	clear: both;
	width: 100%;
	min-height: 70px;
}

.qq-upload-button{
	padding: 10px;
	color:#555;
	background: #DDD;
	width: 100px;
	border: 1px solid #BBB;
	text-align: center;
	cursor: pointer;
	float: left;
}

.qq-upload-button:hover{
	background: #EAEAEA;
	cursor: pointer;
}

.qq-upload-list{
	list-style: none;
	float: left;
	margin-top:0;
}

.qq-upload-cancel{
	padding: 0 5px 0 5px;
}

.qq-upload-failed-text{
	padding: 0 5px 0 5px;
	color: #F00;
	display: none;
}
.qq-upload-spinner {display:inline-block; width:200px; height:20px; margin-bottom:5px;}

.qq-upload-fail .qq-upload-failed-text {display:inline;}

.tempimg{
	display: block;
	float: left;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
	width: 160px;
}

.tempimg h4{
	margin:0;
	padding: 0;	
}

#main a.tempimg:hover{
	text-decoration: none;
}

.selected-temp{
	border: 2px solid #AAA;
	width: 156px;
}

/*_______________________________________________________________________________________/
/  Table Styles and Smoothness OVERRIDES                                                 /
/---------------------------------------------------------------------------------------*/

#displaycontrol{
	width: 230px;
	float: left;
	color: #777;
}

#displaycontrol a{
	color: #666;
	cursor: pointer;
	font-weight: bold;
}

#displaycontrol a.action{
	color: 	#AAA;
	cursor: default;
}

table{
	width: 100%;	
	margin: 10px 0 20px 0;
	clear: both;
}

th{
	background: #EFEFEF;
	text-transform: uppercase;
	padding: 14px 12px 12px 12px;
	text-align: left;
}

td{
	color: #555;
	padding: 7px 3px 7px 12px;
}

.danger{
	background: url(images/delbtn.png) no-repeat;	
		padding: 5px 0 5px 23px;
}
#fujitatable_paginate { width:auto !important; }
#fujitatable_first,#fujitatable_previous,#fujitatable_next,#fujitatable_last,.paging_full_numbers span.paginate_button{ -webkit-border-radius: 0px; -moz-border-radius: 0px; }
#fujitatable_first,#fujitatable_previous,#fujitatable_next,#fujitatable_last,.paging_full_numbers span.paginate_button{
	background: #EFEFEF;
	color: #666;
	padding: 6px;
	font-size: .7em;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #CCC;
	display: block;
	float: left;
}

#fujitatable_length{
	display: none;
}

#fujitatable_paginate, #fujitatable_filter, #fujitatable_info{
	float:right;
	clear: both;
}

#fujitatable_paginate{
	margin-top: 20px;
}

#fujitatable tr.odd{
	background: #EEE;
}

tr.odd td.sorting_1{
	background: #FFFEDD;
}

tr.even td.sorting_1{
	background: #FCFCFC;
}

.sorting_asc{
	background: url(images/asc.png) no-repeat right center #AAA;
	color: #FFF;
}

.sorting_desc{
	background: url(images/desc.png) no-repeat right center #AAA;
	color: #FFF
}

#fujitatable_filter{
	width: 250px;	
	margin-top: -20px;
	margin-bottom: 10px;
}

#fujitatable_first:hover,#fujitatable_previous:hover,#fujitatable_next:hover,#fujitatable_last:hover, span.paginate_button:hover{
	background: #FEFEFE;
	cursor: pointer;
}

.ui-widget { font-size:0.8em; }

.paging_full_numbers{
	width: 100px; !important
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
	background: #EFEFEF;
	color: #999;
	padding: 6px;
	font-size: .7em;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #CCC;
	cursor: default;
	display: block;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/*--------------------------Slide Out Box Styles-----------------------------------------*/
#box{
	background: url(images/boxbg.png) repeat-x #d2d3d4;
}


/*---------------------------------------------------------------------------------------/
/  FILE BROWSER STYLES                                                                   /
/---------------------------------------------------------------------------------------*/
#files{
	z-index: 300010;	
}

.preview{
	text-decoration: none;	
	display: block;
	border: none;
}

.preview-selected{
	border: 1px solid #333;	
}

/*_______________________________________________________________________________________/
/  FOOTER STYLES                                                                         /
/---------------------------------------------------------------------------------------*/

#footer{
	width: 80%;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 30px;
	font-size: .7em;
	clear: both;
}

#footer a{
	color: #666;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.top,.bottom{
	border: none;
	background: none;
	text-align: right;
}