	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		background-color: #FFFFFF;
		
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		line-height: 15px;
	}
	
	div.alert
	{
		position: absolute;
		left: 0px;
		top: 0px;
		background-color: #F29400;
		color: #000000;
		font-weight: bold;
		border: 1px black solid;
		padding: 5px;
	}
	
	div.tip
	{
		width: 320px;
		height: 49px;
		position: absolute;
		
		background-image: url('../images/layout/balloon.gif');
		background-position: center right;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		color: #000000;
		font-weight: bold;
		float: right;
		margin-left: 100px;
		line-height: 23px;
		cursor: default;
		text-align: center;
	}
	
	/********************************************/
	
	.failed 
	{
		font-weight: bold;
		color: red;
	}
	
	/********************************************/
	
	h1 {
		color: #F29400;
		font-size: 18px;
		line-height: 26px;
	}
	
	.alinea {
		line-height: 15px;
		font-family: Arial;
		font-size: 11px;
		color: #000000;
	} 
	
	/********************************************/
	
	label {
		color: #383838;
	}
	
	.text {
		color: #383838;
		border: 1px solid #F29400;
		width: 290px;
		font-family: Arial;
		font-size: 12px;
		height: 17px;
		padding-top: 1px;
	}
	
	input.button {
		background:transparent url(../images/buttonBckgrnd.gif) repeat-x scroll 0 0;
		text-align:center;
		width: 91px;
		border: 1px solid #F29400;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
		color: #383838;
		border: 1px solid #F29400;
		margin-bottom: 3px;
		font-family: Arial;
		font-size: 12px;
	}
	
	/********************************************/
	
	table td {
		font-family: Arial;
		font-size: 11px;
		color: #000000;
		line-height: 15px;
	}
	
	div.container {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/********************************************/
	
	div.menu {
		width: 150px;
		float: left;
		margin-top: 40px;
		border-top: 1px solid #F29400;
	}
	
	div.menu a {
		display: block;
		width: 140px;
		height: 21px;
		border: 1px solid #F29400;
		border-top: 0px;
		color: #000000;
		text-decoration: none;
		padding-left: 10px;
		line-height: 21px;
	}
	
	div.menu a:hover{
		background-image: url('../images/layout/menu_bg_over.gif');
		background-position: top left;
		background-repeat: repeat-x;
		color: #000000;
	}
	
	div.menu a.active {
		background-image: url('../images/layout/menu_bg.gif');
		background-position: top left;
		background-repeat: repeat-x;
		color: #FFFFFF;
	}
	
	/********************************************/
	
	div.content {
		width: 760px;
		float: right;
	}
	
	div.buttons {
		float: right;
	}
	
	div.buttons img {
		margin-left: 10px;
		cursor: pointer;
	}
	
	/********************************************/
	
	div.tabs {
		width: 740px;
		height: 25px;
		background-image: url('../images/tabs/bg.gif');
		background-position: bottom left;
		background-repeat: repeat-x;
		padding-left: 20px;
	}
	
	a.tab {
		width: 89px;
		height: 25px;
		line-height: 25px;
		display: block;
		color: #383838;
		text-decoration: none;
		background-image: url('../images/tabs/tab.gif');
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		text-align: center;
	}
	
	a.opentab {
		background-image: url('../images/tabs/tab_open.gif');
	}
	
	/********************************************/
	
	table.fieldTable {
		width: 590px;
		margin: 40px 30px 0px 30px;
	}
	
	table.fieldTable td {
		width: 290px;
		padding-left: 30px;
		padding-bottom: 10px;
		vertical-align: top;
	}
	
	table.fieldTable td:first-child {
		width: 370px;
	}
	
	/********************************************/
	
	div#moveUserPopup {
		width: 250px;
		border: 1px solid #F29400;
		display: none;
		position: absolute;
		z-index: 101;
		background-color: #FFFFFF;
	}

	div.popupHead {
		height: 21px;
		line-height: 21px;
		color: #FFFFFF;
		font-weight: bold;
		background-image: url(../images/layout/menu_bg.gif);
		background-position: left top;
		background-repeat: repeat-x;
		padding: 0px 5px 0px 5px;
	}

	div.popupHead span {
		float: left;
	}

	div.popupHead img {
		cursor: pointer;
		float: right;
		margin-top: 5px;
	}
	
	div.popupTree {
		width: 210px;
		padding: 10px 20px 10px 20px;
	}
	
	div.popupTree a {
		display: block;
		color: #000000;
	}
	
	div.popupTree a:hover {
		background-color: #F29400
	}
	
	
	div#transBg{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 100;
		top: 0px;
		left: 0px;
		background-color: #FFFFFF;
		filter:alpha(opacity=50);
		opacity: 0.5;
		-moz-opacity:0.5;
		display: none;
	}
