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

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #444444;
}

#terms h2
{
	padding: 0px;
	margin-bottom: 15px;
}

#terms ul
{
	padding-left: 15px;
	list-style-type: square;
	margin-bottom: 15px;
}

#main
{
	margin: 10px;
	
	background-color: #FFFFFF;
	padding: 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#login
{
	width: 380px;
	
	margin: auto;
	
	margin-top: 200px;
	
	background-color: #FFFFFF;
	padding: 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#login .error-box
{
	text-align: center;
}

#login .error-box li
{
	list-style-type: none;
}

#login h1
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	border: none;
	margin-bottom: 10px;
}

.list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

.list span
{
	font-style: italic;
}

.list li
{
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #DDDDDD; */
}

.list ul
{
	background-image: url(../images/tree_line.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.list li.highlight
{
	background-color: #FFFFDD;
	z-index: 0;
}

.list ul li
{
	list-style-type: none;
	padding-left: 30px;
	
	background-image: url(../images/tree_branch.gif);
	background-position: 0px 14px;
	background-repeat: no-repeat;
}

.list ul li:last-of-type
{
	background-image: url(../images/tree_branch_end.gif);
}

.list li h2, .list li h2 a
{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #0f9fd7;
}

.list li .delete
{
	display: none;
}

.list li.selected .delete
{
	display: inline;
}

.draggable li.newsletter h2:hover, .draggable li.folder li.newsletter h2:hover
{
	cursor: move;
}

.draggable li.folder h2:hover
{
	cursor: pointer;
}

.draggable li.newsletter h2 a img
{
	margin-bottom: -2px;
}

.list .options
{
	padding: 5px;
}

.list .options a
{
	color: #666666;
}

.list .options a img
{
	margin-bottom: -3px;
}

.urls
{
	list-style-type: square;
	list-style-position: inside;
	margin: 3px;
	margin-left: 10px;
}

.urls li
{
	border: none;
	padding: 0px;
	margin: 0px;
	color: #333;
}

#sidebar
{
	float: left;
	width: 150px;
	
	border-right: 1px solid #CCCCCC;
}

#sidebar h2
{
	text-align: center;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul a
{
	text-decoration: none;
	color: #0f9fd7;
	padding: 5px;
	display: block;
}

#sidebar ul a:hover
{
	background-color: #EEEEEE;
}

#sidebar ul a img
{
	margin-bottom: -3px;
	margin-right: 3px;
}

#content
{
	margin-left: 160px;
}

.error-box
{
	background-color: #ffc0c0;
	padding: 10px;
	border: 1px solid #ca2424;
	margin-top: 10px;
	margin-bottom: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.error-box ul
{
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	color: #ca2424;
}

.ok
{
	border: 1px solid #49a311;
	background-color: #d8ffc0;
}

.ok ul
{
	color: #49a311;
}

.error-box h3
{ 
	margin: 0px;
	padding: 0px;
	color: #FF9900;
}

.buttons
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f6fbfc;
	margin-left: -10px;
	padding-left: 10px;
	border-bottom: 1px solid #cce3e9;
	background-image: url(../images/bar_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.button
{
	padding: 12px;
	margin: 5px;
	border: 1px solid #aacad4;
	
	background-image: url(../images/bar_bg4.gif);
	background-position: center left;
	background-repeat: repeat-x;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button:hover
{
	background-image: url(../images/bar_bg3.gif);
	color: #0099d4;
}

.button:active
{
	background-image: url(../images/bar_bg2.gif);
}

.button img
{
	margin-bottom: -3px;
}

form .button
{
	padding: 4px 8px;
	background-image: url(../images/bar_bg5.gif);
	margin: 0px;	
}

form .button:hover
{
	background-image: url(../images/bar_bg4.gif);
	color: #000000;
}

.buttons .form
{
	padding-top: 0px;
}

.popdown
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F6F6F6;
	margin-left: -10px;
	padding-left: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.disabled
{
	background-color: #BBBBBB;
}

.cl
{
	clear: left;	
}

.highlight
{
	background-color: #FFFFEB;
}

*:first-child+html .select h2
{
	margin-top: -10px;	
}

.select input
{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

html>/**/body .select li:hover
{
	background-color: #FFC;
	cursor: pointer;
}

iframe
{
	width: 100%;
	height: 500px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}

.pages
{
	text-align: center;
	padding: 20px;
}

.pages a, .pages span
{
	padding: 7px;
	font-size: 14px;
}

.readers img
{
	float: left;
	margin-right: 5px;
}

.rightoptions
{
	padding: 10px 0px 0px 10px;
	text-align: right;
}

#message
{
	background-color: #FFFFDD;
	padding: 10px;
	border: 1px solid #FFCC00;
	margin-bottom: 10px;
}

#autosave
{
	background-color: #FFFFDD;
	margin-left: -10px;
	padding: 10px;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	margin-top: 10px;
	margin-bottom: 10px;
}

.message
{
	padding: 10px;
	background-color: #ffffdd;
	border: 1px solid #ffcc00;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.question
{
	display: block;
	padding-left: 30px;
	margin-bottom: 15px;
}

.chart
{
	margin: 20px;
}

.breakdown
{
	border-collapse: collapse;
}

.breakdown span
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.breakdown td
{
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}

.breakdown tr:hover td
{
	background-color: #EEEEEE;
}

