@import url("wscraft_default.css");

html {

	height: 100%;
}

body {
	background-color: #535353;
   background: url(../images/css_back1.gif);
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
	}
form {
  margin: 0px;
  padding: 0px;
}


  a {
    color: #2C73A7;
    text-decoration: none;
  }

    a:hover {
    color: #E68200;
    text-decoration: underline;
  }

.clear-both {
  clear: both;
}

/* ----- demo Descriptions --------------- */

.demo-desc {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  font-size: 11px;
}


/* ----- LAYOUT --------------- */
#container { 
    background: url(../images/css_back.gif) repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: left;
    min-height: 100%;
	}

#container-in {
	width: 775px;
	background: White;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	height: 100%;
	}		
		
#header {
	height: 104px;
width: 775px;
position:relative;
left:0px;
top:0px;

}

#logo {
float: left;
height: 80px;
width: 300px;
background: url(../images/logo.gif);
background-repeat: no-repeat;
background-position: 0px 10px;

}

#search {
float: right;
width: 300px;
margin-top: 5px;
	height: 104px;
text-align: right;
position:relative;

z-index:-2
}

#search input {
border: solid 1px #9E9E9E;
background: #F3F3F3;
font-size: 11px;

}

#head-login {
margin-top: 10px;
}

#path {
padding: 2px;
background: #EEEEEE;
font-size: 11px;
padding-right: 20px;
text-align: right;

}

#title {
background: #F3F3F3;
padding-left: 25px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 17px;
font-weight: bold;
border-bottom: 1px #B1B1B1 dotted;
color: #94d022;
background: url(../images/title.gif);
background-repeat: no-repeat;
background-position: 0px 5px;


}

#main-description {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CACACA;
}



#footer {
	height: 80px;
	background: url(../images/css_footer_back.gif);
	background-position: top;
	background-repeat: repeat-x; 
	margin-top: 10px;
    padding-top: 18px;
}	

#menu {
	height: 30px;
	margin-bottom: 10px;
    background: #FFFFFF;
    padding-top: 4px;
}
		
/* ----- INDEX------- */

#index-left {
	float: left;
	width: 400px;
    margin-top: 20px;

}

#index-right {
	float: right;
	width: 232px;
    margin-top: 20px;
    background: #F8F8F8;
    height: 250px;
}


.index-links {
  height: 200px;
  border-top: 1px dotted #CECECE;
  margin-top: 20px;
}

.index-welcome img {
  margin-bottom: 5px;
}

.index-welcome div {
margin-left: 2px;
margin-right: 10px;
}

.index-what-new {
  padding: 10px;
}


.index-div-links1 {
  float: left;
  width: 212px;
  height: 150px;
  margin-top: 10px;
}

.index-div-links {
  float: left;
  width: 212px;
  height: 150px;
  border-left: solid #D4D4D4 1px;
    margin-top: 10px;
}

.index-div-links2 {

background: #F3F3F3;
padding-left: 25px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
font-size: 17px;
font-weight: bold;
border-bottom: 1px #B1B1B1 dotted;
color: #94d022;
background: url(../images/title.gif);
background-repeat: no-repeat;
background-position: 0px 5px;

}

.index-div-links3 {
padding-left: 10px;
}

.index-div-links3 ul {
list-style: none;
margin: 0px;
padding: 0px;
margin-top: 10px;
}

.index-div-links3 li {
padding-bottom: 5px;

}



/*REGISTER - EDIT */

.account-title {
padding: 10px;
  background: #E1E1E1;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bolder;
}

.reg-css h3 {
width: 140px;
font-size: 12px;
margin: 0px;
padding-left: 10px;
}

.reg-css td {
border: 1px #D7D7D7 solid;
padding: 2px;

}

.reg-css input {
width: 200px;
border: 1px #C3C3C3 solid;
margin: 3px;
padding: 4px;

}




