/* Start of CMSMS style sheet 'style' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#content table {
margin: 0 auto;
}
html {
	height: 100%;	
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: #850715;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

b,strong {font-weight: bold;}

i {font-style: italic;}

h1 {font-size: 19px; margin: 10px 0px;}
h2 {font-size: 17px; margin: 10px 0px;}
h3 {font-size: 15px; margin: 10px 0px;}

p {
	margin: 0 0 18px
}

img {
	border: none;
}
input {
	vertical-align: middle;
}

table td{
   border: 1px solid;
   padding: 5px;
	}
	
ul {margin-left: 10px;}
ol {margin-left: 10px;}
ul ol {padding-left: 20px;}

td ul,td ol {
   margin: 0px;
   list-style-position: inside;
	}
	
li p,td p {
margin: 0px!important;
padding: 0px!important;
display: inline!important;
}

#wrapper {
	min-width: 750px;
	max-width: 1680px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-right: 2px solid #3f0008;
	border-left: 2px solid #3f0008;
}
div {border: 0px solid green;}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: url(/uploads/alaxar/header.jpg) no-repeat;
   padding-top: 23px;	
}
	
#enter {
   margin: 29px 0px 0px 5px;	
   color: white;	
   display: table;
   float: left;
   }
#enter a{
   color: white;
   text-decoration: none;	
	}	

	#enter a:hover{
text-decoration: underline;	
	}	
	
#breadcrumbs {
	margin-left: 330px;
	font-size: 17px;
	color: black;
	display: block;
	margin-top: 45px;
	}
	
#breadcrumbs a {
	color: #850715;
	outline: none;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#header a.title{
   font-size: 21px;
   color: #ffc692;
   letter-spacing: 0.001em;
   text-decoration: none;
   padding: 15px 0px;
}

.cell {
	display: table-cell!important;
	vertical-align: middle;
	}
	
div.cell div {width: 165px;
overflow: hidden;
color: #fff; 
   }

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin: 0 0 0 279px;
        padding: 0 10px 0 21px;
	overflow-y:scroll;
	height:auto;
}

#content ul {margin-left: 40px; }

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 275px;
	margin-left: -100%;
	position: relative;
	border-right: 3px solid #3f0008;
	height:auto;
	overflow-y:scroll;
	
}

#sideLeft ul {margin-left: 10px; list-style-type:none;}
#sideLeft a {color: #85061b; text-decoration: none; padding: 1px 0px; display: block;}
#sideLeft a:hover {color: #fff; background-color: #850715;}
#sideLeft a span {color: #000; }
#sideLeft a:hover span {color: #ff8b00; }

a.currentpage {background-color: #850715;}
a.currentpage span {color: #ff8b00!important;}
#sideLeft a.currentpage {color: #fff; text-decoration: none; cursor: default;}


#sideLeft h3 {
   margin: 5px;	
	}

ul.clearfix  {
font-weight: bold;
font-size: 16px;
}

li.sectionheader ul li.sectionheader  {
font-size: 15px;
}

li.sectionheader ul li.sectionheader  ul {
font-size: 14px;
font-weight: normal;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    border-top: 0px solid green;
	margin: -91px auto 0;
	min-width: 750px;
	max-width: 1680px;
	height: 91px;
	background: url(/uploads/alaxar/footer.jpg) no-repeat;
	position: relative;
	text-align: center;
	border-right: 2px solid #3f0008;
	border-left: 2px solid #3f0008;
}

#left {
   display: inline-block;
   padding-left: 10px;
   padding-top: 13px;
   float: left;
   text-align: left;
   }

#left input[type=submit] {
   cursor: pointer;
   vertical-align: middle;
   margin: 0px 0px 0 -5px;
   height: 31px;
   width: 41px;
	background: url(/uploads/alaxar/search.png) 7px 2px no-repeat #ff8b00;
   border: 0px;
   display: inline;
   -moz-border-radius: 0px 6px 6px 0px; /* Firefox */
	-webkit-border-radius: 0px 6px 6px 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px 6px 6px 0px; /* KHTML */
 	border-radius: 0px 6px 6px 0px; /* CSS3 */
	}

#left input[type=text] {
	vertical-align: middle;
	display: inline;
	width: 225px;
	height: 29px;
	font-size: 16px;
	color: #000;
	border: 0px;
	-moz-border-radius: 6px 0px 0px 6px; /* Firefox */
	-webkit-border-radius: 6px 0px 0px 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px 0px 0px 6px; /* KHTML */
 	border-radius: 6px 0px 0px 6px; /* CSS3 */
	}
	
#center {
display: inline-block;	
text-align: center;
margin-top: 5px;
	}

#right{
	width: 290px;
	display: inline!important;
	text-align: right;
	float: right;
	padding-right: 10px;
	margin-top: 5px;
   }

.password {
   color: #fff;
   margin-top: 19px;
   display: block; 	
	}
	
.password span {
	background-color: #fff;
	color: black;
	}
	
.copyright {
   color: #fff;
   margin-top: 20px;
   display: block;
   font-size: 10px;
   line-height: 10px;	
	}


a.prev {
	width: 97px;
	height: 37px; 
	display: inline-block; 
	overflow: hidden;
}

.prev:hover img{
	 margin-top:-37px;
}

a.next {
	width: 97px;
	height: 37px; 
	display: inline-block; 
	overflow: hidden;
}

.next:hover img{
	 margin-top:-37px;
}

/* registration */

#registration {
margin: 20px auto;
padding-top: 15px;
width: 554px;
height: 283px;
background: url(/uploads/alaxar/reg.jpg) no-repeat;
color: #fff;
}

#registration input {
width: 300px;
border: 1px solid #850715;
  }
#registration input[type="checkbox"] {
width: auto;
}

#registration table { 
   margin: 0 auto;
   border: 0px;
   }

#registration table td { padding: 8px 0; border: 0px;}

#registration input[type=button] {
margin: -3px auto 0px;
cursor: pointer;
border: 0px;
width: 125px;
height: 48px;
display:block; 
overflow: hidden;
background: url(/uploads/alaxar/registration.png) no-repeat;
}

#registration input[type=button]:hover {
background: url(/uploads/alaxar/registration.png) 0px -48px no-repeat;
}

#registration h2, .error {color: #ffc692;}
#registration .error {font-size: 80%;}

/* feedback */

.contactform td {border: 0px;}
.contactform input, textarea {width: 300px;}

/* custom styles */

.margin_left {margin-left: 15px;}
.margin_right {margin-right: 15px;}

/* test style */

.test_wellton,.cms_submit  {

         background-color: #850715;

         color: #fff;

         border: 2px solid #ff8b00;

         padding: 2px 10px;

         -moz-border-radius: 10px; /* Firefox */

	-webkit-border-radius: 10px; /* Safari, Chrome */

	-khtml-border-radius: 10px; /* KHTML */

 	 border-radius: 10px; /* CSS3 */

        text-decoration: none!important;

        cursor: pointer;
         
         }

/* End of 'style' */

