body {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-image: url(../maya/i/s/bgPage.png);
	background-position: top;
	background-repeat: repeat-x;
}
	
a:active, a:link, a:visited {
	color: #0D5798;    
}
a:hover {
	color: #8CAFCD;
}

input {
	border: 1px solid #BBBBBB;
	font-size: 12px;
	background: #F0F8FF;
	color: black;
}

textarea {
	border: 1px solid #BBBBBB;
	font-size: 12px;
	background: #F0F8FF;
	color: black;
}

select {	
	border-style: hidden;
	border: 1px solid #BBBBBB;
	font-size: 12px;
	background: #F0F8FF;
	color: black;
}

input[type='checkbox'], input[type='radio'] {
	background: transparent;
	border: 0px; 
}


input[type='submit'], input[type='button'] {
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl {
	text-align: right;
}

.rich-table {
    width:100%;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #5cb431;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom:0px;
	background-color: #fff;
	font-size: 12px;
	width:400px;
	color: #5cb431;
	text-align: left;
	font-weight: bold;
	vertical-align:middle;
	margin-bottom: 3px;
}

.infoMessage {
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
	vertical-align:middle;
}

.errorMessage {
	border: 1px solid #f00;
	color: #c10000;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom:0px;
	background-color: #fff;
	font-size: 12px;
	width:400px;
	text-align: left;
	vertical-align:middle;

}

.orderSuccessMessage {
	margin-left: 5px;
	color:#008894;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	width:500px;
	text-align: center;
	vertical-align:middle;
	line-height: 150%;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	vertical-align: top;
	float: left;
	margin-top: 4px;
	padding: 5px;
}

.footerDiv {
	vertical-align: top;
	float: left;
	margin-top: 4px;
}

.myToolbar {
	text-align: center;
	vertical-align: middle;
}
.myToolbar a {
	font-family:	verdana, arial, sans-serif;
	font-size:	11px;
	font-weight:	bold;
	color:		#fff;
	padding:	0;
	white-space:	nowrap;
	text-decoration: none;	
}

.searchLabel {
	vertical-align: middle;
	font-weight: bold;
	float: left;
	padding: 2px;
	clear: left;
}
.searchValue {
	vertical-align: middle;
	float: left;
	padding: 2px;
}

.change{
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 8px;
	padding-bottom: 2px;
}


.error {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	padding: 5px;
	border: 1px solid red;
}

.errors {
	color: red;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}
.required {
	color: red;
	padding-left: 2px;
}

/* date picker style */
div.seam-date 
{
  margin-top: 5px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;  
  color: #505050;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.seam-date td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 12px; 
}

.seam-date-monthNames
{
  width: 70px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
  text-align: center;
  display: block;
  color: #555555;  
}

a.seam-date-monthNameLink:hover
{ 
  background-color: #CCCCCC;
  color: red;  
}

.seam-date-years
{
  height: 10em;
  overflow: auto;
  width: 60px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-yearLink, a.seam-date-yearLink:visited
{
  text-align: center;
  display: block;
  color: #555555;    
}

a.seam-date-yearLink:hover
{
  background-color: #CCCCCC;
  color: red;    
}  

tr.seam-date-header
{
  padding: 2px 0px 2px 0px;
}
  
td.seam-date-header
{
  padding: 0px 8px 0px 8px;
  text-align: center;
  color: gray;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;  
}

td.seam-date-header-prevMonth
{
  background-image: url("../maya/i/cal-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-left: 2px;
}

td.seam-date-header-nextMonth
{
  background-image: url("../maya/i/cal-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}

tr.seam-date-headerDays
{
  color: white;
  font-weight: normal;
}

tr.seam-date-headerDays > td
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  text-align: center;
  width: 26px;   
}

tr.seam-date-footer
{
  background-color: white; 
  color: #505050;
  font-weight: bold;
}

tr.seam-date-footer > td
{
  text-align: center;
}

td.seam-date-inMonth
{
  background-color: white; 
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-outMonth
{
  background-color: white; 
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-selected
{
  background-color: #CCCCCC;        
  border: 1px solid #AAAAAA; 
  color: black;
  font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
  background-color: #efefef;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-dayOff-outMonth
{
  background-color: #efefef;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-hover 
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  color: red;
}

.imageColumn {
	width: 32px;
}

.checkColumn {
	width: 12px;
	text-align: center;
}

.adminColumn {
	width: 40px;
	text-align: center;
}

.menuItem {
	font-size: 11px;
	color: #fff;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
}

a.menuItem:link {
	text-decoration: none;
	color: #fff;
}

a.menuItem:visited {
	text-decoration: none;
	color: #fff;
}

a.menuItem:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

a.menuItem:active {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

a.myLink:link {
	text-decoration: none;
	color: #0d5798;
}

a.myLink:visited {
	text-decoration: none;
}

a.myLink:hover {
	color: #288bee;
	text-decoration: none;
}

a.myLink:active {
	text-decoration: none;
}

.menuLink {
	font-size: 11px;	
	text-align: left;
	padding: 2px;
	margin-bottom: 5px;	
}

.menuLink a:link {
	text-decoration: none;
	color: #288bee;
}

.menuLink a:visited {
	text-decoration: none;
	color: #288bee;
}

.menuLink a:hover {
	color: #999;
	text-decoration: none;
}

.menuLink a:active {
	text-decoration: none;
}

.myImage {
	border: 0;
	margin: 0;
}
.ix {
	border: 0;
	margin: 0;
	float: right;
}

.icon {
	border: 0;
}

.imgButton {
	border: 0;
	vertical-align: top;
	padding: 0px 0px 2px 0px;
}

.imgButtonPointer {
	border: 0;
	vertical-align: top;
	padding: 0px 0px 6px 0px;
	cursor: pointer;
}

.myLabel {
	font-weight:bold;
	color: #006b8d;
}

a.productName{
	color: #1C14C0;
	text-decoration: none;
}
a.productName:visited {
	color: #002A92;
	text-decoration: none;
}
a.productName:active{
	color: #002A92;
	text-decoration: none;
}
a.productName:link{
	color: #002A92;
	text-decoration: none;
}
a.productName:hover{
	color: #FF9000;
	text-decoration: underline;
}

.myLabelRight {
	color: #006b8d;
	font-weight:bold;
	text-align: right;
}

a.myLabel:link {
	color: #006b8d;
	text-decoration: none;
}

a.myLabel:visited {
	color: #006b8d;
	text-decoration: none;
}


.orderFooterLabel {
	font-weight:bold;
}
.orderFooterValue{
	font-weight:bold;
	text-align: left;
}

.productImageLabel {
	border: none;
	padding: 0;
}

.productColumns{
	vertical-align: top;
	text-align: left;
	min-height: 1px;
}

.fullList {
	color: #ff4747;
	font-weight:bold;
	padding-left: 20px;
	text-align: center;
}

a.fullList:link {
	text-decoration: none;
	color: #ff4747;
}

a.fullList:visited {
	text-decoration: none;
	color: #ff4747;
}

.myValue {
	color: #006b8d;
	font-weight:bold;
	text-align: right;
}

.myValueGifted {
	color: #006b8d;
	font-weight:bold;
	text-align: left;
}

.myText {
	font-family: Verdana, Arial, Sans-serif;
	color: #616161;
	font-size: 12px;
}

.myForm {
	margin: 0px 0px 0px 0px;
}

.myList {
	margin: 0px 0px 0px 0px;
}

.fieldLabel {
	font-family: Verdana, Arial, Sans-serif;
	font-weight:bold;
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 200%;
}

.fieldValue {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	vertical-align: top;
	line-height: 200%;
}

.myCheckbox {
	background: transparent; 
	border: 0;
}

.myNumericInput {
	background: #fff;
	text-align: right;
}

.myTextInput {
	background: #fff;
	text-align: left;
}


.basketCaption {
	font-family: Verdana, Arial, Sans-Serif;
	background: #f6f6f6;
	color: #006b8d;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;	
}

.addressField {
	font-family: Verdana, Arial,sans-serif;
	background: #fff;
	color: #006b8d;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;	
}

.addressColumn {
	background: #fff;
	color: #006b8d;
	font-size: 11px;
	text-align: left;	
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;	
	padding: 0px;	
	height:150px;
}

.orderColumn {
	background: #fff;
	color: #006b8d;
	font-size: 11px;
	text-align: left;	
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;	
	padding: 0px;	
	min-height:100px;
}


.basketFooter {
	background: #f6f6f6;
}

.subTotal {
	margin: 0px 0px 0px 10px;
	width: 200px;
	float: right;
}

.subTotalGifted {
	margin: 0px 0px 0px 10px;
	width: 250px;
	float: right;
}

.rates {
	margin: 0px 10px 0px 0px;
	width: 300px;
	float: left;
}

.toolbar {
	width: 715px;
}

.innerToolbar {
	width: 700px;
}

.toolbarItem {
	border: 0;
	margin: 0px 2px 0px 2px;
}

.entity {
	margin: 0;
}

.centered {
	text-align: center;
}
	
.leftAlign {
	text-align: left;
}
	
.rightAlign {
	text-align: right;
}

.topAlign {
	vertical-align: top;
}

.bottomAlign {
	vertical-align: bottom;
}

.topLeft{
	text-align: left;
	vertical-align: top;
}
	
.topRight {
	text-align: right;
	vertical-align: top;
}

.fullCenter {
	text-align: center;
	vertical-align: middle;
}

.orderPanelTopLeft{
	text-align: left;
	vertical-align: top;
	width: 50%;
}
	
.orderPanelTopRight {
	text-align: right;
	vertical-align: top;
	width: 50%;
}

.price {
	font-size: 11px;
	margin: 2px;
	color: #ff4747;
	font-weight:bold;
}

.rowTitle {
	font-weight: bold;
}

.loginHeader {
	width: 194px;
	height: 28px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 0px 0px 0px 0px;
    background-image: url(../maya/i/s/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.ratesHeader {
	width: 194px;
	height: 28px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 0px 0px 0px 0px;
	background-image: url(../maya/i/s/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.loginPanel {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	width: 174px;
	padding: 10px;
	font-size: 11px;
}

.loginPanel2 {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	width: 174px;
	padding: 10px;
	font-size: 11px;
}

.loginToolBar{
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding: 2px;
	font-size: 11px;
}

.topCampaigns {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	width: 190px;
	padding: 2px;
	font-size: 11px;
}

.ratesPanel {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	width: 184px;
	padding: 5px;
	font-size: 12px;
}

.topCampaign {
	border-bottom: 1px solid #0d5798;
	width: 177px;
}

.campaignDetails {
	width: 700px;
}

.newProducts {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	width: 184px;
	padding: 5px;
	font-size: 11px;
}

.productsHeader {
	width: 604px;
	height: 28px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 0px 0px 0px 0px;
	background-image: url(../maya/i/s/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
}

.productPanel {
	border: none;
	width: 141px;
	height: 220px;
	margin: 2px 0 0 0;
	padding: 2px;
}

.productPanelSmall {
	border: none;
	width: 136px;
	height: 220px;
	margin: 2px 0 0 0;
	padding: 2px;
}

.dataScroller {
	margin: 0px;
}

.dataScrollerPanel {
	border: 1px solid #11808a;
	margin: 0px;
	padding: 0px;
	float: right;
}

.dataScrollerText {
	font-family: Verdana, Arial, sans-serif;
	color: #616161;
	font-size: 11px;
	float: right;
}

.dataScrollerButton {
	border: 0;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
	width: 920px;
	left: 10px;
	padding: 0;
}
.rich-list-shuttle-button, .rich-list-shuttle-button-disabled, 
.rich-list-shuttle-button-press, .rich-list-shuttle-button-light{
	background-image: url(../maya/i/s/button_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
}
.rich-list-shuttle-button a{
	color: #000;
}
.rich-list-shuttle-button-disabled {
	color: #aaa;
}
.rich-list-shuttle-button-content {
	font-size: 11px;
}
.rich-shuttle-target-caption, .rich-shuttle-source-caption {
	font-size: 10px;
}

.errorScroll{
	height: 100px;
	width: 400px;
	overflow: auto;	
	border: 1px solid #AAAAAA;
	padding: 2px;
	margin: 2px;
	scrollbar-base-color: #663366; 
	scrollbar-face-color: #99CCCC; 
	scrollbar-track-color: #ddd; 
	scrollbar-arrow-color: #330033;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-shadow-color: #aaa;
	scrollbar-darkshadow-color: #000000; 		
}

.rich-panelbar-header {
	height: 18px;
	text-align: center;
	color: #006b8d;
	background-color: #dde3e6;
	background-image: url(../maya/i/s/collapsed.gif);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align:middle;
}

.rich-panelbar-header-act {
	height: 18px;
	text-align: center;
	color: #006b8d;
	background-color: #dde3e6;
	background-image: url(../maya/i/s/open.gif);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align:middle;
	border: 1px solid #BBBBBB;
}

.productDetails {
	width: 692px;
	margin: 0px;
	padding: 0px;
}
	
.product {
	width: 480px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.picture {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.contentText {
	margin: 5px;
	font-family: Verdana, Arial, Sans-serif;
	color: #616161;
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
}

#ph {
	width: 920px;
	height: 214px;
	padding: 0;	
	margin: 2px auto 2px auto;	
	background-image: url(../maya/i/s/dot.gif);
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#fff;
}

#phl {
	width: 196px;
	height: 214px;
	padding: 0px;
	float: left;
}

#staticMenu {
	font-family: Verdana, Arial, Sans-Serif;	
	height: 28px;
	width: 196px;
	background-image: url(../maya/i/s/mainmenubg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#staticMenu table{
	margin-top: 4px;
}

#menuPanel {
	margin: 2px 0px 0px 0px;
	width: 606px;
	height: 28px;
	background-image: url(../maya/i/s/mainmenubg.gif);
	background-position: top right;
	background-repeat: repeat-x;
	float:left;
}

#phm {
	width: 606px;
	height: 214px;
	margin: 0px 2px 0px 2px;
	padding: 0;
	border: 0;
	float: left;
	vertical-align: bottom;
	background-color: #fff;
}

#banner {
	width:606px;
	height:184px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	float:left;
	background-color: #fff;
}

#logoDiv {
	margin-top:3px;
	margin-left:3px;
	height:183px;
	vertical-align: middle;
	background-color: #fff;
}

#logoText{
	font-family: Verdana, Arial, Sans-Serif;	
	margin-top:0px;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}
.logo {
	border: 0;
	margin: 0;
	display:block;	
}

.searchDivText{
	margin-left: 4px;
	margin-top: 19px;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	color: #616161;
	font-size: 14px;
	text-align: left;
	display: block;
}

.searchDivBox {
	margin-left: 2px;		
	float:left;
	height:26px;
}

.searchButtonDiv {
	float:left;
	height:28px;
}
	
#iso {
	margin-top: 10px;
	height:114px;
	display:block;
}

#phr {
	width: 110px;
	height: 214px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;	
}

#searchForm {
	margin-top: 0;
	padding: 0;
	border: 0;
	height: 90px;
	margin: 0;
	vertical-align: top;
}
	
#pageBody {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Verdana, Arial,sans-serif;
	color: #616161;
	font-size: 12px;
	width: 920px;
	background-color:#fff;
}

.leftBar {
	position: relative;
	width: 196px;
    float: left;
    margin: 0px 0px 2px 0px;
    text-align: left;
    background-color: #fff;
}

.leftTopBar {
	position: relative;
	width: 196px;
    float: left;
    margin: 0;
    text-align: left;
    display: block;
}

.content {
	width: 722px;
	float: left;
	margin-left: 2px;
}

.homeContent {
	width: 608px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.rightBar {
	width: 112px;
	height: 864px;
	border: 1px solid #BBBBBB;
	float: left; 
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #fff;
}

#rightBanners {
	width: 112px;
	padding-left: 5px;
}
	

.priceListHeader {
	width: 112px;
	height: 28px;
	border: 0;
	padding: 0; 
	margin: 0;
    background-image: url(../maya/i/s/header_bg.gif);
    background-position: top left;
	background-repeat: repeat-x;
	float: left;
}

#footer {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	clear: both;
	width: 920px;
	height: 28px;
	margin: 0 auto;
	padding-top: 4px;
	background-image: url(../maya/i/s/mainmenubg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.homeProducts {
	border: none;
	width: 606px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
}

.homeProducts thead th {
	border: none; 
}
.homeProducts tbody td {
	border: none;
}
.homeProducts tbody tr{
	border-bottom: 1px solid #BBBBBB; 
}
.homeProducts tbody tr table tr{
	border: none; 
}

.productsProducts {
	border: none;
	width: 715px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
}

.productsProducts thead th {
	border: none; 
}
.productsProducts tbody td {
	border: none;
}
.productsProducts tbody tr{
	border-bottom: 1px solid #BBBBBB; 
}
.productsProducts tbody tr table tr{
	border: none; 
}

.relatedProducts {
	border: none;
	width: 688px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
}

.relatedProducts thead th {
	border: none; 
}
.relatedProducts tbody td {
	border: none;
}
.relatedProducts tbody tr{
	border-bottom: 1px solid #BBBBBB; 
}
.relatedProducts tbody tr table tr{
	border: none; 
}
.relatedProducts tbody tr table{
	width: 150px;
	height: 150px;
}



.rich-panel{
	border: 1px solid #BBBBBB;
}

.rich-panelbar{
	margin: 0px;
	padding: 0px;
	border: 1px solid #BBBBBB;
}

.rich-panelbar-header-act{
     
} 
.rich-panelbar-content {
     
}

.rich-panel-header{
    background-image: url(../maya/i/s/header_bg.gif);
    height: 17px;
    padding-left:3px;
    padding-top:3px;
    color: #0045a2;
}

.rich-mpnl-header {
    background-image: url(../maya/i/s/header_bg.gif);
    color: #0045a2;
}

.dr-mpnl-pnl{
	border: 1px solid #BBBBBB;
}

.headerAddressPanel {
	background-color: #f6f6f6;
	background-image: url(../maya/i/s/spacer.gif);
	color: #006b8d;
	font-weight:bold;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #f6f6f6;	
	
}

.orderSearchLabel{
	vertical-align: top;
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 5px;
	margin-top: 3px;
}

.clippedDiv{
	scrollbar-face-color: #C2EAEE;
	overflow:auto;
}

.loginText{
	padding-top:5px;
	padding-bottom:8px;
}

.errorPanel {
	margin-left: 5px;
	color:#008894;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	width:300px;
	text-align: center;
	vertical-align:middle;
	line-height: 150%;
}

.errorDiv {
	color: #c10000;
	padding: 0;
	font-size: 12px;
	text-align: left;
	margin-left: 35px;
}
.messageGrid {
	margin:0px;
	padding:0px;
}

.iconColumn {
	width:60px;
	text-align:center;
}

.infoText{
	margin-left: 3px; 
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 200%;
}

.messageBoard {
	margin-left: 5px; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 150%;
}
.firmApplicantText {
	margin-left: 5px; 
	margin-top: -15px;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	text-align: justify;
}


#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top: 250px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(../maya/i/s/alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#00A5CD;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#00A5CD;
	text-decoration:none;
}

