body {
	color: #615344;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5;
	margin-left: 15;
	margin-right: 15;
}

A,A:visited {
	text-decoration: none;
	color: #615344;
}

A:hover {
	color: black;
	font-weight: bolder;
	/*text-decoration: underline;*/
}

table {
	font-size: 12px;
	table-layout: fixed;
	overflow: hidden
}

td {
	/*background:url("../images/background.png");*/
	vertical-align:top;
}


.title, H1 {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.modelName {
	border-bottom: 2px solid rgb(128, 128, 128);
	padding: 8px;
	font-style: italic;
	font-weight: bolder;
	font-size: 12;
}

.modelDescription {
	
}

.smallLetter {
	font-size: 9px;
}

.textLoadingMask {
	color: #FFFFFF;
	position: relative;
	top: 40%;
	font-size: 3em;
	font-weight: bolder;
	font-variant: normal;
}

.selectedRow {
	background-color: #FFFFFF;
}

.menu,.menuLeft,.disabledMenu {
	background-color: #dbd7d3;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url();
	height: 30px;
	text-align: center;
}

.disabledMenu {
	color: #a0a0a0
}

td.menu:hover {
	background-color: #f0f0f0;
	color: black;
	cursor: pointer;
}

.menuLeft {
	
}

td.menuLeft:hover {
	background-color: #f0f0f0;
	color: black;
	cursor: pointer;
}

.modelMenu { /*background-color:#dbd7d3;*/
	font-weight: bolder;
	font-size: 12px;
	cursor: pointer;
	padding: 3px;
}

td.modelMenu:hover {
	color: black;
}

.loadingMask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 151;
	width: 100%;
	height: 100%;
	opacity: .30;
	filter: alpha(opacity = 30);
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

//
To make IE work with random images and transition effects
#randomImage {
	filter: alpha(opacity = 100)
}

.tborder {
	background: #dbd7d3 none repeat scroll 0 0; //
	border: 1px solid #0B198C;
	border: 1px solid #615344;
}

.tcat {
	background: #dbd7d3 url(../images/cat_back.gif) repeat-x scroll left top
		; //
	color: #615344;
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

.tcat:hover {
	color: white;
}
/**************************************/
.panel 
{
	background-color: #f0f0f0;
	border-color: #dbd7d3;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

.panel-header 
{
	background-color: #dbd7d3;
	border-color: #c0c0c0;
	color: #000000;
	font-weight: bold;
	/*background-position: left top;*/
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.panel-body 
{
	padding: 10px;
}
