﻿*
{
	margin: 0px;
	padding: 0px;
	font-size:1em;
}

body {
	
	font-family: "Trebuchet MS";
	font-size: 12px;
	/*color: #959595;*/
}
.mceContentBody{padding:10px;}
.decoratedBody
{
    background: #eeeeee url(../images/background.png);
}

a
{
	color: #666666;
}

a:hover
{
	color: #000000;
}

.menu
{
}

.menuItem
{
	color: #959595;
	text-decoration:none;
}

.selectedMenuItem img
{
}

.selectedMenuItem
{
	color: #959595;
	font-weight: bold;
	text-decoration:none;
}

.menuItem:hover
{
	color: #000000;
	text-decoration:underline;
}

.gradientBody
{
	background: url(../images/background_gradient.png) repeat-x;
}

.paper
{
	border: 0px;
	width: 750px;
	background: #ffffff;
	background: url(../images/paperbackground.png) repeat-y;
}

.shadow1
{
	padding-left: 31px;
	width: 750px;
	background: url(../images/shadow_left.png) repeat-y;
	
}

.shadow2
{
	margin: 0 auto 0 auto;
	padding-right: 31px;
	width: 780px;
	background: url(../images/shadow_right.png) repeat-y right;
}

.paper .main
{
	width: 501px;
	float: left;
	clear: left;
	color: #000000;
    padding-left: 24px;
   	padding-right: 24px;
	padding-top: 15px;
	background-image: url(../Images/main_background.png);
	background-repeat: repeat-x;
}


.paper .header
{
	height: 76px;
	width:500px;
}

.paper .right
{
	width: 195px;
	float: right;
	padding-right: 5px;
}

.paper .right .top
{
	padding-top: 86px;
	padding-left: 16px;
	background-position:0 -2px;
}

.paper .right .content
{
	padding-left: 16px;
	padding-bottom:16px;

}

.paper .right .content h2
{
    margin-top:16px;
}

.paper .right .content a
{
    text-decoration:none;
    display:block;
}
.paper .introduction
{
	font-weight: bold;
	padding-bottom: 10px;
}

.paper .date
{
	font-style: italic;
	font-size: 0.9em;
	color: #666666;
	padding-bottom: 13px;
}

.paper .author
{
	margin-left: -93px;
	clear:none;
	float:left;
	color: #666666;
	font-size: 0.8em;
}

.paper .author img
{
	padding-bottom: 10px;
}


.paper .right ul
{
	margin-left: 10px;
	list-style-type:none;
	padding-bottom: 20px;
}

h1
{
	font-family: "Arial";
	font-size: 1.8em;
	line-height: 1.1em;
	color: #666666;
	margin-bottom: 0.3em;
}

h2
{
	font-family: "Arial";
	font-size: 1.3em;
	color: #959595;
}

h3
{
	font-family: "Arial";
	font-size: 1.3em;
}

h3 a
{
	color: #333333;
	text-decoration:none;
}

.overflowFix
{
   clear:both;
   font-size:1px;
   line-height:1px;
}

img
{
    border:0;
    margin:0px;
    padding:0px;
    
}
.blogPage
{
    background-image:url(../Images/blogPageBG.png);
    background-repeat:repeat-x;
    margin:-9px -24px 0px -24px;
    padding:14px 24px 2px 24px;
    border-bottom: 1px solid #F1F2EA;
}

.newsItem
{
    background-image:url(../Images/newsItemBG.png);
    background-repeat:repeat-x;
    margin:6px -24px 0px -24px;
    padding:14px 24px 2px 24px;
    border-bottom: 1px solid #F1F2EA;
}

.newsItem a
{
    font-weight:bold;
    text-decoration:none;
}

.footerWrapper
{
    text-align:center;
    margin:0;
 }
  
.footer
{
    color:#FFFFFF;
    text-align:center;
    font-size: 8px;
    margin: 0 auto;
    width:750px;
    height:20px;
    background: url(../images/shadow_bottom.png) repeat-x;
}

.footerCorner
{
    position:relative;
    top:-20px;
    text-align:center;
    margin: 0 auto;
    width:812px;
}

.editableTable
 {
	padding:8px;
	border:solid 1px #d5d5d5;
	background-color: #E6E6E6;
	background-image:url(../images/trex/table_background.png);
	background-repeat:repeat-x;
 }
 
 .polls input
 {
    margin-right:4px;
 }

code
{
    border: solid 1px #CCCCCC;
    padding:10px;
    margin:10px;
}


.txElement
{
	line-height: 1.2em;
}

.txElement P a:link
{
	color: #555555;
	text-decoration: none;
}

.txElement P a:visited
{
	color: black;
	text-decoration: none;
}

.txElement P a:hover
{
	text-decoration: underline;
}

.txElement h2
{
	font-size: 18px;
}

.txElement .body, p
{
/*	font-family:  Trebuchet MS, "Lucida Grande" , "Lucida Sans Unicode" , "Helvetica Neue" , Verdana, Helvetica, Arial, sans-serif;*/
}

.document
{
	border: 1px solid #eeeeee;
	margin: 20px;
}

A.MenuLinkTop
{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

A.MenuLinkItem, A.MenuItem
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Helvetica Neue" , Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #555555;
	text-decoration: none;
}

.selected
{
font-weight:bold;
text-decoration:none;
}

.imageAlignleft
{
	float:left;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.imageAlignright
{
	float:right;
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Record editor*/
#recordEditor
{
    background-color:#EEEEEE;
}
.searchGrid a
{
    display:block;
    font-weight:bold;
    text-decoration:none;
}
										
fieldset
{
   padding:8px;
   margin:16px;
   border: solid 1px #AAAAAA;
}
legend
{
    padding-left:4px;
    padding-right:4px;
}

.columns1
{
    clear:both;
}

.columns2
{
    width:47%;
    margin-right:2%;
    float:left;
}

.columns3
{
    width:30%;
    margin-right:2%;
    float:left;
}

#recordEditor
{
    padding:20px;
}

.highlight
{
    background-color:Yellow;
}

.pager li{list-style:none;float:left;padding-right:10px;}
