body {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color:#000000;
  margin: 0px;
  padding: 0px;
}

.page_body{
	margin-top: 0px;
	background-color:#EFEFEF;
	color:#00FF00;
}

.page_body_dealer{
	margin-top: 0px;
	background-color:#EFEFEF;
	width:720px;
	height:700px;
}

img {
  border: none;
}

h4 {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h5 {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px; font-weight: bold;
	}

sup  {
	font-family: Verdana, sans-serif;
	font-size: .7em;
	text-decoration: none;

	}
/*--------------------- EMAIL FORM---------------------------------*/
.requiredfieldname{
	width: 300px;
	color: #000000;
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;

}


.fieldname{
	width: 400px;
	color: #000000;
	padding-top: 12px;
	font-size: 12px;
	font-weight: normal;

}


.formfields{
	width: 300px;
	color: #000000;
}
/*-----------------------------------------------------------------*/
#masterdiv {
	position:relative;
	top:0px;
	left:0px;
	padding-top:0px;
	margin-top:0px;
	width:220px;
	height:300px;
	z-index:10;
}

#breadcrumbs {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 6px;
}

#topmenu {
	color: #FFFFFF;
	font-size: 12px;
}

#textcopyright {
	text-align:center;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:10px;
}

/*-----------------------------------------------------------------*/
.rightbar_moreinfo{
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #ccc;
	padding: 4px 2px 2px 8px;
	width: 280px;
	height: 20px;
	border-top: 1px solid #000;
	color: #000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
         text-align: left;
}

.leftbar{
	text-align: left;
	vertical-align: top;
	background-color: #EE3A42;
	margin-top:0;
	padding-top:0;
	padding-left:0;
	border-width:0;
}
.bodytext { 
	padding-left:20px;
	padding-top: 0px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:0.9em;
	vertical-align: top;
	text-align: left;
	line-height: 130%;
}

.searchtitle { 
	padding-left:5px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:inherited;
	text-align: left;
}

.searchtext { 
        padding-left:5px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:0.9em;
	text-align: left;
}

.searchbutton { 
        padding-left:5px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	width:170px;
	text-align: middle;
        vertical-align:middle;
}

.textright { 
	padding-left:20px;
	padding-right:10px;
	padding-top: 0px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:0.8em;
	vertical-align: top;
	text-align: left;
	line-height: 130%;
}
.textrightpdf { 
	padding-left:20px;
	padding-top: 0px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:11px;
	vertical-align: top;
	text-align: left;
	line-height: 1.75;
margin-right: 10px;

}

.tabletemplate {
  background-image:url(/images/top.jpg);
  background-color:white;
  background-repeat:no-repeat;
  background-position: left top;
}

.layoutdiv {
	left:0px;
	margin-left:0px;
	width:300px;
	height:300px;
}

.typarhomelink { cursor: default; }

.printimage{
	vertical-align: middle;
	text-decoration:none;
}

.printtext{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size:10px;
}

td.td_print {
	text-align:left;
}
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/* Horizontal Line */
/*-----------------------------------------------------------------*/

hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}

/*-----------------------------------------------------------------*/
/** body lists **/
/** padding in a UL is the space left of the bullet **/
/*-----------------------------------------------------------------*/

ul.body {
	padding: 0px 0px 0px 28px;
	}

li.body {
	list-style: inside 3px;
	}

/*-----------------------------------------------------------------*/
/** category text format and links **/
/*-----------------------------------------------------------------*/

ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside url(arrow.png) 3px;
	list-style-image: url(arrow.png);
	}

/*-----------------------------------------------------------------*/
/* Links colors */
/*-----------------------------------------------------------------*/

a:link,
a:visited,
a:active {
  color: #cc3300;
  font-weight: bold;
}

a:hover {
  color: #ff0000;
}

a.bodytext:link,
a.bodytext:visited,
a.bodytext:active{
  color: #215dc6;
  text-decoration: underline;
}
a.bodytext:hover{
  color: #428eff;
  text-decoration: underline;
}

a.typarhomelink:hover {cursor:hand}

a.textprint:link,
a.textprint:visited,
a.textprint:active{
  color: #215dc6;
  text-decoration: underline;
}
a.textprint:hover{
  color: #428eff;
  text-decoration: underline;
}

.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:active {
  color: #FFFFFF;
  text-decoration:none;
}

a.textcopyright:link,
a.textcopyright:visited,
a.textcopyright:active{
  color: #215dc6;
  text-decoration: underline;
}
a.textcopyright:hover{
  color: #428eff;
  text-decoration: underline;
}

/*---------------------------------------------------------------------*/
/*---------------------------- CLIENTS -------------------------------*/
.clients_btn_continue{
  text-align:right;
  padding-top:10px;
}

.clients_welcometext{
  font-size:20px;
  font-weight: bold;
}

.clients_editpersinfo{
  font-size:20px;
  font-weight: bold;
}

.clients_logout{
  font-size:20px;
  font-weight: bold;
}

.clients_editinfo{
  font-size:20px;
  font-weight: bold;
}

.clients_editpasswd{
  font-size:20px;
  font-weight: bold;
}

/* 2006.12.9 topmenu */
/*---------------------------------------------------------------------*/
/*---------------------------- TOP MENU -------------------------------*/

/* ThemeTWSMenu Style Sheet */

.ThemeTWSMenu,.ThemeTWSSubMenuTable
{
	font-family: Verdana, sans-serif;
	font-size:	12px;
	font-color: #FFFFFF;
	color:#FFFFFF;
	padding:	0;
	white-space: nowrap;
	cursor: default;
}

.ThemeTWSSubMenu
{
	position:	absolute;
	visibility:	hidden;
	overflow:	hidden;
	padding:	0px;
	border:		0px;
	background-color:	transparent;
	color:#000000;
	font-color: #000000;
}

.ThemeTWSSubMenuShadow
{
	z-index:	-1;
	position:	absolute;
	top:		9px;
	left:		9px;
	width:		100%;
	height:		300em;
	background-color:	black;
	opacity:	0.15;
	border:		0;
	margin:		0;
}

.ThemeTWSSubMenuTable
{
	border:		1px solid #ADAA9C;
	color:#000000;
	font-color: #000000;
	text-align:left;
	background-color:	white;
	padding:	1px;
	margin:		0px 2px 2px 0px;
}

.ThemeTWSMainItem,.ThemeTWSMainItemHover,.ThemeTWSMainItemActive,
.ThemeTWSMenuItem,.ThemeTWSMenuItemHover,.ThemeTWSMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

/* common background color to both horizontal and vertical menus */

.ThemeTWSMainItem
{
	background-color:	#525252;
}

.ThemeTWSMainItemHover,.ThemeTWSMainItemActive
{
	background-color:	#ADAA9C;
}

/* horizontal main menu */

.ThemeTWSMainItem
{
	padding:	1px;
	border:		0;
}

td.ThemeTWSMainItemHover,td.ThemeTWSMainItemActive
{
	padding:	0px;
	border:		1px solid #ADAA9C;
	/*border:		1px solid #3169C6;*/
}

.ThemeTWSMainFolderLeft,.ThemeTWSMainItemLeft,
.ThemeTWSMainFolderText,.ThemeTWSMainItemText,
.ThemeTWSMainFolderRight,.ThemeTWSMainItemRight
{
	background-color:	inherit;
	white-space:	nowrap;
}

/* vertical main menu sub components */

td.ThemeTWSMainFolderLeft,
td.ThemeTWSMainItemLeft
{
	padding:	3px 2px 3px 1px;

	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeTWSMainFolderText,
td.ThemeTWSMainItemText
{
	padding:	3px 5px 3px 5px;

	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeTWSMainItemRight,
td.ThemeTWSMainFolderRight
{
	padding:	3px 1px 3px 0px;

	border:		0;
	background-color:	inherit;
	white-space:	nowrap;
}


tr.ThemeTWSMainItemHover td.ThemeTWSMainFolderLeft,
tr.ThemeTWSMainItemActive td.ThemeTWSMainFolderLeft,
tr.ThemeTWSMainItemHover td.ThemeTWSMainItemLeft,
tr.ThemeTWSMainItemActive td.ThemeTWSMainItemLeft
{
	padding:	2px 2px 2px 0px;

	border-width:	1px 0px 1px 1px;
	border-style:	solid;
	border-color:	#ADAA9C /*#3169C6;*/
}

tr.ThemeTWSMainItemHover td.ThemeTWSMainFolderText,
tr.ThemeTWSMainItemActive td.ThemeTWSMainFolderText,
tr.ThemeTWSMainItemHover td.ThemeTWSMainItemText,
tr.ThemeTWSMainItemActive td.ThemeTWSMainItemText 
{
	padding:	2px 5px 2px 5px;

	border-width:	1px 0px 1px 0px;
	border-style:	solid;
	border-color:	#ADAA9C; /*#3169C6;*/
}

tr.ThemeTWSMainItemHover td.ThemeTWSMainFolderRight,
tr.ThemeTWSMainItemActive td.ThemeTWSMainFolderRight,
tr.ThemeTWSMainItemHover td.ThemeTWSMainItemRight,
tr.ThemeTWSMainItemActive td.ThemeTWSMainItemRight
{
	padding:	2px 0px 2px 0px;

	border-width:	1px 1px 1px 0px;
	border-style:	solid;
	border-color:	#ADAA9C; /*#3169C6;*/
}

/* sub menu sub components */

.ThemeTWSMenuItem
{
	background-color:	white;
}

.ThemeTWSMenuItemHover,.ThemeTWSMenuItemActive
{
	background-color:	#ADAA9C; /*#C6D3EF;*/
}

.ThemeTWSMenuFolderLeft,
.ThemeTWSMenuItemLeft
{
	padding:	3px 3px 3px 2px;
	border:		0;

	white-space:	nowrap;

	background-color:	#EFEFDE;
}

.ThemeTWSMenuFolderText,
.ThemeTWSMenuItemText
{
	padding:	3px 5px 3px 5px;
	border:		0;

	white-space:	nowrap;
}

.ThemeTWSMenuFolderRight,
.ThemeTWSMenuItemRight
{
	padding:	3px 1px 3px 0px;
	border:		0;

	white-space:	nowrap;
}

.ThemeTWSMenuItemHover .ThemeTWSMenuFolderLeft,
.ThemeTWSMenuItemActive .ThemeTWSMenuFolderLeft,
.ThemeTWSMenuItemHover .ThemeTWSMenuItemLeft,
.ThemeTWSMenuItemActive .ThemeTWSMenuItemLeft
{
	padding:	2px 3px 2px 1px;

	background-color:	#ADAA9C; /*#C6D3EF;*/

	border-width:	1px 0px 1px 1px;
	border-style:	solid;
	border-color:	#3169C6;
}

.ThemeTWSMenuItemHover .ThemeTWSMenuFolderText,
.ThemeTWSMenuItemActive .ThemeTWSMenuFolderText,
.ThemeTWSMenuItemHover .ThemeTWSMenuItemText,
.ThemeTWSMenuItemActive .ThemeTWSMenuItemText
{
	padding:	2px 5px 2px 5px;

	border-width:	1px 0px 1px 0px;
	border-style:	solid;
	border-color:	#3169C6;
}

.ThemeTWSMenuItemHover .ThemeTWSMenuFolderRight,
.ThemeTWSMenuItemActive .ThemeTWSMenuFolderRight,
.ThemeTWSMenuItemHover .ThemeTWSMenuItemRight,
.ThemeTWSMenuItemActive .ThemeTWSMenuItemRight
{
	padding:	2px 0px 2px 0px;

	border-width:	1px 1px 1px 0px;
	border-style:	solid;
	border-color:	#3169C6;
}

/* menu splits */

td.ThemeTWSMenuSplit
{
	margin:		0px;
	padding:	0px;
	border:		0px;
}

div.ThemeTWSMenuSplit
{
	margin:		3px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeTWSMenuItem img.seq1
{
	display:	inline;
}

.ThemeTWSMenuItemHover seq2,
.ThemeTWSMenuItemActive seq2
{
	display:	inline;
}

.ThemeTWSMenuItem .seq2,
.ThemeTWSMenuItemHover .seq1,
.ThemeTWSMenuItemActive .seq1
{
	display:	none;
}






