/*##################################### RULES SETTINGS ################################################*/
/* Wrapper */
#rules {
width: 650px;
padding-bottom: 10px;
background-image: url(../images/top_bg.png);
background-repeat: repeat-x;
}
/*Rules Title*/
p#rulestitle {
font-size: 16pt;
padding: 10px;
font-family: cursive;
}
/* IE6 Only */
* html p#rulestitle {
padding: 2px;
}
/* IE7 ONLY */
*:first-child+html p#rulestitle {
padding: 2px;
}
/*list style*/
ul#ruleslist{
list-style-image: url(../images/info.png);
font-family: cursive;
}
/*##################################### COPYWRITE INFO ################################################*/  
/*wrapper*/
#ninjaspan {
width: 650px;
height: 80px;
background-image: url(../images/bot_bg.png);
background-repeat: repeat-x;
}
/*Paragraph styling*/
#ninjaspan p {
position:relative;
top:30px;
left: 174px;
width: 300px;
height: 32px;
background-image: url(../images/foot.png);
background-repeat: no-repeat;
padding-top: 8px;
font-family: cursive;
}
/* IE6 Only */
* html #ninjaspan p {
left: 20px;
top: 10px;
}
/* IE7 Only */
*:first-child+html #ninjaspan p {
left: 20px;
top: 10px;
}
/*link styling*/
#ninjaspan a {
text-decoration: none;
}

/*##################################### CONTENT SETTINGS ################################################*/  
/*form*/
.adminForm {
width: 650px;
}
/*wrapper*/
#contentParams {
width: 650px;
position: relative;
overflow: hidden;
margin-left: 25px;
font-family: cursive;
}
/*##################################### DESCRIPTION SETTINGS ################################################*/  
/*section*/
#sectionname  {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
}
/*catid*/
#catidname {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 30px;
}
/*created by*/
#createdbyname {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 70px
}
#emailname {
width: 36%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top:100px;
}
#titlename {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 130px;
}
#image1name {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 160px;
}
#image2name {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 190px;
}
/*##################################### INPUT BOX SETTINGS ################################################*/  
#sectionbox {
width: 84%;
float: left;
position: absolute;
left: 128px;
}
SELECT {
font-family: cursive;
}
#catidbox {
width:84%;
float:left;
position: absolute;
left: 128px;
top: 35px;
}
#createdbybox {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 70px;
}
INPUT#created_by_alias, #email, #submit_title {
background-image: url(../images/input.png);
background-repeat: repeat-x;
font-family: cursive;
}
#emailbox {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 100px;
}
#titlebox {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 130px;
}
#image1box {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 160px;
}
#image2box {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 190px;
}
/*##################################### TOOL BAR SETTINGS ################################################*/  
#toolbar {
width:42%;
position: absolute;
left: 230px;
}
#toolsave {
position:absolute;
left: 210px;
}
#toolcancel {
position:absolute;
left:290px;
}
#toolsave img {
border: none;
}
#toolcancel img {
border:none;
}
/*##################################### CONTENT TEXT SETTINGS ################################################*/  
#introtextname {
width: 100%;
position: relative;
top: 235px;
left: 20px;
}
#introtextbox {
width: 100%;
position: relative;
height: 480px;
top: 235px;
left: 20px;
}
#maintextname {
width: 100%;
position: relative;
top: 30px;  
left: 20px;
}
#maintextbox {
width: 100%;
position:relative;
top: 30px;
height: 480px;
left: 20px;
}
/* IE6 Only */
* html #maintextbox {
height: 500px;
}
/* IE7 ONLY */
*:first-child+html #maintextbox {
height: 500px;
}
TEXTAREA#introtext, #fulltext {
background-image: url(../images/text.png);
font-family: cursive;
}


