/* WEBSITE DEFAULT STYLES */
* { 
    margin:0px 0px 0px 0px;
} 

.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -4em; 
}
 
.footer, .push { 
    height: 4em; 
} 

html
{
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
}
body
{
	background-color:#1f74a1;
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: top;
	height:100%;
}

form
{
	margin-top:0px 0px 0px 0px;
	margin-bottom:0px 0px 0px 0px;
}

img
{
	border: none;
}

table
{
	border-collapse: collapse;
	margin:0px auto 0px auto;
}

td
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.tab,
.Tab
{
	background-color:#eeeeee;
	border: solid 1px #AAAAAA;
	cursor:pointer;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	text-align:center;
	white-space: nowrap;
}

/* CONTROL STYLES */
div.box
{
	padding:8px 8px;
	background-color:#eeeeee;
	border:solid 1px #aaaaaa;
	margin:1px 2px;
}

div.form-field
{
	padding:8px 0px;
}

.scrollBar
{
	scrollbar-base-color:#eeeeee; 
	scrollbar-arrow-color:#808080;
	scrollbar-DarkShadow-Color:#aaaaaa;
}

#twitter_update_list
{
	margin-left:15px;
	list-style-position:outside;
	line-height:16px;
}
