﻿.tabBody label
{
	font-weight: bold;
	display: block;
}
/*.tabBody label span
{
	font-weight: normal;
}
*/
.tabBody label span.normal
{
	font-weight: normal;
	display: inline;
}

.tabBody span.normal label 
{
	font-weight: normal;
	display: inline;
}

.tabBody textarea
{
	margin: 0.5em 0.5em 0 0;
	border: 1px solid #666666;
	width: 400px;
}
.tabBody select
{
	border: 1px solid #666666;
	width: auto;
}
.tabBody input.txt
{
	margin: 0.5em 0.5em 0 0;
	border: 1px solid #666666;
	width: 400px;
}
.tabBody input.txt1
{
	border: 1px solid #666666;
	width: 250px;
}
.tabBody input.txt2
{
	border: 1px solid #666666;
	width: 150px;
}
.tabBody input.txt3
{
	border: 1px solid #666666;
	width: 50px;
}
.tabBody input.txt4
{
	border: 1px solid #666666;
	width: 100px;
}
.tabBody select.txt2
{
	border: 1px solid #666666;
	width: 150px;
}
.borderonly 
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 4px;
	margin: 0px;
}
.disabledllabel
{
	font-weight: bold;
	color: #CCCCCC;
}
.enabledllabel
{
	font-weight: bold;
	color: #000000;
}
input[disabled='disabled'] 
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	background-color: #FFFFFF;
}
.tabBody input.txtX
{
	border: 1px solid #666666;
	color: #000000;
	background-color: #FFFFFF;
}
.tabBody input.disabledX
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	background-color: #FFFFFF;
}

.tabBody input.disabled1
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	width: 250px;
	background-color: #FFFFFF;
}
.tabBody input.disabled2
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	width: 150px;
	background-color: #FFFFFF;
}
.tabBody input.disabled3
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	width: 50px;
	background-color: #FFFFFF;
}
.tabBody input.disabled4
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	width: 100px;
	background-color: #FFFFFF;
}
.tabBody div
{
	display: block;
	padding: 0px 0px 10px 0px;
}
div.gvfloat
{
	float: left;
	padding: 0px 0px 0px 10px;
}
div.gvfloat1
{
	float: right;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.gvfloat2
{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ddl1
{
	border: 1px solid #666666;
	width: 180px;
	letter-spacing:normal;
	font-weight: normal;
	font-size: 11px;
}
.txtarea1
{
	margin: 0.5em 0.5em 0 0;
	border: 1px solid #666666;
	width: 445px;
}
/************************ BUTTONS ***************************/

.buttons a, .buttons button
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #CCCCCC;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #565656;
	cursor: pointer;
	padding: 3px 8px 4px 5px;
	border: 1px solid #999999;
	text-decoration: none;
}
.buttons button
{
	width: auto;
	overflow: visible;
	padding: 2px 8px 1px 5px; /* IE6 */
	text-decoration: none;
}
.buttons button[type]
{
	padding: 3px 8px 3px 5px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
	padding: 2px 8px 1px 5px; /* IE7 */
}
.buttons button img, .buttons a img
{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
	text-decoration: none;
}

/* STANDARD */

button:hover, .buttons a:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
	text-decoration: none;
}
.buttons a:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
	text-decoration: none;
}

/* POSITIVE */

button.positive, .buttons a.positive
{
	color: #529214;
	text-decoration: none;
}
.buttons a.positive:hover, button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	text-decoration: none;
}
.buttons a.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
	text-decoration: none;
}

button.line, .buttons a.line
{
	text-decoration: none;
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
	color: #d12f19;
	text-decoration: none;
}
.buttons a.negative:hover, button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	text-decoration: none;
}
.buttons a.negative:active
{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	text-decoration: none;
}

/* YELLOW */

.buttons a.yellow:hover, button.yellow:hover
{
	background-color: #FFD200;
	border: 1px solid #D5AF00;
	color: #565656;
	text-decoration: none;
}
.buttons a.yellow:active
{
	background-color: #FFD200;
	border: 1px solid #D5AF00;
	color: #565656;
	text-decoration: none;
}


/* DISABLED */

button.disabled, .buttons a.disabled, .buttons a.disabled:hover, button.disabled:hover
{
	background-color: #f5f5f5;
	border: 1px solid #E5E5E5;
	color: #E5E5E5;
	text-decoration: none;
}

/******************** Thanks to Lithyem www.lithyem.net ****************************/
.flashmsg
{
	cursor: pointer;
	margin: 15px 0px 15px 0px;
	padding: 5px 0px 5px 50px;
	font-weight: bold;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #FFF6BF;
	border: 1px solid #FFD324;
	background-image: url(/images/icons/tick.png);
	color: #514721;
}

.flashmsgerror
{
	cursor: pointer;
	margin: 15px 0px 15px 0px;
	padding: 5px 0px 5px 50px;
	font-weight: bold;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #FFF6BF;
	border: 1px solid #FFD324;
	background-image: url(/images/icons/exclamation.png);
	color: #ff0000;
}


/********* padding *****************/
.pt5
{
	padding-top: 5px;
}
.pl20
{
	padding-left: 20px;
}
/*************** avatars *******************/

#avatars
{
	/*width: 1005;*/
	height: 250px;
	width: 500px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 8px;
}


#avatars label
{
 
	float: left;
	text-align: center;
	padding-right: 10px;
	margin-left: 5px;
	padding-bottom: 30px;
	margin-top: -18px;
	display: inline;
	vertical-align: top;
}


#register
{
	float: left;
	padding: 10px 10px 10px 50px;
}

#login
{
	float: left;
	padding: 10px;
}
