/* WEBSITE DEFAULT STYLES */
.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:#2c3684;
	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;
}

#twitter_update_list
{
	margin-left:15px;
	list-style-position:outside;
	line-height:16px;
}

div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:29px;
 }
@media screen{
  body>div#footer{
   position: fixed;
  }
 }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
.processBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

.processContainer { 
    background-color:#ffffff;
    border:solid 5px #aaaaaa;
    padding:5px 5px;
    position:fixed;
    top:80px;
    left:35%; 
    z-index:3000;
}
