/******  Selectors  ******/
body{
   font: 13px/1.3 Verdana,Arial,Helvetica,sans-serif;
   color: #333;
   background: #EFF6FA url('/img/page_bg.gif') repeat-x;
}
body.mceContentBody{
	background: #fff;
}
strong{
	font-weight: bold;
}
.clear { clear: both; }
h1{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #748494; 
  font-size: 150%;
  margin-bottom: 5px;
}
a, a:visited, a:link{
  color: #06c;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  color: #F60;
}
pre{
	font-family: monospace;
}
fieldset.basic, fieldset.helpdesk{
	border: 2px solid #ddd;
	position: relative;
	display: block;
	width: 70%;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
} 
fieldset.basic label{
	display: block;
	float: left;
	width: 150px;     
	color: #999;
	padding-right: 5px;
	text-align: right; 
	font-weight: bold;
}
fieldset.basic p, fieldset.helpdesk p{
	margin-bottom: 5px;
}
fieldset.basic legend, fieldset.helpdesk legend{
    font-size: 135%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #80A71F;
	padding: 0 0.5em;
}
table{
	border-top: 1px solid #63849f;
	border-right: 1px solid #63849f;
	background-color: #63849f;
	width: 100%;
	border-collapse: collapse;
}
th{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
   	color: #FFF;
   	background-color: #63849f;
	padding: 3px;
	border-bottom: 1px solid #63849f;
	border-left: 1px solid #63849f;
}              
tr{
	color: #000;
   	background-color: #fff;
   	vertical-align: top;
/*	border-bottom: 1px solid #63849f;*/
}   
tr.alt, tr.odd{
	background-color: #cfe1f3;	
}
tr.important{
	font-weight: bold;
	font-size: 14px;
	background-color: #FEE87B;
}
td{
   padding: 3px;
   border-bottom: 1px solid #63849F;
   border-left: 1px solid #63849F;
} 
td a, td a:link, td a:visited{
	text-decoration: none;
}

hr{
	color: #63849f;
	background-color: #63849f;
	border: 0;
	height: 2px;
	margin: 0 0 10px;
}

/***  Main Layout  ***/ 
#wrapper{ 
  margin: 10px auto;
  background-image: none;
  background-color: #fff;
  width: 960px;
  border: 3px solid #63849f;
}
#home_header{
   width: 940px;
   height: 180px;
   margin: 10px;
   margin-bottom: 0;
   background: url("/img/home_header.png") no-repeat;
   font-size: 225%;
   color: #FFFFFF;
}
#header{
   width: 940px;
   height: 90px;
   margin: 10px;
   background: url("/img/header_bg.png") repeat-x;
   font-size: 225%;
   color: #FFFFFF;
}
#header p{
   text-align: center;
   padding-top: 25px;
}
#content{
   clear: both;
   width: 100%; 
   text-align: left;
   position: relative;
}
#sidebar{
   float: left;
   width: 20%;
}     
#main{ 
	float: right;
	width: 80%;
} 
#footer{
  width: 960px;
  height: 125px;
  text-align: center;
  color: #748494;
  margin: auto;
  clear: both;
}
/******  Selector specific  ******/
table.standard .header{
   color: #FFF;
   background-color: #748494;
   font-weight: bold;
   text-align: center;
}

/******  Rails Specific  ******/
.fieldWithErrors{
  padding: 2px;
  background-color: #c00;
  display: table;
}

#errorExplanation {
  width: 90%;
  border: 2px solid #c00;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
	background: transparent url('/img/bullet_red.png') no-repeat scroll left center;
	padding-left: 20px;
	margin-bottom: 5px;
}
#flash_notice{  
   width: 100%;
   border: 2px solid #72c868;
   background-color: #b5dfb8;
   margin-bottom: 10px;
}
#flash_notice p{
   font-size: 14px;
   font-weight: bold; 
   color: #4eb242; 
   padding: 10px 10px 10px 20px;
   margin-left: 10px;
   background: transparent url('/img/accept.png') no-repeat scroll left center;
}    
#flash_warning{  
   width: 100%;
   border: 2px solid #C9AD2B;
   background-color: #FEE87B;
   margin-bottom: 10px; 
}
#flash_warning p{
   font-size: 14px;
   font-weight: bold; 
   color: #c9ad2b; 
   padding: 10px 10px 10px 20px;
   margin-left: 10px;
   background: transparent url('/img/error.png') no-repeat scroll left center;
}
#flash_alert{  
   width: 100%;
   border: 2px solid #F44841;
   background-color: #FF9F8C;
   margin-bottom: 10px; 
}
#flash_alert p{
   font-size: 14px;
   font-weight: bold; 
   color: #F44841; 
   padding: 10px 10px 10px 20px;
   margin-left: 10px;
   background: transparent url('/img/exclamation.png') no-repeat scroll left center;
}

/******  Sidebar Menu  ******/
ul.menu {
	width: 98%;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	list-style: none; 
	border: 1px solid #748494;
}

ul.menu li a {
	height: 24px;
	font-size: 14px;
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
	background: url('/img/it_menu_bg.png') repeat-x;
	display: block;
	padding: 6px 0 0 4px;
}		
ul.menu li a:hover {   
	text-decoration: none;
}
ul.submenu{
	width: 100%; 
	background: url('/img/it_submenu_bg.png') repeat-x;
} 
ul.submenu li a{
	font-size: 12px;
	color: #748494;
	border-bottom: 1px solid #eee;
	background-image: none;
	display: block;
	padding: 8px 0 0 8px;
}
ul.submenu li a:hover{ 
	color: #fff;
	background: url("/img/menu_hover_bg.png") repeat-x;
	border-top: 1px solid #356fb9;
	border-bottom: none;
}

/******  GENERAL classes  ******/
.hidden{
   display: none;
}
.centered{
   text-align: center;
   vertical-align: middle;
}
.center{
    margin: auto;
}
img.left{
	margin-right: 5px;
	border: 1px solid #ccc;
	float: left;
}                         
.breadcrumbs{
	height: 33px;
	border: 1px solid #D9D9D9;            
	color: #444;
	line-height: 33px; 
	font-size: 11px;
	font-weight: bold; 
	margin-bottom: 10px;
}                   
.breadcrumbs a{
	float: left;
	padding-left: 5px;         
	text-decoration: none;
}
.breadcrumbs a.crumb{
	background: url('/img/breadcrumb.png') no-repeat;
	padding: 0 5px 0 15px;    
}

/*deprecated*/
.align-middle{
	vertical-align: middle;
}       
a.icon{
  text-decoration: none;
} 
a.icon img{
  margin: 0 2px -3px 0;
  width: 16px;
  height: 16px;
}
a.button{
  display: block;
  float:left;
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #565656;
  cursor: pointer;
  padding: 5px 10px 6px 7px; /* Links */
}
a.button:hover{
}
a.button:active{
  background-color: #ddd;
}
a.button img{
    margin: 0 3px -3px 0;
    width: 16px;
    height: 16px;
}
img.icon{
  vertical-align: middle;
}
.content_inner{
  padding: 10px;
}             
.content_box{
  border: 1px solid #748494; 
  background-color: #fff;
  width: 100%;
  clear: both;
}
.content_box li{
	background: transparent url('/img/bullet_blue.png') no-repeat scroll left top;
	padding-left: 20px;
	margin-bottom: 5px; 
} 
.content_box_inner{
	padding: 5px;
}
.content_box h1{
  background: url("/img/it_menu_bg.png") repeat-x;
  font: 135% Verdana,Tahoma, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  height: 25px;
  margin: 0;
  padding: 0;
}
.timestamp{
	background: #fff url('/img/time.png') no-repeat left center;
  padding: 2px 0 2px 20px;
	color: #333;
	line-height: 1.8;
} 
.category{
	background: url('/img/tag_blue.png') no-repeat scroll left center;
	padding-left: 20px; 
	margin-left: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ccc;
}
.post{
	background: url('/img/it_submenu_bg.png') repeat-x; 
	padding: 5px 5px 0 5px;
	border: 1px solid #ccc;  
	margin-bottom: 10px;
}
.post p{
	margin-bottom: 5px;
	text-indent: 20px
}
.post .tag{
	background: #fff url('/img/tag_blue.png') no-repeat;
    padding: 2px 0 2px 20px;
	color: #333;
	line-height: 1.8; 
}
.post h4{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}                      
.post h5{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-image: none;
} 
.post_footer{
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}
ul.simple li{
	background: transparent url('/img/bullet_blue.png') no-repeat scroll left center;
	padding-left: 20px;
	margin-bottom: 5px; 
}
.admin_post{           
	width: 385px;
} 
.admin_post_top{
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 5px;
	position: relative;
}
span.italics{
	font-style: italic;
}
span.submenu-indicator{
	font-size: 18px;
	color: #ff9933; 
	position: absolute;
	right: 0;
	top: 4px;
}
/******  GENERAL ids  ******/    
#notification_good{  
	width: 100%;
	border: 2px solid #72c868;
	background-color: #b5dfb8;
	margin-bottom: 10px;          
}
#notification_good p{
	font-size: 14px;
	font-weight: bold; 
	color: #4eb242; 
	padding: 10px 10px 10px 20px;
	margin-left: 10px;
	background: transparent url('/img/accept.png') no-repeat scroll left center; 
}    
#notification_bad{  
	width: 100%;
	border: 2px solid #F44841;
	background-color: #FF9F8C;
	margin-bottom: 10px;   
}
#notification_bad p{
	font-size: 14px;
	font-weight: bold; 
	color: #F44841; 
	padding: 10px 10px 10px 20px;
	margin-left: 10px;
	background: transparent url('/img/exclamation.png') no-repeat scroll left center;  
}
#files a{
    text-decoration: none;
}
#files td{
	vertical-align: middle;
}
#file_upload{
   width: 75%;
   margin-bottom: 10px;
   border: 2px solid #63849f;
   background-color: #EFF6FA;
   font-size: 20px;
   color: #63849f;
   font-weight: bold;  
   padding: 10px;
}
/***  Home  ***/
#banner{
	width: 100%; 
	height: 40px;
	color: #748494;
	background-color: #e7e7e7;
	position: relative; 
	margin-bottom: 10px;
} 
#banner .bannerleft{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #e7e7e7;         
	border: 1px solid #748494;
	border-right: 0;
}
#banner .bannerright{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #e7e7e7;
	right: 0; 
	border: 1px solid #748494;
	border-left: 0;    
}
#google_search{
	font-size: 18px;
	width: 190px;
	color: #CCC;
}
#left{
	width: 49%;
	float: left;
}
#right{
	width: 49%;
	float: right;
}
h4.birthday{
	font-weight: normal;   
	background: transparent url('/img/cake.png') no-repeat scroll left center;
	padding: 2px 0 2px 20px;
}
#quote{
	width: 99%;
	background: url("/img/quote-bubble.png") no-repeat #ECF2F8;
	border: 1px solid #748494;
	min-height: 75px;
}
#quote p{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin-left: 80px; 
	padding: 10px;
}
.posts_header{
	background: transparent url(/img/newspaper.png) no-repeat left center; 
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #333;
}
/***  Profiles ***/ 
.profile h2{
	font-size: 20px;
	font-weight: bold;
}
.profile p{
	text-indent: 20px;
	margin-bottom: 5px;
} 
.profile .header{
	position: relative;  
}
/****  HELPDESK  ***/
.line{
   margin-top: 10px;
   background: url("/img/linerepeat.gif") repeat-x;
   width: 100%;
   height: 4px;
   margin: auto;
}
#asset_tag_help_info{
	font-size: 16px;
	border: 2px solid #80A71F;
	padding: 5px;
	margin-bottom: 10px;
}
fieldset.helpdesk textarea{
	width: 95%;
	height: 100px;
}
fieldset.helpdesk label{
	color: #999;
	font-size: 14px;
	display: block;
	font-weight: bold;
}
/*------------------------
  Reports
------------------------*/
  /* jQuery table sorter style */
  table.tablesorter thead tr th{
  	background: #63849f url(/img/bg.gif) no-repeat center right;
  	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	letter-spacing: 1px;
  	text-transform: uppercase;
  	text-align: left;
  	padding: 4px;
  	cursor: pointer;
  }
  table.tablesorter thead tr .headerSortUp {
  	background-image: url(/img/asc.gif);
  }
  table.tablesorter thead tr .headerSortDown {
  	background-image: url(/img/desc.gif);
  }
  table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  	background-color: #83C948;
  }

  /* Salesperson MTD data chart */
  table.mtd_data{
  	font-size: 10px;
  }
	table.mtd_data caption { font-size: 14px; font-weight: bold; text-align: right; }
  table.mtd_data tbody tr{
  	height: 30px;
  }
  table.mtd_data th{
  	width: 30px;
  	text-align: center;
  	vertical-align: middle;
  	padding: 0;
  }
  table.mtd_data tbody tr.headers{
  	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	letter-spacing: 1px;
  	text-transform: uppercase;
  	height: 25px;
  	padding-top: 5px;
  	color: #333;
  }
  table.mtd_data tbody td{
  	width: 30px;
  	text-align: center;
  	vertical-align: middle;
  	padding: 0;
  }
  table.mtd_data tbody tr.headers td{
  	width: 400px;
  	text-align: left;
  	padding-left: 3px;
  	font-weight: bold;
  	font-size: 12px;
  	vertical-align: bottom;
  }
  
  /* sales motivation board */
  table.smb {
    float: left;
    margin-right: 10px;
    width: 320px;
  }
