@charset "utf-8";
/* CSS Document */

a
{	text-decoration: none;
	color: #800000;
	filter: alpha(opacity=70);
	opacity: 0.7;	}
	
a:hover
{	text-decoration: none;
	color: #800000;
	filter: alpha(opacity=100);
	opacity: 1.0;	}
	
a.cp
{	color: #453b34;	
	font-family: Arial, Helvetica, sans-serif;	}
	
a.solid
{	filter: alpha(opacity=100);
	opacity: 1.0;	}
	
a.nav
{	color: #736357;
	font-size: 22px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;	}
	
a.nav_sm, h4.nav_sm
{	color: #555555;
	font-size: 17px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 5px;		}
	
#art-design
{	border: 20px solid #005780;	}
#art-design:hover
{	border: 20px solid #505050;	}

#art-programming
{	border: 20px solid #338000;	}
#art-programming:hover
{	border: 20px solid #505050;	}

#art-web
{	border: 20px solid #807b00;	}
#art-web:hover
{	border: 20px solid #505050;	}

body
{	background: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin-left: 25px;
	margin-top: 25px;	}

#body
{	line-height: 120%;	}
	
.boxover
{	background-color: #FFFFFF;
	border: 1px solid #736357;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .90;	}
	
div
{	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	}

#drag
{	/*font-size: 150%;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #736357;
	padding: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-opacity: .90;*/
	cursor: move;	}

.edit
{	float: right;	}

#error
{	color: #FF0000;
	font-size: 15px;
	border:1px solid #FF0000;
	background-color:#f0b1b1;
	padding:10px;	}
	
.float-left
{	float: left;
	padding: 20px 20px 0px 0px;	}
	
.float-right
{	float: right;
	padding: 0px 0px 20px 20px;	}
	
#footer
{	font-size: 11px;
	color: #b8b8b8;	}

.gray
{	color: #333333;	}

.green
{	color: #669900;	}
	
h1,h2,h3,h4,h5,h6
{	color: #736357;
	margin: 0% 0% 1% 0%;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;	}

h1
{	font-size: 30px;	}

h2
{	font-size: 25px;	}

h3
{	font-size: 20px;	}

h4
{	font-size: 15px;	}

h5
{	font-size: 10px;	}

h6
{	font-size: 5px;	}
	
#hide
{	visibility: hidden;	}

hr
{	line-height: 1px;	}

img
{	border: none;	}

input
{	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 16px;	}

input:submit
{	font-size: 20px;	}

.invis
{	visibility: hidden;	}

#loading
{	padding: 20px 0;
	background: url(http://spiffydesigns.net/lib/images/spinner.gif) no-repeat left;	}
	
.longdesc
{	font-size: 12px;
	font-weight: normal;	}
	
.longdesctitle
{	color: #99b166;
	font-size: 12px;
	font-weight: bold;	}

#main
{	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: #fff;
	border: solid 1px #b8b8b8;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;	}
	
p
{	margin: 0px;
	color: #736357;	}

p.cp
{	font-size: 16px;	}

#padding15
{	padding:15px;	}

.preload
{	display: none;	}

.red
{	color: #800000;
	font-weight:100;	}
	
.shortdesc
{	color: #b19b66;
	font-size: 12px;
	font-weight: normal;	}
	
.shortdescurl
{	font-weight: normal;	}

span
{	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	}

.success
{	color: #70916E;
	font-size: 16px;	}

td
{	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
	font-size: 12px;	}
	
.tooltiphead
{	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	}
	
.tooltipbody
{	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	}
	
#wrapper
{	width: 750px;	}

/*  Control Panel  */
.cp_errorbox
{	border: 1px dotted #FF0000;
	background-color: #ffcbcb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#990000;
	padding: 10px 10px 10px 10px;
	text-align:center;	}
	
.cp_formbox
{	border: 1px solid #CCCCCC;
	padding: 30px 40px 30px 40px;	}

.cp_main
{	width: 700px;
	margin: 10px 0px 10px 0px;	}
	
.cp_module_title
{	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#8cc63f;	}
	
.cp_navchild
{	filter: alpha(opacity=60);
	opacity: 0.6;
	background-color: #DDDDDD;
	padding: 15px 20px 15px 20px;
	width: 700px;	}
	
.cp_navparent
{	background-color: #DDDDDD;
	padding: 15px 20px 15px 20px;
	width: 700px;	}
	
.cp_navchild_link
{	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin-right:10px;
	margin-left:10px;	}
.cp_navchild_link:hover
{	color: #005780;	}
.cp_navchild_link:visited
{	color: #333333;	}
	
.cp_navparent_link
{	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-right:10px;
	margin-left:10px;	}
.cp_navparent_link:hover
{	color: #005780;	}
.cp_navparent_link:visited
{	color: #333333;	}

.cp_nav_userbar
{	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	height:15px;
	text-align:right;	}
	
.cp_section
{	width: 700px;
	border: solid 1px #999999;
	padding: 20px;	}
	
.cp_successbox
{	border: 1px dotted #00FF00;
	background-color: #c5ffc5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009900;
	padding: 10px 10px 10px 10px;
	text-align:center;	}
	
.smaller
{	font-size:smaller;	}
