
/*///////////////////////////////////////////////////////
///
///	Stella Global Elements
///
///////////////////////////////////////////////////////*/

html{
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #323439;
	background: url(images/STELLA_application_bg.jpg);
	background: url(images/pattern9.jpg);
}

H1{
	font-size: 18px;
	font-weight: bold;
}


a{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}

a:hover{
	color: #999999;
}

.clear{
	clear: both;
}

.dropshadow{
	box-shadow: 0px 0px 5px #47474f;
}

.innershadow {
   -moz-box-shadow:    inset 0px 0px 7px #000000;
   -webkit-box-shadow: inset 0px 0px 7px #000000;
   box-shadow:         inset 0px 0px 7px #000000;
}


.no_select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}





/*///////////////////////////////////////////////////////
///
///	Nav Elements
///
///////////////////////////////////////////////////////*/

.NAV{
	height: 30px;
	margin-right: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #46474d;
	text-shadow: 0px -1px 0px #000000;
	float: left;
	cursor: default;
}

.NAV:hover{
	color: #71727c;
	cursor: default;
}

.NAV:active{
	color: #FFFFFF;
	cursor: default;
	text-shadow: 0px 0px 12px rgba(255,255,255,0.9);
}

.NAV_active{
	height: 30px;
	margin-right: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #efefef;
	text-shadow: 0px 1px 0px #000000;
	float: left;
	cursor: default;
}

.NAV_active:hover{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #efefef;
	text-shadow: 0px 1px 0px #000000;
	float: left;
	cursor: default;
}






/*///////////////////////////////////////////////////////
///
///	Login Elements
///
///////////////////////////////////////////////////////*/

div.LOGIN_dialog{
	width: 200px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.LOGIN_error{
	color: #1c1d1f;
	text-shadow: 0px 1px 0px #45474d;
	font-weight: bold;
	cursor: default;
}

.LOGIN_getPass_text{
	color: #51535a;
	text-shadow: 0px -1px 0px #111111;
	font-weight: bold;
	cursor: default;
}

.LOGIN_getPass_text:hover{
	color: #62656d;
	text-shadow: 0px -1px 0px #111111;
	font-weight: bold;
	cursor: default;
}

.LOGIN_message_text{
	color: #51535a;
	text-shadow: 0px -1px 0px #111111;
	font-weight: bold;
	cursor: default;
}

.version_text{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #47494f;
	text-shadow: 0px -1px 0px #111111;
	font-weight: bold;
	text-align: right;
}





/*///////////////////////////////////////////////////////
///
///	Form Elements
///
///////////////////////////////////////////////////////*/


.label_box{
	width: 75px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
	color: #494b51;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #EFEFEF;
	background: #FCFCFC;
	float: left;
}

label{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #888888;
	font-weight: bold;
	margin-bottom: 4px;
	overflow: hidden;
}

.label_check{
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	float: left;
}

input[type='checkbox']{
	float: left;
}

.label_checkDISABLED{
	color: #cfcfcf;
	font-weight: normal;
	text-align: left;
	padding-top: 3px;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	float: left;
}

.label_radio{
	width: 140px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-top: 6px;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}






input{
	display: block;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 12px;
	outline: none;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #FFFFFF;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

input:hover,
input:focus{
	display: block;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #FFFFFF;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}





input[type="password"]{
	display: block;
	width: 410px;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #fcfcfc;
	margin-bottom: 12px;
}


input[type="password"]:hover, :focus{
	display: block;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #FFFFFF;
}


input[type="text", disabled='disabled']{
	display: block;
	width: 410px;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
	border: 1px solid #cecece;
	background: #fbfcff;
	margin-bottom: 12px;
}


input[type="text", disabled='disabled']:hover{
	display: block;
	border: 1px solid #cecece;
	background: #fbfcff;
}

.input_error{
	border: 1px solid red;
}


textarea{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #fcfcfc;
	resize: none;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

textarea:hover{
	background: #FFFFFF;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;

}

textarea:focus{
	background: #FFFFFF;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;

}




.CHECKBOX{
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	outline: none;
}







select{
	width: 407px;
	float: left;
}

select:focus{
	width: 407px;
	float: left;
}

.utility_add{
	margin-top: 5px;
}

.utility, .utility_add, .utility_edit, .utility_del{
	float: left;
	margin-right: 5px;
}



.search_box{
	height: 20px;
	
	color: #FFFFFF;
	background: #505158;
	
	border-top: 1px solid #343434;
	border-bottom: 1px solid #555555;
	
	border-radius: 10px;
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.search_box:focus{
	outline-color: rgba(255,255,255,0);
    outline-offset: 10px;
}

.search_box input{
	height: 20px;

	line-height: normal;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	
	border: 0px;
	background: transparent;
}

.search_box input:hover{
	border: 0px;
	background: transparent;
}

.search_box input:focus{
	border: 0px;
	background: transparent;
}









/*///////////////////////////////////////////////////////
///
///	Index Elements
///
///////////////////////////////////////////////////////*/


.index_filter{
	clear: both;
	width: 700px;
	height: 50px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 15px;
	box-shadow: 0px 0px 5px #bdbec0;
	-webkit-box-shadow:  0px 0px 5px #bdbec0;
	-moz-box-shadow:  0px 0px 5px #bdbec0;
}

.index_list{
	list-style: none;
}

.index_icon{
	box-shadow: 2px 2px 20px #494f56;
	-webkit-box-shadow:  2px 2px 20px #494f56;
	-moz-box-shadow:  2px 2px 20px #494f56;
	vertical-align: middle;
}

.index_item{
	clear: both;
	width: 700px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	line-height: 30px;
	background: #6d757e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: ns-resize;
	margin-bottom: 1px;
}

.index_item_white{
	background: #FFFFFF;
}

.index_item_high{
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	background: #8a97a3;
}

a.index{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.index:hover{
	color: #cbddee;
}

a.index_label{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.index_label:hover{
	color: #cbddee;
}


.delete_button{
	cursor: default;
	vertical-align: middle;
}

.index_button{
	cursor: default;
	vertical-align: middle;
}

.utility_delete{
	cursor: default;
	vertical-align: middle;
}

.utility_edit{
	cursor: default;
	vertical-align: middle;
}

.small_index_list{
	list-style: none;
}

.small_index_item{
	padding: 10px;
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	background: #8a97a3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: ns-resize;
	margin-bottom: 1px;
}

.collection_item_high{
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	background: #636b73;
}

.PRES_index_item{
	min-height: 55px;
	padding: 10px;
	background: #f3f3f3;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #d4d4d4;
}

.PRES_index_item:hover{
	background: #FFFFFF;
}

.PRES_index_item_high{
	min-height: 55px;
	padding: 10px;
	background: #71737e;
	border-top: 1px solid #71737e;
	border-bottom: 1px solid #4c4e55;
}

.PRES_index_item_high:hover{
	background: #71737e;
}

.PRES_index_title{
	font-size: 14px;
	font-weight: bold;
	color: #272727;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 3px;
}

.PRES_index_title_high{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #3e3f45;
	margin-bottom: 3px;
}

.PRES_index_byline{
	font-size: 11px;
	color: #5F5F5F;
	text-shadow: 0px 1px 0px #FFFFFF;
}

.PRES_index_byline_high{
	font-size: 11px;
	color: #d1d1d4;
	text-shadow: none;
}


.USERS_index_item_high{
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	background: #71737E;
}

