/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       
<style type="text/css">

@charset "utf-8";
/* CSS Document */


/*Main Body CSS*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-repeat: repeat-x;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol,li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#container {
	margin: auto;
	width: 950px;
}
#header {
	float: none;
	height: 10px;
	width: 950px;
}
#logo {
	float: left;
	height: 94px;
	width: 233px;
	margin-top: -30px;
}
.topSearch {
	width: 400px;
	height: 54px;
	margin-left: 200px;
	float: left;
	background-image: url(images/search-topsms.jpg);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.searchBar {
	float: left;
	height: 15px;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-left: 15px;
	margin-top: 17px;
	padding-top: 5px;
	font-size: 12px;
	color: #666;
	padding-left: 5px;
}
#toplog {
	float: right;
	height: 30px;
	width: 105px;
	margin-right: 5px;
	background-image: url(images/top-login.jpg);
	text-align: center;
	padding-top: 23px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	background-repeat: no-repeat;
}
#toplog a {
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
}
#flash {
	float: left;
	height: auto;
	width: 948px;
	border: 1px solid #CCC;
	text-align: center;
	z-index: -10;
}
#main {
	float: left;
	height: auto;
	width: 650px;
	background-image: url(images/main-pic.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-left: 300px;
	padding-top: 14px;
	line-height: 1.4em;
}
#menus {
	float: left;
	height: 35px;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(images/sms-menus.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
}
#menus ul {
	padding: 0px;
	margin-top: 0px;
}
#menus a {
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#menus li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menus a:hover {
	color: #FFF;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6CAC0D;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#copy {
	width: 950px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#container #header #login {
	float: left;
	height: 60px;
	width: 400px;
	margin-left: 200px;
	background-color: #91B038;
}
.style2 {
	font-size: 10px;
	color: #CCCCCC;
}

</style>
html, body {border: 0; margin: 0; padding: 0;}

body {
	font: 85%/0.9 arial, helvetica, sans-serif;
	line-height: 130%;
	width: 100%;
	min-width: 990px;
	color: black;
	overflow: scroll;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}
#contents {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
#error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
