 * {
font-family: Arial;
 }


 
 /* tree checkbox, height/width needed b/c of IE spacing weirdly, breaks lines */
input.l-tcb {
	height:13px;
	width:13px;
	margin-left:2px
}


/* fix scrolling issue with treeobj in a contentpanel 
 * and loss of icons when a node is expanded
*/
.ext-ie .x-tree {
	position:static !important;
}

 
 
 #hidebrowserbutton .button {
    display: none;
}


 
 .mainpagecontent {
  border: 0; 
  margin: 0; 
  padding: 0;
 }
 
 .mainpagelowerslots {
  background: white; 
  border: 0; 
  margin: 0; 
  padding: 0;
  padding-left: 3px
 }
 
 
 a.submenuitemselected {
  background: #aaaaaa;
   display: block;
   margin: 0;
   padding: 0;
   text-decoration: none;
   color: white;

 }
 
 a.submenuitem {
   background: #b22a15;
   display: block;
   margin: 0;
   padding: 0;
   text-decoration: none;
   color: white;
   cursor: hand;

 }
 
 a.submenuitem:hover {
 	background-color: #aaaaaa;
 	text-decoration: none;
 	cursor: hand;
 }
 
 a.submenuitemselected:hover {
    text-decoration: none;
 }
 
 table.submenu {
 
  border-style: none;
  border-collapse: collapse;
  
 }
 
 .error {
    border: 2px solid red;
    
 }
 
 div.error {
    font-size: 12px;
    font-family: Arial;
 }
 
 p.error {
    padding: 3px;
    margin: 2px;
 }

 
div.note {
    font-size: 11px; 
    background-color: #ffffe8;
    padding: 5px;
}

div p.noteheader {
    font-weight: bold;
    
}

div.note table td {
    padding: 3px;
}
 
 .ordercontactinfo  {
    background-color: #efefef;
    margin: 10px;
    padding: 20px;
    font-size: 14px;
 }
 
 .ordercontactinfo table {
    border-collapse: collapse;
 }
 
 .sendorderbutton {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
 }
 
 .ordercontactinfo table td {
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding: 3px;
 }
 
 table.submenu td {
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 a.submenuitem span, a.submenuitemselected span {
  display: block;
 	font-family: Arial;
 	font-size: 11px;
 	padding-left: 10px;
 	padding-top: 3px;
 	padding-bottom: 4px;
 	padding-right: 10px;
 	cursor: hand;
 
 }
 
 a.submenuitem span.first, a.submenuitemselected span.first {
 	  display: block;
 	background: url('../images/submenuleft.gif') top left no-repeat;
 }

 a.submenuitem span.last,  a.submenuitemselected span.last {
 	  display: block;
 	background: url('../images/submenuright.gif') top right no-repeat;
 }

 a.submenuitem span.middle,  a.submenuitemselected span.middle {
 	  display: block;
 	background: url('../images/submenumiddle.gif') top right no-repeat;
 }


 
 a.mainmenuitem, a.mainmenuitemselected {
   display: block;
   margin: 0;
   text-decoration: none;
   cursor: hand;
 }
 
 a.mainmenuitem span, a.mainmenuitemselected span {
  display: block;
     
   background: url('../images/mainmenuleftbg.gif') top left no-repeat;

   font-family: Arial;
   font-size: 11px;
   margin-left: 0;
   margin-top: 0;
   padding-top: 30px; 
   padding-left: 7px;
   padding-right: 7px;
   padding-bottom: 10px;
   height: 10px;
   cursor: hand;
   
   white-space: nowrap;
   color: #555555;
   
 
 }
 
 a.mainmenuitemselected:hover {
    text-decoration: none;
 }
 
 a.mainmenuitem:hover, a.mainmenuitemselected {
    text-decoration: none;
   background: url('../images/mainmenurightbg.gif') top right no-repeat;
 
 }
 
 
 .lowerslot {
 
    margin: 0px;
    padding: 0px;
 	
 	background: url('../images/lowerslots_borderbg.gif') top left repeat-y white;
 	vertical-align: top;
 
 }
 

 
 .lowerslot p {
 	padding-left: 10px;
 	font-family: Arial;
 	font-size: 11px;
 	
 	
 }
 
 #ItabMenu {
 margin-top: 10px;
    float: left;
    height: 70px;
    width: 650px;
 }
 
 .lowerslotstable {
 
 	width: 895px;
    border-collapse: collapse; 
    border-style: none; 
    margin: 0;
 
 }
 
 .menuspacer {
    width: 100%;   
 }
 
 table.lowerslotstable td {
 
 	padding: 0;
 	border: 0;
 	margin: 0;
 	
 
 }
 
 .logincell_normal {
  vertical-align: bottom;
 background: url('../images/loginbg_normal.gif') bottom left no-repeat; 
 width: 235px; 
  
 }
 
 .logincell {
 background: url('../images/loginbg.gif') top left no-repeat; 
 width: 235px; 
 vertical-align: top;
 
 }
 
 .footer {
 
  font-size: 11px;
  font-family: Arial;
  color: #555555;
  background: url('../images/lowerslots_bottomborder.gif') top left no-repeat;
  width: 658px;
 
  
 }
 
 .footer div {
   padding-top: 6px;
   padding-left: 14px;
   padding-bottom: 4px;
 }
 
 
 .footerlink {
 
 	background: url('../images/footerlinkbg.gif') top left repeat-x;
 	color: white;
 	
 	
 
 }
 
 .footerlink div {
 	
 	padding-top: 6px;
 	padding-left: 14px;
 	padding-bottom: 4px;
 	font-size: 11px;
 	font-family: Arial;
 	color: white;
 }
  
  
 
a {
   text-decoration: none;
   color: #b22a15;
 
 } 
 
 a:hover {
   text-decoration: underline;
 
 }
 
 
.loginlogout .lowerlinks a {
    color: black;

}


.loginlogout {
    width: 300px;
  color: black;
  font-family: Arial;
  font-size: 11px;
    background: url('../images/pt1_paneldarkbg.gif') top left no-repeat;
    padding: 0 1px 1px 0;
    margin-left: 10px;
    

}

.loginlogout .loginlogoutinner {
    background-color: #e3dedd;
    padding: 8px 0 0 10px;
    margin: 0;
}

.loginlogout .loginheader {
    background: url('../images/pt1_loginlogo.gif') top left no-repeat;
    padding: 5px 0 5px 25px;
    font-weight: bold;
    margin-bottom: 9px;
}

.logout {
    margin-bottom: 40px;
}

.inputwrapperleft {
    margin-top: 2px;
    margin-bottom: 3px;
    background: url('../images/pt1_textfieldleft.gif') top left no-repeat;
}

.inputwrapperright {
    background: url('../images/pt1_textfieldright.gif') top right no-repeat;
    }
    
    
    .loginlogoutinner table td {
        padding-right: 6px;
    }
    
.loginlogout .inputfield {

  width: 70px;
  margin-left: 4px;
  margin-bottom: 3px;
  margin-top: 2px;
  border: 0;
  font-size: 12px;
  
  
}

a.button {
    background: url('../images/lbvgrad.gif') bottom left repeat-x;
    padding: 3px 6px 3px 6px;
    color: black;
    font-size: 11px;
    border: 1px solid #eeeeff;
    
    
}


.loginlogout .loginbutton {
    border: 0px;
    width: 64px;
    height: 19px;
    background: url('../images/loginbutton.gif') no-repeat;
    color: white;
    font-family: Arial;
    font-size: 11px;
    padding: 4px;
    display: block;
    float: left;
    margin-top: 2px;
    cursor: hand; 
    text-align: center;
}

.loginlogout .lowerlinks {
    clear: both;
}

.loginlogout a.loginbutton:hover {
    text-decoration: none;
    cursor: hand;
}

.loginlogout .label {


  margin-left: 3px;
  font-size: 10px;
  margin-bottom: 3px;
  margin-top: 5px;
}




/* MEDIA LIBRARY */


/* PRODUCTS BROWSER */



/* ADMIN STYLES */


.editorcontrols {
    border: 1px solid #eeeeee;
    border-bottom: 1px solid #cccccc;
    height: 22px;
    font-size: 11px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 7px;
}

.editorcontrols div {
    display: inline;
}

.editorcontrols .error {
    display: block;
    border: 2px solid red;
    padding: 3px;
    margin: 2px;

}

.control input, .control textarea {
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;


}

.control img {
    border: 0;
}

#transfer p {
    margin-top:10px;
    
}

#transfer h1 {
    font-size: 22px;
    margin-top: 20px;
}

#transfer a.button {
   background: url('../images/lbvgrad.gif') bottom left repeat-x;
    padding: 3px 6px 3px 6px;
    color: black;
    font-size: 11px;
    border: 1px solid #eeeeff;
 
}

.section .sectionheader {
    padding: 4px 4px 2px 5px;
    font-size: 16px;
    background-color: white;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-weight: bold; 
}

.section .section .sectionheader {
    font-size: 14px;
    font-weight: bold; 
}

.button  {
    background: url('../images/lbvgrad.gif') bottom left repeat-x;
    padding: 3px 6px 3px 6px;
    color: black;
    font-size: 11px;
    border: 2px solid #eeeeff; 
}
    
a.button {
    background: url('../images/lbvgrad.gif') bottom left repeat-x;
    padding: 3px 6px 3px 6px;
    color: black;
    font-size: 11px;
    border: 2px solid #eeeeff;
}

a.button:hover {
    text-decoration: none;
    border: 2px solid #aaccff;
}


.notices {
    font-size: 11px;
    margin: 3px;
    
}

.notices a.closelink {
    display: block;
    width: 70px;
    height: 20px;
    float: right;
    text-align: right;

}
.notices .bl {background: url('../images/bl.gif') 0 100% no-repeat #d7d7d7; } 
.notices .br {background: url('../images/br.gif') 100% 100% no-repeat} 
.notices .tl {background: url('../images/tl.gif') 0 0 no-repeat} 
.notices .tr {background: url('../images/tr.gif') 100% 0 no-repeat; padding:10px} 
.notices .clear {font-size: 1px; height: 1px}


 .control .EditorForm {
	padding: 0 10px 10px 0px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid white;
	border-top: 1px solid white;
	margin: 0px 10px 0px 0px;

}

 .control .EditorForm * {
	
	font-family: Arial;
}

/*
 .control .EditorForm input, .EditorForm select {
	margin: 3px;
	padding: 2px;
	font-family: Verdana;
}

*/

 .control .EditorForm .formheader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

 .control .section .section {
	margin: 10px;
	
}	

/* .control .EditorForm table.DataGrid {
	border-collapse: collapse;
	
} */







 .control .EditorForm table.fields {
	border-collapse: collapse;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
		font-size: 11px;
}

 .control .EditorForm table.fields td.field {
	padding: 3px 6px 3px 6px;	
	background-color: white;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
		font-size: 11px;
        
}

.field {
	background-color: white;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.field p {
    font-size: 11px;
}   

 .control .EditorForm table.fields td.field table.noborder td{
	border: 0px;
	padding: 0px;
}

 .control .EditorForm table.fields td.field p {
	white-space: normal;
}

#SiteTree {
	width: 250px;
	
}
.notice {
  font-size: 11px;
  padding: 10px;
}


.ContentEditor .selectors {
  background: url('../images/lbvgrad.gif') bottom left repeat-x;
  height: 15px;
  padding-left: 2px;
  font-size: 10px;
}

a.ce_unselected {
    text-decoration: none;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
    
    
}   

a.ce_selected {
    border-top: 1px solid #6ec6f9;
    border-left: 1px solid #6ec6f9;
    border-right: 1px solid #6ec6f9;
    background: white;
    
    padding: 0px 4px 2px 4px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    
    
    
}

#UserEditor .field p {
    margin: 0; padding: 0;
}

/* END OF ADMIN STYLES */


.usereditedhtml {
    font-size: 12px;
}



