
.textarea
{
	width:100%;
	height: 300px;
}

.combobox
{
	width:300px;
}

.textbox
{
	width:300px;
}

.textbox, .combobox, .textarea{
	font-size: 10pt;
	color: #020e6f;
	}

.EditTable {
	border:1px solid #000000;
	font-size:14px;
	color:#000000;
	width: 100%; 
	}
	
	
.EditItem{
		background-color:#EEE;
		width:150px;
		border-style:solid;
		border:0 solid #FFF;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:2px;
		text-align:right;
		vertical-align:top;
		color: #020e6f;
		font-size: 9pt;
		}
.EditValue{
		padding-left:10px;
		padding-top:3px;
		padding-right:5px;
		padding-bottom:2px;
		}
		
.ContentTitle {
	color: #6666cc;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
.AddLink {
	color:#6666cc;
	font-size: 15px;
	}
	
.TableList {
	width: 100%;
	border:solid 1px #CCCCCC;
	}
	
.TableListGroup {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #E8E8F7;
	}	
	
.TableHeader {
	padding-left:10px;
	background-color: #f0f0f0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
}
	
.TableHeaderCenter {
	background-color: #f0f0f0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
	}
.TableListNoItems{
	color: #6666cc;
	font-size: 14px;
	text-align: center;
}
.TableHeaderCenter, .TableHeader {
	font-size: 14px;
}
.Button {
	color:#111111;
	font-weight: bold;
	font-size: 15px;
	}
	
.Logout {
	color: #6666cc;
	font-size: 14px;
	}
.Logout a{
	color: #6666cc;
	font-size: 14px;
}

.Logout a:hover{
	color: #6666cc;
	font-size: 14px;
}



.TableListValue{
	padding-left:10px;
	color: #6666cc;
	font-size: 13px;
}

.TableListValue a{
	color: #6666cc;
	font-size: 14px;
}

.TableListValueLink{
	color: #6666cc;
	font-size: 13px;
	text-align: right;
	width:1%;
}

.TableListValueLink a{
	color: #6666cc;
	font-size: 14px;
	text-align: right;
	
}


.ViewTable {
	border:1px solid #000000;
	font-size:14px;
	color:#000000;
	width: 100%; 
	}
	
	
.ViewName{
		background-color:#EEE;
		width:150px;
		border-style:solid;
		border:0 solid #FFF;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:2px;
		text-align:right;
		vertical-align:top;
		color: #020e6f;
		font-size: 9pt;
		}
		
.ViewValue{
		font-size:14px;
		background-color:#EEE;
		padding-left:2px;
		padding-top:3px;
		padding-right:5px;
		padding-bottom:2px;
		}
	