@import url("base.css"); /*Base css file with text resizers and width buttons*/
@import url("customize.css"); /*Use this file to customize your website*/
@import url("moduletables.css"); /*featuredfront and other -2 moduletables*/
@import url("modules.css"); /*Module stylings*/
@import url("sidemenu.css"); /*The aptly named side menu css*/
@import url("producttablestyle.css"); /*table for product matrix*/
@import url("h1sectionstyles.css"); /*the styling graphics applied to h1 tags as decoration*/
@import url("h2sectionstyles.css"); /*the styling graphics applied to h2 tags as decoration*/
@import url("lightbox.css"); /*for lightboxes*/
@import url("menu.css"); /*for the son-of-suckerfish-menu*/

/*Nice table headering for article attachment tables in the blog*/
#file_attachments thead th {
	background:transparent url(../images/bg-thead.gif) repeat-x scroll left bottom;
	border-bottom:2px solid #AAB5C3;
	color:#667788;
	font-size:90%;
	font-weight:bold;
	padding:4px 5px 0pt;
}
#file_attachments td {
	padding:4px 5px 4px 5px;
}
#file_attachments {
	border-collapse: collapse;
}
#file_attachments tr {
	border-bottom:1px solid #CCCCCC;
	padding:0.1em 0.6em;
}


img { border-style: none; }

/*This CSS controls the height of the header and the user1 box. Adjust the height in ems to fit your logo image*/
#header {
	height: 140px;
	background: transparent url(../images/bodybackground.png) repeat-x scroll left top;
}
#user1 {
	height:100px;
}

/*CSS for logo. Its a image replaced link as an H1 tag*/
#header h1 {background:url(../images/logo.png) bottom left no-repeat;}/*Set the line-height and width equal to your logo image here*/
#header h1 a {
	width:200px;
	line-height:84px; /*60*/
}
#header h1{
	width:200px;
	height:84px;
	margin: 15px 0px 0px 0px;
}
/*----------------------------------NEW LOGIN PAGE ----------------------------------*/
.logintable {
	margin: 10px 0px 10px 0px;
}
td.logintableleft {
	background-color:#F4F4F4;
	border-right:1px solid #CCCCCC;
	padding:5px 15px;
	width:40%;
}
td.logintableright {
	/*background-color:#F4F4F4;*/
/*	border-right:1px solid #CCCCCC;*/
	border: 1px solid #cccccc;
	padding:5px 15px;
	width:66%;
}
/*----------------------------------END NEW LOGIN PAGE ----------------------------------*/

/*---------------------------------- MOSHIDE MOSBOT ----------------------------------*/

/*a.importantbox {
	
}*/
/*div.moshide {
	
}*/
a.moshide:link {
	border-bottom:1px dotted #555555;
	border-left: none;
	border-top: none;
	border-right: none;
	color: #900000;
	/*color:#C63434;*/
	padding-bottom:0px;
	text-decoration:none;
}
a.moshide:visited {
	color: #880000;
	text-decoration:none;
	border-bottom:1px dotted #555555;
}
a.moshide:hover {
	color: #C63434;
	text-decoration:none;
	border-bottom:0px dotted #555555;
}
.importantbox a.moshide:link {
	border-bottom:1px dotted #555555;
	border-left: none;
	border-top: none;
	border-right: none;
	color: #900000;
	/*color:#C63434;*/
	padding-bottom:0px;
	text-decoration:none;
}
.importantbox a.moshide:visited {
	color: #880000;
	text-decoration:none;
	border-bottom:1px dotted #555555;
}
.importantbox a.moshide:hover {
	color: #C63434;
	text-decoration:none;
	border-bottom:0px dotted #555555;
}

/*---------------------------------- END MOSHIDE MOSBOT ----------------------------------*/

/*---------------------------------- FOR SPECIAL SECTIONS ----------------------------------*/

.hilighted-div {
	background:#fff6dc none repeat scroll 0%;
	border:1px solid #444;
	display:block;
	margin-top:15px;
	padding:15px 10px;
}

hr {
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-top: 1px dotted #BF1B1D;
	margin: 15px 0px;
	}