body{
	margin:0px;
	padding:0;
	font-family:Georgia;
	font-size:12px;
}


#header{
	height: 88px;
	background-image: url(/images/header_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
	background-color:#F7EFC6;
}

#header img{
	margin-left:30px;
	margin-bottom:0px;
	vertical-align:baseline;
	
}

#middle{
	padding-top:5px;

	height:100px;
	background-image: url(/images/middle_bg.gif);
	background-repeat:repeat-x;	
}

#middletext{
	margin-top:3px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}


#theList .listBlock{
	background-color:#fff;
	width:490px;
	border:1px solid #666;
	padding: 8px;
	margin: 4px;
	cursor: move;
	margin:5 0 0 -35;
}

#sideBar .listBlock{
	background-color:#fff;
	width:200px;
	border:1px solid #666;
	padding: 8px;
	margin: 4px;
	cursor: move;
	margin: 5 0 0 -35;
	overflow:hidden;
}

#theList {
	list-style-type: none;

}

#theList ul{
	list-style-position:outside;
	position:relative;
}

#sideBar {
	list-style-type: none;
	
}

#sideBar ul{
  position:relative;
  
}



.dragItem{
	display:block;
	width:115px;	
	height:63px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
}

.removeText{
	text-align: right;
	font-size:10px;
}

#wrap{
	position: absolute;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	background-image: url(/images/main_bg.gif);
	background-repeat:repeat-x;
	
}

#leftWrap{
	
	float:left;
	clear:both;
}

#rightWrap{ 
 height:300px;
 width:50px;
 border:1px solid black;

}

#main{

	
}

.textBox{
	cursor:text;
}

#sidebar .editor_field{
	width:170px;
}

#theList .editor_field{
	width:465px;
	font-size:12plx
	font-family:Georgia;
}

.sectionHeader{

}

#settingsSection{
	font-size:18px;
	font-weight:bolder;
	margin-left:5px;
	margin-top:10px;
}

#settingsSection input{
	font-size:18px;
	font-weight:bold;
}

#select_main{
	text-align:center;
	font-size:18px;
	margin-top:0px;
	padding-top:5px;
	background-image: url(/images/display_bg.gif);
	background-repeat:repeat-x;
	height:100%;
}
#main{
	text-align:left;
	font-size:18px;
	margin-top:0px;
	padding-top:5px;
	background-image: url(/images/display_bg.gif);
	background-repeat:repeat-x;
	height:100%;
	padding-left: 5em;
	padding-right: 5em;
}
#questionnaire,.questionBox {
   width: 760px;
	margin: 20px auto;
}
.add_petition{
	font-size:12px;
	margin-bottom:3px;
	text-align:right;
}

#loading{
	border:3px solid #ccc;
	margin-top:5px;
	padding:10px;
	font-size:24px;
	font-weight:bold;

	color:red;
}

#sideBar .petitionList{
	width:180px;
}

#theList .petitionList{
	width:350px;
}

.login {
	height:45px;
	padding-bottom:2px;
	font-size:12px; !important
}

#login{
	margin-top:10px;
}
#loginform{
	border: 2px solid #ccc;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-bottom:10px;
	background-color:#eee;
	
}

#welcome{
	margin-top:10px;
	width:650px;
	margin-left:auto;
	margin-right:auto;

}

#welcome .title{
	display:inline;
	font-size:24px;
	font-weight:bold;
}


.choice{
	margin-left:5px;
	margin-bottom:10px;
}

.choice a{
	text-decoration:none;
	font-weight:bold;
}

.choice a:hover{
	background-color:yellow;
}

.choice img{
	margin-right:5px;
	
}

#help{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width:650px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	margin-top:0px;
}


#theList .link_field{
	width:400px;
}

#sideBar .link_field{
	width:100px;
}

.printable{
	font-size:11px;
	cursor:pointer;
	cursor:hand;
}

.mceEditor{
	font-family:Georgia;
	font-size:12px;
}
.error {
	font-weight: bold;
	color: red;
}

