body,td,th {
    margin: 0px;
    font-family: Arial Unicode MS, Helvetica, sans-serif;
}

a:link, a:visited{
	color: #0000FF;
	text-decoration:underline
}

a:active, a:hover{
	color: #0000FF;
	text-decoration:underline
}

#CopyrightText{
	font-size: 0.70em;
	height:0.7em;
	text-align:right;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#AdminResourceFrame{
    margin: 8px;
    margin-top: 32px;
}

/* Space out the links in the resource options */
#AdminResourceFrame a {
	margin-left:5px;
	margin-right: 5px;
}

#AdminFrame{
    margin: 9px;
}

#AdminFrame textarea {
	width: 100%;
}

#AdminMenuTabBox{
	background-color:#EEEEEE;
	border:1px solid #666666;
	border-bottom:none;
	height:30px;
	line-height:30px;
	width:50%;
    font-size:0.90em;
}

#AdminMenuTitleBox{
	background-color:#EFF7FF;
	border:1px solid #666666;
	border-bottom:none;
	height:30px;
	line-height:30px;
	width:100%;
    font-size:1.00em;
}

#AdminMenuContentBox{
	border:1px solid #666666;
	width:100%;
    font-size:0.90em;
}

.helpBox
{
	border:1px solid #666666;
	margin:5px;
	padding:3px;
	background-color:#DEE7EC;
	display:none;
}

.ExpanderIconClosed
{
	background: URL(bs_template_tipBox-closed.gif);
	background-repeat: no-repeat;
	float:left;
	cursor: hand;
	width:15px;
	padding-right:2px;
}

.ExpanderIconOpen
{
	background: URL(bs_template_tipBox-open.gif);
	background-repeat: no-repeat;
	float:left;
	cursor:hand;
	width:15px;
	padding-right:2px;
}

.userprofile {
	padding-left:0px;
	padding-bottom:8px;
}

.smallPadding{
	padding:3px;
}

.mediumPadding{
	padding:15px;
}

.red, .errors {
	color:red;
}

/* Displaying Messages
 * These come from the admin styles but are clearer and more generic (and classes
 */

.messages, .pages {
	margin: 9px;
}

.messages .title, .pages .title {
	background-color:#EFF7FF;
	border:1px solid #666666;
	border-bottom:none;
	height:30px;
	line-height:30px;
	width:30%;
    font-size:0.90em;
}

.messages .contents, .pages .contents {
	margin-top: 0px;
	border: 1px solid #666666;
    font-size:0.90em;    
}

.pages .contents {
	padding: 5px 15px;
}

.messages .icon, .pages .icon {
	float: left;
}

/* By default the margin is too big and IE/Firefox have different defaults. */
.messages ul, .pages ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

.messages li {
	margin-left: 5px; /* Push the item marker away from the border */
}

.clear {
	float: right;
	font-size: 0.7em;
	margin: 2px 4px;
}
	

    