body {
	margin: 0px 0px -30px 0px;
}
/* CUSTOM CLASSES */
.solpart {
	border-top: solid 1px #6E6E6E;
	border-bottom: solid 1px #6E6E6E;
	padding: 2px 0px 2px 0px;
	height: 32px;
}
.header {
	background: url(_i/bg_head.gif) repeat-x bottom;
	padding:4px 0 0 4px;
	height: 84px;
}

.LeftNavBorder {
	border-bottom: solid 1px #b5d8e5;
	}

.left {
	height: 575px;
	background: url(_i/bg_left.gif) no-repeat top #FFFFFF;
	width: 178px !important;
	width: 179px;
	padding-right: 1px;
}
.right {
	width: 270px !important;
	width: 280px;
	padding: 10px 10px 10px 0px;
}
.rightSub {
	width: 200px !important;
	width: 210px;
	padding: 10px 10px 10px 0px;
}
.rightHome {
	width: 293px !important;
	width: 303px;
	padding: 10px 10px 10px 0px;
}

.center {
	/*width: 476px !important;
	width: 496px;*/
	padding: 10px;
}
.centerSub {
	/*width: 546px !important;
	width: 566px;*/
	padding: 10px;
}
.centerHome {
	/*width: 453px !important;
	width: 473px;*/
	padding: 10px;
}
.centerOneCol {
	/*width: 756px !important;
	width: 776px;*/
	padding: 10px;
}


.search {
	background: url(_i/bg_search.gif) no-repeat bottom right;
}
.SearchPad {
	padding: 7px 0px 6px 0px;
}
.sidebarL {
	background: url(_i/bg_sidebar.gif) repeat-x top #cfe5ed;
	border-right: solid 1px #B5D8E5;
}
.sidebarR {
	background: url(_i/bg_sidebar.gif) repeat-x top #cfe5ed;
	border-left: solid 1px #B5D8E5;
}
.footer {
	padding: 15px 0px 15px 10px;
}

.BreadPagePad {
	padding-bottom: 12px;
}





/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: #494d52;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}    
/* GENERIC */

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #015274;
	text-decoration: none;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #015274;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #015274;
	text-decoration: underline;
}

a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #015274;
	text-decoration: none;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}
/*___________________________________________________________________________________________*/

.breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}
a.breadcrumb:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}
a.breadcrumb:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}
a.breadcrumb:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: underline;
}
a.breadcrumb:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}



.Copyright {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000000;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000000;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000000;
	font-weight: normal;
	text-decoration:none;	
}
a.Copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000000;
	font-weight: normal;
	text-decoration:underline;
}
a.Copyright:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #000000;
	font-weight: normal;
	text-decoration:none;
}

.links_bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;	
}
a.links_bottom:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;	
} 

a.links_bottom:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;
}  

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.links_top {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
}
a.links_top:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
	}
a.links_top:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
}
a.links_top:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:underline;
	font-weight: normal;
}
a.links_top:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
}




/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 190px;
	padding-top: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #838282; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #EEEEEE solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #009ac9; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #009ac9 solid;
	padding: 1px;
}
.rootmenuitem {
	background: transparent;
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	text-transform:uppercase;
	
	height: 30px;
	display:table-cell;
}
.rootmenuitemselected {
	background: transparent;
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	text-transform:uppercase;
	
	height: 30px;
	display:table-cell;
}
.rootmenuitembreadcrumb {
	background:transparent;
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	text-transform:uppercase;
	
	height: 30px;
	display:table-cell;
}
.submenuitembreadcrumb {
	cursor: hand; 
	color: #FF875B; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FF875B solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000;
	background-color: #EEEEEE; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
	/*border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;*/
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
	text-decoration:none;
	/*height:18px;
	width: 135px;
	border-top: 1px solid #98A3A6;
	border-left: 1px solid #98A3A6;
	border-right: 0px;
	border-bottom: 0px;
	padding: 3px 0px 3px 0px;*/
	margin-bottom: 5px;
	
	
	cursor:text;
}
.SearchButton {
	padding-left: 15px;
}
.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #78993a;
	font-size: 18px;
	font-weight: bold;
}
.BreadSep {
	padding-left: 5px;
	padding-right: 5px;
}

/* 
TMAR - Skin Part added by Anurag on '12-20-07
-----------------------------------------------------------------------------------------
titles/headlines
-----------------------------------------------------------------------------------------
*/
.tmar_SkinMain {
	background-image: url(images/headerbg_blue.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#tmar_HeaderTop {
	background-image: url(images/header_bgtxtr.jpg);
	background-repeat: no-repeat;
	background-position: 206px 0px;
	text-align: left;
}
#tmar_HeaderTopAdmin {
	background-image: url(images/header_bgtxtradmin.jpg);
	background-repeat: no-repeat;
	background-position: 206px 0px;
	text-align: left;
}
#tmar_SolMenu {
	height: 32px;
	vertical-align: middle;
	background-image: url(images/menu_solbg.jpg);
	background-position: 196px 0px;
	background-repeat: no-repeat;
}
#tmar_SolMenuAdmin {
	height: 32px;
	vertical-align: middle;
	background-image: url(images/menu_solbgadmin.jpg);
	background-position: 196px 0px;
	background-repeat: no-repeat;
}
.tmar_WidthContainer {
	width: 85%;
}
#tmar_Search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	line-height: 12px;
	padding-bottom:3px;
	padding-right: 5px;
}

#tmar_Footer {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(images/footerbg.gif);
}
#tmar_Crumb {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 9px;
	padding-left: 14px;
}
#tmar_Account {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	line-height: 12px;
	padding-right: 5px;
}
#tmar_Account a {
	color: #FFFFFF;
}
#tmar_Search input {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.tmar_Link2 {
	color: #BED5E0;
}

.tmar_Container_WsHeader{
	color: #999999;
	font-weight: bold;
	white-space:nowrap;
}
.tmar_Container_GreyHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #434d66;
	font-weight: bold;
	white-space:nowrap;
}
.tmar_Container_BlueHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding-bottom:3px;
	white-space:nowrap;
}
.tmar_Container_LiteBlueHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding-bottom:3px;
	white-space:nowrap;
}
.tmar_Container_RedHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding-bottom:3px;
	white-space:nowrap;
}
.tmar_Container_GreenHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0e4006;
	font-weight: bold;
	padding-bottom:3px;
	white-space:nowrap;
}
.tmar_Container_OrangeHeader{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding-bottom:3px;
	white-space:nowrap;
}
.tmar_Container_Content{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding:5px;
}
.tmar_HrSub1 {
	/*color: #5A6C92;
	background-color: #5A6C92;*/
	color: #A2CDDB;
	background-color: #A2CDDB;
	height: 4px;
	border: 0;
}

.tmar_HrSub2 {
	color: #666666;
	background-color: #666666;
	height: 4px;
	border: 0;
}
.tmar_HrSub3 {
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 4px;
	border: 0;
}



.tmar_TextLabelRequired{
	color:#FF0000;
}

/* 
-----------------------------------------------------------------------------------------
data and form tables
-----------------------------------------------------------------------------------------
*/
.tmar_DataTable {
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b3b3;
	border-collapse:collapse;
	font-size: 10px;
	margin-bottom: 10px;
}
.tmar_DataTable td {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
}
.tmar_DataTable2 {
	width: 100%;
	border-collapse:collapse;
	font-size: 10px;
	margin-bottom: 10px;
}
.tmar_DataTable2 td {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
.tmar_DataHeader {
	background-color: #b3b3b3;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
.tmar_DataHeader2 {
	background-color: #ececec;
	font-weight: bold;
	color: #5a6c92;
	padding: 2px;
}

.tmar_PlainTable td {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tmar_FormTable {
	border-collapse:collapse;
}
.tmar_FormTable td {
	margin: 0px;
	padding: 4px;
}
.tmar_FormHeader {
	background-color: #5a6c92;
	font-weight: bold;
	color: #FFFFFF;
}
.tmar_AmountInput {
	width: 18px;
}
.button, .StandardButton {
	background-color: #DCDBD0;
	font-weight: bold;
	border: 1px solid #ACA899;
	color: #757266;
	height: 22px;
	filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#656358,offx=1,offy=1,positive= true);
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tmar_TextfieldRequired {
	background-image: url(images/asterisk.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	border: 1px solid #809bc5;
	width: 100px;
	height: 16px;
}
.tmar_Textfield {
	border: 1px solid #809bc5;
	width: 100px;
	padding-right: 18px;
	height:16px;
}

.tmar_Subhead1 {
	/*background-color: #5a6c92;*/
	background-color: #A2CDDB;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 12px;
	margin-bottom: 4px;
}

.tmar_Subhead2 {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin-bottom: 4px;
}
.tmar_Subhead1 a, .tmar_Subhead2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.tmar_Subhead3 a {
	text-decoration: underline;
}
.tmar_Subhead3 {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #666666;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 12px;
}
.tmar_InfoDoc {
	text-indent: 20px;
	display: block;
	background-image: url(images/infodoc.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	height: 16px;
}
.tmar_ButtonRow {
	background-position: right;
	margin-bottom: 15px;
	margin-top: 0px;
}
#tmar_ViewOptions {
	background-image: url(images/view_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	background-position: bottom;
}
#tmar_ViewOptionsActivate {
	color: #8093b7;
	text-decoration: underline;
	cursor:pointer;
}

.tmar_HeadlineTable {
	margin-bottom: 0px;
}
.tmar_HeadlineDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	margin-bottom: 15px;
}
.tmar_HeadlineTableNode {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	padding-left: 8px;
	padding-right: 15px;
	white-space: nowrap;
}
.tmar_HeadlineTableNode a {
	text-decoration: none;
}
.tmar_SubCategory {
	font-size: 11px;
	font-weight:bold;
	padding-top: 10px;
}
.tmar_TextLabel{
}
.tmar_TextLabelRequired{
	color:#FF0000;
}
.tmar_TextLabelBold{
	font-weight:bold;
}
.tmar_TextLabelSmall{
	font-size:10px;
}
.tmar_TextLabelSmallbold{
	font-weight:bold;
	font-size:9px;
}
.tmar_MainContent table {
	font-family: inherit;
	font-size: inherit;
	color: #000000;
	margin-top: 0px;
}

.tmar_NoteItem {
	padding: 8px;
	text-indent: 16px;
	background-image: url(images/note.gif);
	background-repeat: no-repeat;
	line-height: 14px;
	background-position: 0px 6px;
	color: #666666;
}
.tmar_InstructionalItem {
	padding: 8px;
	line-height: 120%;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	color: #666666;
	text-indent: 16px;
	font-size: 10px;
	display: block;
}
.tmar_PlainTable {
	margin-bottom: 15px;
}

.tmar_FlowList {
	display: inline;
	margin-left:0px;
	padding-left: 0px;
}
.tmar_FlowList li {
	background-image: url(images/flow/item_dot.gif);
	padding-top: 22px;
	background-repeat: no-repeat;
	display: inline;
	padding-right: 12px;
	margin-left:0px;
}

#tmar_FlowNavigation {
	background-color: #f9f9f9;
	border: 1px solid #c9c9c9;
	padding: 8px;
	margin-left:0px;
}
.tmar_FlowList .On {
	background-image: url(images/flow/item_dot_on.gif);
}
.tmar_FlowList .End {
	background-image: url(images/flow/item_dot_end.gif);
}
.tmar_FlowList .OnEnd {
	background-image: url(images/flow/item_dot_on_end.gif);
}
#tmar_FlowNavigation .Flow {
	margin-top: 32px;
	font-size: 10px;
}
#tmar_FlowNavigation .Label {
	font-weight: bold;
}
#tmar_AfilMgmt {
	font-size:10px;
	color:#666666;
	margin-top:6px;
	margin-bottom:6px;
	padding: 4px;
	padding-left: 8px;
}
html>body .btn {
padding-top: 5px;
}

.btn .btna {
	color: #757266;
	background-image: url(images/buttons/bgrt2.gif);
	background-position: right top;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 1px;
	background-repeat: no-repeat;
}
.btn img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
html>body .btn img {
margin-bottom: 6px;
margin-top:5px;
}
a.btna:link {
	color: #757266;
	text-decoration: none;
}
a.btna:visited {
	color: #757266;
	text-decoration: none;
}
a.btna:hover {
	color: #757266;
	text-decoration: none;
	background-image: url(images/buttons/bgrt2b.gif);
}
a.btna:active {
	color: #757266;
	text-decoration: none;
	background-image: url(images/buttons/bgrt2c.gif);
}


.tmar_MessageTable {
	background-color: #fefeea;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #eeb445;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.tmar_MessageError {
	background-color: #FEFEEA;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 35px;
	border: 1px solid #EEB445;
}
.tmar_MessageWarning {
	background-color: #FEFEEA;
	background-image: url(images/warn.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 35px;
	border: 1px solid #EEB445;
}
.tmar_MessageInfo {
	background-color: #FEFEEA;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 35px;
	border: 1px solid #EEB445;
}
.tmar_AddressPrimary {
	background-image: url(images/check.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	display: block;
}
.tmar_AddressBill {
	background-image: url(images/billto.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
	height: 18px;
	display: block;
}
.tmar_AddressShip {
	background-image: url(images/package.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
	height: 18px;
	display: block;
}
.tmar_AddressDirectory {
	background-image: url(images/addressbook.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
	height: 18px;
	display: block;
}
.tmar_MessageQuestion {
	background-color: #FEFEEA;
	background-image: url(images/question.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 35px;
	border: 1px solid #EEB445;
}

.tmar_MessageTable img {
	margin-left: 2px;
}
.tmar_MessageTable input {
	font-size:11px;
	font-family:inherit;
}
/* 
-----------------------------------------------------------------------------------------
data and form tables
-----------------------------------------------------------------------------------------
*/

.tmar_DataTable {
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3b3b3;
	border-collapse:collapse;
	font-size: 10px;
	margin-bottom: 10px;
}
.tmar_DataTable td {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
}
.tmar_DataTable2 {
	width: 100%;
	border-collapse:collapse;
	font-size: 10px;
	margin-bottom: 10px;
}
.tmar_DataTable2 td {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
.tmar_DataHeader {
	background-color: #b3b3b3;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
.tmar_DataHeader2 {
	background-color: #ececec;
	font-weight: bold;
	color: #5a6c92;
	padding: 2px;
}

.tmar_PlainTable td {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tmar_FormTable {
	border-collapse:collapse;
}
.tmar_FormTable td {
	margin: 0px;
	padding: 4px;
}
.tmar_FormHeader {
	background-color: #5a6c92;
	font-weight: bold;
	color: #FFFFFF;
}
.tmar_AmountInput {
	width: 18px;
}
.tmar_TextfieldRequired {
	background-image: url(images/asterisk.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	border: 1px solid #809bc5;
	width: 100px;
	height: 16px;
}
.tmar_Textfield {
	border: 1px solid #809bc5;
	width: 100px;
	padding-right: 18px;
	height:16px;
}

td 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: #494d52;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	white-space: nowrap;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 8px;
	white-space: nowrap;
	}
.btn 
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 3px;
	background-image: url(images/buttons/bglt2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 5px;
	white-space:nowrap;
	line-height: 16px;
	cursor:pointer;

}
	
/* 



