﻿body
{
}
.tablestyle
{
	border: ridge thin black;
}
/* Set table border */

.border_thin
{
	border: solid 1px #d8dadc;
	padding: 10px;
}
.border_login
{
	border-color: Black;
	border-style:solid;
	border-width: 1px;
}
.homepromoborder
{
	/*background:url(../images/1_HOME.jpg); 	background-repeat:repeat-y;*/
	background-color: #FEEBEE;
	border-width: thin;
	padding: 20px;
	border-color: #d3f96a;
	border-style: solid;
}
.homeheadlinerborder
{
	/*background:url(images/panels/leftPanel_bg.gif); 	background-repeat:repeat-y;*/
	background-color: #FEF0F2;
	border-width: thin;
	padding: 20px;
	border-color: #ebe8b4;
	border-style: solid;
}
.homedesc
{
	background:#f4f5f6 url(../images/home_desc.gif) no-repeat center center;
	border-width: thin;
	padding: 20px;
	border-color: #cccccc;
	border-style: solid;
}


/* Set div width */

.divwidth
{
	width: 100%;
}


/*Set font for table,div*/
table, tr, td, p, div, form
{
	font-family: Arial, Trebuchet MS, Verdana, "MS Sans Serif" ,Sans-Serif;
	font-size: 12px;
	line-height: 20px;
}

.headstyle
{
	font-size: medium;
	font-weight: bold;
	background-color: Orange;
	border-bottom-style: hidden;
	border-top-style: outset;
	vertical-align: middle;
	border-top-color: Blue;
}

/*Message label styles*/

.msgstyles
{
}

