/* begin overall style */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
}

.page
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background:url(../img/admin/header.jpg) repeat-x left top;
}
img{
	border: 0px;
	vertical-align:middle;
}
fieldset{
	border:0px;
}
input
{
	vertical-align:middle;
}
input, select, option {
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited  {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f30;
}
/* Header */

div.divHeader {
	height:110px;
	margin-bottom:20px;
	position:relative;
}
div.headLeft {
	margin-top:20px;
	margin-left:35px;
	float:left;
}
span.headTitle {	
	font-size:22px;
	font-weight:bold;
}
span.headText {
	display:block;
	font-size:14px;
	font-weight:bold;
}
div.headRight {
	width:300px;
	height:110px;
	float:right;
}
span.headLogout {	
	display:block;
	text-align:right;	
	height:20px;
}
span.headLogout a:link, span.headLogout a:visited {
	color:#fff;
	padding:10px;
}
span.headLogout a:hover {
	color:#f30;
}
span.headLogo {
	display:block;
	margin-right:30px;
	text-align:right;
	cursor:pointer;
}

/* divContainer */

div.divContainer {
	width:99%;	
	margin-left:auto;
	margin-right:auto;
	height: auto;
	min-height:100%;
	position:relative;
}

div.divContent {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

/* divFooter */
div.divFooter {
	margin-top:-20px;
	height:20px;
	text-align:right;
	padding-right:35px;
	position:relative;
}

/* ------------------ actionBar ------------------ */
.actionBar
{
	margin-top:10px;	
	margin-bottom:20px;	
}
.actionBarTitle
{
	background:#E5ECF6;
	padding:5px;
	border:1px solid #ccc;
	font-weight:bold;
	-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-radius-topleft: 4px; 
	-webkit-border-radius-topright: 4px; 
}
.actionBarContent
{
	padding:20px;
	border: 1px solid #ccc;
	border-top: 0px;
	height:20px;
}
.actionBarContent a
{
	text-decoration:none;
}
.actionBarContent a:hover
{
	color:#f30;	
}
.actionBarContent div.left {
	float:left;
}
.actionBarContent div.left input{
	margin-left:30px;
}
.actionBarContent div.right{
	float:right;
}
/* buttonHover */
input.hover  { 
	border:0px;
	background:url('../img/admin/btn.jpg');
	width:70px;
	height:23px;
	margin-left:10px;
}
input.buttonHover {
	font-weight:bold;
	background:url('../img/admin/btn_o.jpg');
}

/* ------------------ dataGrid ------------------ */

table.dataGrid
{	
	border-collapse: collapse;	
	border:1px solid #ccc;
	width:100%;	
	border-top:0px;

}

table.dataGrid th.dataGridActions
{	
	width:150px;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 12px;
	padding: 4px;
	max-width:300px;
}

table.dataGrid th
{
	white-space:nowrap;	
}

table.dataGrid td
{
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}

table.dataGrid th
{
	text-align: left;
}
table.dataGrid th.actions
{	
	width: 120px;
}
table.dataGrid th a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}


table.dataGrid tr.title
{	
	background:url('../img/admin/tab_middle.jpg');
	height:20px;
}
table.dataGrid th
{	
	white-space:nowrap;
}
table.dataGrid td.nowrap
{	
	white-space:nowrap;
}
.altrow{
	background:#F6F6F6;
}
/* rowsHover */
.rowsHover{
	background: #B8E4F1;
}
/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	text-align:right;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.priority{
	width: 20px;
	height: 14px;

}
/* ------------------ Form elements ------------------ */
.inputText {
	width:300px;
	border:1px solid #000;
}

.inputTextShort {
	width:100px;
	border:1px solid #000;
}

.inputTextarea {
	width:300px;
	height:150px;
	border:1px solid #000;
}

.inputText:hover, .inputTextarea:hover {
	border:1px solid #ccc;
}

.inputButton {
	cursor:pointer;
	border:1px solid #000;
}
.addFormTextarea{
	font-family:Verdana;
	font-size:12px;
	width:400px;
	height:150px;
}
/* ------------------ message ------------------ */
.error-message{
	color:#ff3300;
	padding-left:10px;
	display:inline;
}
.loginAuthMessage{
	padding:0px 7px;
}
#authMessage{
	border:1px solid #ff6600;
	padding: 10px;
	background:#ffffcc;
	color:#ff3300;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; 
	border: 1px solid #cd0a0a; background: #b81900 url(img/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff;
}
.message{
	border:1px solid #ff6600;
	padding: 10px;
	background:#ffffcc;
	color:#ff3300;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; 
	border: 1px solid #f60; 
	background: #ffffcc; 
}

div.form, div.view{
	padding:10px;
	border: 1px solid #ccc;
	border-top: 0px;
}
div.form div{	
	margin:10px 0px 10px 0px;
}
div.form div label
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: left;
	width: 150px;
}
div.view dl dt
{
	display: block;
	padding:10px;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: left;
	width: 150px;
}
div.view dl dd
{
	padding:10px;
	display: block;
}
/* login */
div.login{
	width:328px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.login div{
	color:#666;
}
div.login label{
	padding-top:20px;
	display:block;
	margin-left:24px;
	text-align:left;
}
input.loginInput{
	margin-left:0px;
	text-align:left;
	background:#FBFBFB;
	border:1px solid #E2E2E2;
	padding:8px;
	width:260px;
	color:#666;
}
input.loginSubmit{
	margin-top:10px;
	margin-right:0px;
	border:0px;
	background:url('../img/admin/btn_login.jpg');
	width:70px;
	height:23px;
	color:#fff;
	font-size:11px;
}
div.loginBox{
	width:327px;
	height:189px;
	background:url('../img/admin/login_table.jpg');
}
/*welcome box*/
div.welcome{
	width: 641px;
	height: 315px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	background:url('../img/admin/admin_welcome.jpg');
}
div.welcome div:first-child{
	padding-top:130px;
}
div.welcome div{
	margin-left:80px;
	margin-top:5px;
}
/* actions */
.actions ul{
	padding-left:0px;
	margin-left:0px;
}
.actions li{
	white-space:nowrap;
	list-style:none;
	display:inline;
	margin-right:20px;
}
.actions li a:link, .actions li a:visited{
	padding:5px 20px 5px 20px;
	background:#E6EDEF;
	color:#333;
}
.actions li a:hover{
	color:#fff;
	background:#A7BDC3;
}
/* spreadsheet*/
.spreadsheet textarea{
	width: 120px;
	height: 20px;
}
.spreadsheetSelected{
	border: 1px solid #0af;
}


