body
{
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
}

a
{
	color: #993300;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.scrolling
{
	margin: 0 auto;
	width: 100%;
	
	text-align: right;
}


p.newstitle
{
	margin-top: 5px;
	
	font-weight: bold;
	font-size : 16px;
	color: #0000FF;
}

span.keyword
{
	font-weight: bold;
}

span.strongkeyword
{
	font-weight: bold;
	color: red;
}

h1
{
	margin: 20px 0;
	
	font-family:Verdana,Helvetica,Arial;
	font-size:18px;

	text-align: center;
}

.scrolling a
{
	padding: 0 5px;
}

div.prettybox1
{
	margin: 10px 0;
	border: 2px solid #fcdaab;
	/*background-color: #fde9bb;*/
	background:transparent url(images/prettybox1.png) repeat-x scroll left bottom;
}

div.prettybox1 p
{
	margin: 12px 4px;
	padding: 0 0;
}

div.prettybox2
{
	margin: 14px 0;
	border: 2px solid #fcdaab;
	/*background-color: #fde9bb;*/
	background:transparent url(images/prettybox2.png) repeat-x scroll left bottom;
}

div.prettybox2 p
{
	margin: 12px 4px;
	padding: 0 0;
}

form.prettyform
{
	text-align: center;
	margin: 10px 0;
	padding: 0;
}

form.prettyform p input
{
	margin: 0 2.5px;
}

form.prettyform fieldset
{	
	text-align: left;
	
	background: #FDE9BB url(images/prettyform.png) repeat-x scroll left bottom;
	border-color: #D3DCDE/* -moz-use-text-color -moz-use-text-color;*/;
	border-style: solid none none;
	border-width: 1px medium medium;
	margin: 0 auto 5px;
	padding: 0 5px;
	
	padding-bottom: 0;
}

form.prettyform fieldset fieldset
{
	background: transparent;
	border: none;
	margin:3px 0;
	padding: 0;
}

form.prettyform fieldset fieldset legend
{
	font-weight: normal;
}

form.prettyform fieldset fieldset label
{
	display: block;
	width: auto;
	
	margin-left: 123px;
}

form.prettyform fieldset ul
{
	width: 80%;
	
	margin: 0 auto;
	
	padding: 5px 0 0 0;
}
form.prettyform fieldset li
{	
	background: transparent url(images/prettyform_divider.png) repeat-x scroll left bottom;
	/*border-bottom: 1px solid #D3DCDE;*/
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 7px;
}

form.prettyform fieldset li p
{
	margin-top: 0;
	margin-bottom: 4px;
}

form.prettyform legend
{
	background-color: #FCEFD4;
	border: #FCE6B2 solid 1px;
	padding: 2px 5px;
	
	margin-left: 5px;
	color: #000000;
	font-weight: bold;
}

form.prettyform label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
	text-align: left;
	
	display:-moz-inline-stack;	/*Firefox need this to simulate display:inline-block*/
	display:inline-block; 		/*IE does not apply this to Block Element, and Firefox does not render this, too*/
	_overflow:hidden;			/*fix IE6 to expanded content*/
	zoom:1;				/*trigger hasLayout*/
	*display:inline;			/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
}


form.prettyform .fixed
{
	word-wrap: break-word;
	line-height: 1.8;
	color: #636363;
}

div.prettytable
{
	padding: 10px 0;
	margin: 0;
}

div.prettytable table
{
	border-collapse: collapse;
	width: 100%;
}

div.prettytable table td
{
	vertical-align: top;
	padding: 4px 4px;
}

div.prettytable table thead tr
{
	background-color: #fbc882;
}

div.prettytable table thead tr td
{
	font-weight: bold;
}

div.prettytable table tbody tr td
{
	background-color: #FDE9BB;
}

div.prettytable table tbody tr.other td
{
	background-color: #FCDAAB;
}

#loginbox fieldset
{
	width:370px;
}

#newsletter_compose_box fieldset
{	
	width: 500px;
}

#newsletter_subscribers_edit_box fieldset
{
	width: 440px;
}

#subscribe_box fieldset
{	
	width: 400px;
}

#metatag_edit_box fieldset
{
	width: 500px;
}

#mainWrapper
{
	text-align: center;
}

#main
{
	width: 600px;
	margin: 0 auto; 
	
	text-align: left;
}

#navigation
{
	font-family : Verdana, Helvetica, Arial;
	font-size : 11px;

	height: 14px;
	
	background-color: #ffcc66;
	
	margin: 0;
	padding: 0 3px;
	padding-top: 1px;
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}

#navigation li
{
	display: inline;
	list-style-type: none;
	
	margin: 0;
}

#navigation li.active
{
	font-weight: bold;
}

#navigation li a
{
	color: #000000;
	text-decoration: underline;
}

#navigation li a:hover
{
	color: #993300;
	text-decoration: none;
}

#subnavigation
{
	font-family : Verdana, Helvetica, Arial;
	font-size : 11px;

	height: 14px;
	
	background-color: #FCDAAB;
	
	margin: 0;
	padding: 0 3px;
	border-bottom: 1px solid #000000;
	
}

#subnavigation li
{
	display: inline;	
	list-style-type: none;
	
	margin: 0;
}

#subnavigation li.active
{
	font-weight: bold;
}

#subnavigation li a
{
	color: #000000;
	text-decoration: underline;
}

#subnavigation li a:hover
{
	color: #993300;
	text-decoration: none;
}

#content
{
	margin: 20px 0;
}

div.message
{
	text-align: center;
}

#footer
{
	clear: both;
	
	font-family:Verdana,Helvetica,Arial;
	font-size:11px;

	text-align: center;
	background-color: #ffcc66;
}

#listinus
{
	text-align: center;
}

#logos
{
	float: right;
}

#dojo_latest
{
	width: 600px;
}

#adminlink
{
	clear: both;
	
	text-align: center;
}

#adminlink a
{
	color: #999999;
}

div.trainer
{
	width: 100%;	
}

div.trainer ul
{
	width: 100%;
}

div.trainer li
{
	width: 33%;
	display: inline;
	list-style-type: none;
}
