

/* BODY */
body{
	margin:				0;
	color:				#000000;
	background-color:	#FFFFFF;
}

/* MARGIN 0px */
.margin0{ margin:0px; }

/* CURSOR */
.flyHand{ cursor:	move; }
.flyAuto{ cursor:	auto; }


/* ************************* FONT ************************* */
.adminTitleBold				{ font-family: Verdana, sans-serif; font-size: 11px; color: #686868; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBold A:link 		{ color: #686868; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBold A:visited 	{ color: #686868; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBold A:active 	{ color: #686868; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBold A:hover 	{ color: #686868; text-decoration: underline; font-weight: bold; background:inherit; }

.adminText 					{ font-family: Verdana, sans-serif; font-size: 10px; color: #686868; text-decoration: none; background:inherit;}
.adminText A:link 			{ color: #686868; text-decoration: none; background:inherit; }
.adminText A:visited 		{ color: #686868; text-decoration: none; background:inherit; }
.adminText A:active 		{ color: #686868; text-decoration: none; background:inherit; }
.adminText A:hover 			{ color: #686868; text-decoration: underline; background:inherit; }

.adminTextBold 				{ font-family: Verdana, sans-serif; font-size: 10px; color: #979794; text-decoration: none; font-weight: bold; background:inherit;}
.adminTextBold A:link 		{ color: #979794; text-decoration: none; font-weight: bold; background:inherit;}
.adminTextBold A:visited 	{ color: #979794; text-decoration: none; font-weight: bold; background:inherit;}
.adminTextBold A:active 	{ color: #979794; text-decoration: none; font-weight: bold; background:inherit;}
.adminTextBold A:hover 		{ color: #979794; text-decoration: underline; font-weight: bold; background:inherit;}

.textError 					{ font-family: Verdana, sans-serif; font-size: 10px; color: #F25D54; text-decoration: none; background:inherit; font-weight: bold;}
.textError A:link 			{ color: #F25D54; text-decoration: none; background:inherit; font-weight: bold;}
.textError A:visited 		{ color: #F25D54; text-decoration: none; background:inherit; font-weight: bold;}
.textError A:active 		{ color: #F25D54; text-decoration: none; background:inherit; font-weight: bold;}
.textError A:hover 			{ color: #F25D54; text-decoration: underline; background:inherit; font-weight: bold;}

.adminTitleBoldError			{ font-family: Arial, sans-serif; font-size: 11px; color: #FF0000; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBoldError A:link 	{ color: #FF0000; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBoldError A:visited 	{ color: #FF0000; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBoldError A:active 	{ color: #FF0000; text-decoration: none; font-weight: bold; background:inherit; }
.adminTitleBoldError A:hover 	{ color: #FF0000; text-decoration: underline; font-weight: bold; background:inherit; }




/* ************************* CSS RIGHTS LIST ************************* */

.tblRights {
	border:				1px solid #ccc;
}

.tblRightsBg {
	background-color:	#E4E4D9;
}




/* ************************* TEXTBOX ************************* */

.textbox{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	font-weight:	normal;
	color:			#000000;
	border:			solid 1px #A6A6A1;
	background:		#FFFFFF;
	padding-left:	2px;
	padding-right:	0px;
	text-align:		left;
	text-indent:	0;
	width:			98%;
}

.textboxMini{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	font-weight:	normal;
	color:			#000000;
	border:			solid 1px #A6A6A1;
	background:		#FFFFFF;
	padding-left:	2px;
	padding-right:	0px;
	text-align:		left;
	text-indent:	0;
}




/* ************************* CSS DRAG AND DROP LIST ************************* */

ul.sortTable li {
	position: relative;
}

ul.sortTableBoxy {
	list-style-type: 	none;
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin: 			0px;
    border: 			0px solid #ccc;
}
ul.sortTableBoxy li {
	cursor:				move;
}

.allBorder{
    border: 			1px solid #ccc;
}

.listBorder{
    border: 			1px solid #E4E4D9;
}





