﻿#mainDiv
{
}

/* main body box */


td.bbox_topleft
{
	width: 336px;
	height: 72px;
	background-image: url( '../../Images/BoxTop1400.png' );
	background-repeat: no-repeat;
	background-position: left bottom;	
	vertical-align: top;
}

td.bbox_topmiddle
{
	height:24px;
	background-image: url( '../../Images/BoxTopMid.png' );
	background-repeat: repeat-x;
	background-position: bottom;
}

td.bbox_topright
{
	width:24px;
	height:24px;
	background-image: url( '../../Images/BoxTopRight.png' );
	background-repeat: no-repeat;		
	background-position: bottom;
}

td.bbox_midleft
{
	width:24px;	
	background-image: url( '../../Images/BoxBodyLeft.png' );
	background-repeat: repeat-y;		
}

td.bbox_midmid
{
	background-color:#FFFFFF;
}

td.bbox_midright
{
	width:24px;	
	background-image: url( '../../Images/BoxBodyRight.png' );
	background-repeat: repeat-y;		
}


td.bbox_bottomleft
{
	width:24px;
	height:24px;
	background-image: url( '../../Images/BoxBottomLeft.png' );
	background-repeat: no-repeat;		
}

td.bbox_bottommiddle
{
	height:24px;
	background-image: url( '../../Images/BoxBottomMid.png' );
	background-repeat: repeat-x;
}

td.bbox_bottomright
{
	width:24px;
	height:24px;
	background-image: url( '../../Images/BoxBottomRight.png' );
	background-repeat: no-repeat;		
}

/* menu */
div.menu_row
{
	display: block;	
	height: 30px;		
	text-align: right;
}

div.menu_row a
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eeaa00;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

div.menu_row a:hover
{
	color: #ffcc00;
	background-color:#000000;
}

table.footer_row
{
	color: #808080;	
	margin: none;
	width: 100%;
}

table.footer_row td
{
	padding-top:12px;	
}

/* inbox */
table.inbox
{
	
}

td.inbox_left
{
	width:16px;
	background-image: url( '../../Images/InBoxLeft.png' );
	background-repeat: no-repeat;
}

td.inbox_right
{
	width:16px;
	background-image: url( '../../Images/InBoxRight.png' );
	background-repeat: no-repeat;
}

td.inbox_body
{
	background-image: url(  '../../Images/InBoxBody.png' );
	padding-top: 5px;
	background-repeat: repeat-x;	
}

/* content */

div.Content
{
	padding-right: 0px;
	padding-left: 0px;	
	overflow: visible;
}

div.FloatingContainer
{
	padding: 0px;
	margin:0px;
	width: 948px;	
	position: relative;
	display: block;	
}

span.Title
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	padding-top:10px;
	color: #333333;
}

div.FlashDiv
{
	width:948px;
	vertical-align:top;
}

div.HalfScreenRow
{
	display:block;
	width:450px;
}

div.flaccs
{	
	
}

/* listview */

td.ListView_Cell
{
	border: 0px solid #FFFFFF;
	padding: 5px 2px 2px 2px;
	background-color: #EAE7D6;
	width: 186px;
	vertical-align: top;
}

td.ListView_AltCell
{
	border: 0px solid #FFFFFF;
	padding: 5px 2px 2px 2px;
	background-color:#F4F4F1;
	width:186px;
	vertical-align: top;
}

td.ListView_Cell div, td.ListView_AltCell div
{
	overflow: hidden;
	width: 180px;
	padding-bottom: 4px;
}

td.ListView_Cell div.Word, td.ListView_AltCell div.Word
{
	overflow: hidden;
	width: 180px;	
}

td.ListView_Cell table, td.ListView_AltCell table
{	
	width: 180px;
	font-family: Tahoma;
}


td.List_Cell
{
	padding: 5px 2px 2px 2px;
}

a.WordLink
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.WordLink:Hover
{
	color: #e08800;
}



table.ListView
{
	/*border: 1px solid #333333;*/
}

table.ListView tr td table
{
	/*background-color:Aqua;*/
	border:none;
}

tr.HeaderRow td
{
	border-style: none none solid none;
	border-width: medium medium 1px medium;
	text-transform: uppercase;
	border-bottom-color: #808080;
	padding-bottom: 5px;	
}

tr.ListRow td
{
	/*background-color:#FFFFFF;*/
	border:none;
}

td.InsertListCell
{	
	padding-top: 10px;
	padding-right: 2px;
	border-top: solid 1px #333333;
}

td.EditListCell
{
	padding: 5px 2px 2px 2px;
	background-color:#EAE7D6;
}

/* WordSet Search */
div.WordSetItem
{
	display: inline-block;
	width: 300px;	
}
