/*
	editor:80x86
	learn from whitenet, a sample work of vida.
*/
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none
}
li{
font-size:12px ;
}
a:active {
	color: #32659c
}
a:link {
	color: #003366
}
a:visited {
	color: #003366
}
a:hover {
	color: #6699cc
}
input,textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : thin groove;
	font-size : 12px;
    background-color: #eeeeee;
    padding: 1px;
} 
textarea {
	overflow: auto;
}
select {
	border : thin groove;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.bgGreyLight { background: #efefef }
.bgGreyDark { background: #aaaaaa }
.bgBlueMed  { background: #32659C }
.bgBlueBlack  { background: #003366 }

.txtApplicationTitle {
	font-size: 24px;
	font-weight: bold;
	color: 003366;
}
.txtPageTitle {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.txtCopyright {
	font-size: 10px;
}
.txtSmall {
	font-size: 10px;
}
.bxTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;

}
.bxTitle:link {
	color: #FFFFFF;

}
.bxTitle:visited {
	color: #FFFFFF;

}
.bxTitle:hover {
	color: #FFFFFF;
}
.bxTable {
	border: 1px solid #32659C;
	padding: 2px;

}
.err {
	font-size: 10px;
	color: #FF0000;
}
.mdCheckbox {
	text-decoration: none;
	font-size: 5px;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
.mdColTitle {
	text-decoration: none;
	font-size: 10px;
}
.cdSubtitle {
	font-weight: bold;
}
.cdSmallComent {
	font-size: 9px;

}
.cdLabelLft {
}
.cdLabelRgt {
	text-align: right;
}
.hlLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;


}
.hlDescription {
	vertical-align: top;

}
.hlTitle {
	font-size: 12px;
	font-weight: bold;
}
.bxItem {
	font-size: 11px;
}
.view,.view2 {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
}
.view2 {
	border: none;
}
.detailviewToolbar {
	padding: 2px;
}
.formElementsArea {
	padding: 2px;
}
.formElementsLabel {
	padding-top: 5px;
	vertical-align: top;
}

.tabItemInactive {
    background-color: #aaaaaa;
}

.tabItemActive {
    background-color: #003366;
}

.tabItemText, .tabItemText:link, .tabItemText:visited {
    color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.menuTitleCell, .tabTitleCellActive .tabTitleCellInactive{
	padding: 2px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
}

.menuTitleCell {
	background-color: #32659c;
}

.tabTitleCellActive {
	background-color: #003366;
}

.tabTitleCellInactive {
	background-color: #aaaaaa;
}
/*
 * tab corners
 */
.menuLeftCorner, .menuRightCorner, .tabLeftCornerActive, .tabLeftCornerInactive, .tabRightCornerActive, .tabRightCornerInactive {
    background-repeat: no-repeat;
    width: 5px;
}
.tabLeftCornerActive {
	background-position: left top;
	background-image: url('ifc/tabLeftCornerActive.gif');
	background-color: #003366;
}
.tabLeftCornerInactive {
	background-position: left top;
    background-image: url('ifc/tabLeftCornerInactive.gif');
	background-color: #aaaaaa;
}
.tabRightCornerActive {
	background-position: right top;
    background-image: url('ifc/tabRightCornerActive.gif');
	background-color: #003366;
}
.tabRightCornerInactive {
	background-position: right top;
    background-image: url('ifc/tabRightCornerInactive.gif');
	background-color: #aaaaaa;
}

.tabTable{
	border: 0px;
	padding: 0px;
	margin-left: 10px;
}
.menuIsSelected, .menuItem{
	line-height: 20px;
}
.menuIsSelected{
	font-weight: bold;
}
.listTable {
	margin-bottom: 20px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.listTitle {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	padding: 2px;
}
.rowCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	padding: 2px;
}
.overviewToolbar, .detailviewToolbar {
	background-color: #eeeeee;
	padding: 4px;
	border-bottom: 1px solid #003366;
}
.detailviewTable {
	padding: 20px;
	border: 1px solid #003366;
}
.entityHomeTable {
	border: 1px solid #003366;
}
.overviewToolbar {
	background-color: #eeeeee;
	padding: 4px;
	border-bottom: 1px solid #aaaaaa;
}

.formElementsLabelSpecial, .formElementsSpecial {
	background-color: #eeeeee;
	
}