@import url(text.css);
@import url(layout.css);

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	height: 100%;
	width: 100%;	

	background-color:#dfded7;

}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;

}

img {
	border: 0px;
}

p {
	
	padding-top: 8px;
	padding-bottom: 8px;
}




ul {
	list-style:none;
}

li {
	list-style:none;
}

td {
	
	

}

div {
	
}

/************************* misc*/

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

label {
    line-height:20px;
}

.raquo {
	padding-left: 5px;
	padding-right: 5px;
}


/************************* form*/


form  {
   margin: 0px;
   display: inline;
}

input {
	font-size: 1em;
	border: 1px solid #ABC6DD;
	background: #F8FAFA;
	margin-right: 5px;	
	margin-bottom: 5px;
}

input:hover,
input:focus, 
textarea:hover, 
select:hover, 
checkbox:hover {
	border: 1px solid #4E6972;
	background: #E2EBEB;
}

/*CSS 3*/

  input[type="text"],
  input[type="password"] {
	padding:4px;
}
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	background: url(../images/layout/nav.png) repeat-x left -50px;
	color:#fff;
	padding:4px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	background: url(..//images/layout/nav.png) repeat-x left 0px;
}

input[type="checkbox"] {
	background: #F8FAFA;
}
/*end*/

textarea  {
	border: 1px solid #ABC6DD;
	background: #F8FAFA;

	width: 48em;
	height: 30em;
	margin-bottom: 5px;
}

select  {
	border: 1px solid #ABC6DD;
	background: #F8FAFA;
	margin-bottom: 5px;
 }

code, tt, pre
{
	font-size: 120%;
}


.clearb  {
   clear: both;
   }

.pageback  {
   margin-top: 10px;
   }

   
input.pagebutton {
	cursor: pointer;
	background: transparent	url(../images/layout/nav.png) repeat-x left -50px;
	color:#fff;
}

input.pagebuttonhover  {
  background: transparent url(../images/layout/nav.png) repeat-x left 0px;
   cursor: pointer;
}

input.pagecheckbox  {
   border: none;
}

textarea.pagebigtextarea { 
	height: 40em; 
	width: 55em; 
}
textarea.pagesmalltextarea { 
	height: 15em; 
	width: 48em; 
}
textarea.pageheadtags  {
   height: 5em;
}


img.pageicon  {
   border: none;
}
img.systemicon  {
   border: none;
   vertical-align: middle;
}

a.pageoptions  {
   color: #384654;
   vertical-align: 3px;
}

a.pageoptions  {
   color: #384654;
   vertical-align: 3px;
}
a.pageback  {
   color: #384654;
}

label {
    line-height:20px;
}

label.title {
    width:200px;
    float:left;
}

label.orderLabel {
	width:190px;
	float:left;

}



	

	


