@import "element.css";
@import "actionmenu.css";
@import "table.css";
@import "modulemenu.css";
@import "advert.css";
@import "form.css";
@import "jsdiary.css";
@import "search.css";
@import "hpadmin.css";
@import "events.css";
@import "show-hide.css";


html 
{ 
  font-size:75%;
}

/* IE needs this one */
table 
{
  font-size:100%; 
}

body 
{
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom:20px;
  color:#000;
  background-color:#ffffff;
}


/** AJAX Forms support (masking out the page during model calls, showing progress bar, and displaying result messages/errors) **/

.InfoMessage
{
	background-color: #afa; 
	border: 1px solid #6a6;
	font-weight: bolder; 
	color: black;
	background-image: url(../images/AjaxForms/smallInfo.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	width:100%;
	min-height: 18px;
	margin-bottom:3px;
}

.ErrorMessage
{
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(../images/AjaxForms/smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	width:100%;
	min-height: 15px;
	margin-bottom:3px;
}

/* http://forums.asp.net/p/1108958/1710136.aspx#1710136 */

#masker
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
    background-color: #ffffff;
    z-Index:1000;
}

#progress
{
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    display:none;
    z-Index:1001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px;
    opacity:0.9;
    filter:alpha(opacity=90)
}


/** end Ajax Forms stuff **/


#top 
{ 
  margin:0px;
  padding:0px;
  background-color:#6699CC;
  background-repeat: repeat-x; 
}

#logo 
{ 
  color:#FFFFFF;
  font-size:150%;
  padding:10px 14px;
}        

#logo span
{  
  vertical-align:35%;
  padding-left:10px;  
}

#topright
{
  float:right;
  margin-top:0.5em;
  margin-right:0.5em;
}

#topright span
{
  color:#FFFFFF;
  position:relative;
  bottom:3px;
  vertical-align:bottom;
}

#topright form
{
  display:inline;
}

#topright input.logout
{
  height: 22px; 
  padding:0px;
  width: 55px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
}

/*
#leftnav 
{ 
  float:left;
  height:100%;
  padding: 20px 0px 0px 10px;
  margin-right: 20px;
}
*/
#bottom
{
  width:100%;
  text-align:center;
}

#footer
{
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom:8px;
}

#vr
{
  float: left;
  height: 100%;
}

#main
{ 
  /* margin-left: 150px; */
  min-height: 700px;
}

#content
{ 
  /*
  position: absolute;
  top: 40px;
  left: 150px; */
  margin: 0px 16px;
  margin-top: 20px;
  float: none;
  padding:0px;
  width:100%;
}

code{
    font-size: 11px;
}

/* IE fix */
body>div #content { 
  margin-right:0px;
  width:96%;
} 

p.small 
{
  font-size:90%;
  font-weight:bold;
}

a, a:visited, a:active, a:link, a:hover 
{ 
  color: #0060cd;
  text-decoration:underline;
}             

.link 
{ 
  color: #0060cd;
  text-decoration:underline;
	cursor:pointer
}                                

h1
{ 
  margin-top:0px;
  font-size:150%;
  font-weight:normal;
}

h2
{ 
  margin-top:1em;
  margin-bottom:0ex;
  font-size:120%;
  font-weight:bold;
}

h3
{ 
  font-size:120%;
  font-weight:normal;
}
h1, h2, h3, h4, h5, h6
{
  margin:1px 0;
}
/*
table tbody table {
	margin:0;
	padding:0;
	position:relative;
}
table tbody table tbody {
	margin:0;
	padding:0;
	position:relative;
	left:0;
}
table tbody table tbody tr{
	margin:0;
	padding:0;
	position:relative;
}
table tbody table tbody tr td{
	margin:0;
	padding:0;
	position:relative;
}
*/
b { font-size:inherit; }

.indent 
{  
  margin-left: 20px;  
}

.category1
{
   font-weight:bold;
}

.category2
{
   padding-left: 10px;
}

.category3
{
   padding-left: 20px;
}

.category4
{
   padding-left: 30px;
}

.category5
{
   padding-left: 40px;
}

.category6
{
   padding-left: 50px;
}

.category7
{
   padding-left: 60px;
}

.category8
{
   padding-left: 70px;
}

.category9
{
   padding-left: 80px;
}

.catmenu
{
  float:right;
}

.level1
{
  font-weight:bold;
  text-decoration:underline;
}  

.level2
{ 
  font-weight:bold;
}  

.level3
{ 
}

.error
{ 
  font-size:120%;
  font-weight:bold;
  color:#FF0000;
}

div.topnav { 
  margin:0px 0px 0px 0px;
}


.nicEdit-main {
	overflow:auto!important;
	max-height:300px;
}


/* email adverts checkbox tree */
.ac-depth-1{
     margin-left:0;
}
.ac-depth-2{
     margin-left:20px;
}
.ac-depth-3{
     margin-left:40px;
}
.ac-depth-4{
     margin-left:60px;
}
.show-hide-span{
     color:/*#0060CD*/#555;
     cursor:pointer;
     /*font-size: 10px;*/
}
.sign-desc{
     color:#666;
     font-size:11px;
}
.sign-span pre{
    background-color: #FFFFCC;
    border: 1px solid #AAAAAA;
    font-size:13px; 
    margin-top:0;
}


/* View Customer: company/sponsor logo*/
.clogo{
	float:left;
	margin-right:30px;
	border:1px solid #eee;
	padding:5px;
}