﻿.expert
{
	border: solid 0px black;
	width: 98%;
	font-family: Tahoma;
	padding: 0px 0px 0px 0px;
}
.expert-grid
{
	font-size: 12px;
	background-color: #E6E6FA;
}
.expert-grid a, .expert-grid a:visited
{
	color: #94afc4; 
	text-decoration: none; 	
}
.expert-grid a:hover{ text-decoration: underline;}

.expert-grid th
{
	font-size: 13px;
	height: 36px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	border: solid 0px #FFFFFF;
}
.expert-grid td
{
	font-size: 12px;
	height: 28px;
	padding: 0px 3px 0px 3px;
	border: solid 1px #FFFFFF;
}
.expert-action-button
{
	margin:5px 5px 5px 0px;
}

.expert-table
{
	border: 0;
	font-size: 12px;
	color:#000000;
	padding: 2px;
	text-align:left;
	left:10;
}	

/* === textbox === */
.textbox-300
{
	width: 300px;
}
.textbox-450
{
	width: 450px;
}

/* ======== Info Grid Styles ======== */
/* ---- General Styles ---- */
.gridAlternatingItemStyleGeneral
{	background-color: #EEEEEE;
}
.gridHeaderStyleGeneral
{	background-color: #C0C0C0;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 2px 5px;
    font-weight: bold;
}
.gridItemStyleGeneral
{	text-align: left;
	vertical-align: top;
	padding: 3px 5px 10px 5px;
}
.gridFooterStyleGeneral
{	text-align: left;
	vertical-align: top;
	padding: 3px 5px 2px 5px;
}

.expert-create-button
{
	margin-left:18px;
}
