/*--- sirsidynix.css overrides -----------------------------------------------*/
body {font-size:11px;
}

a {
}

h1 {
}

input[type="button"], input[type="file"] input[type="button"]  {
}

.button, .formButton {
}


.header_container {
	height:100px;
	padding-top:20px;
	padding-left:50px;
  
}

.branding_container {
 
}

.branding {
  
}

.logo_container {
 font-size: 4em;
}


.login_container {
}

.login_container input {
}

.login_button {
}

.login_button:focus {
}



/*--- Header Menu ------------------------------------------------------------*/
/*.header_menu_container {
  width:100%;
  padding:6px 0px 6px 0px;
  float:left;
  display:block;
  position:relative;
  border-bottom:1px solid #8c8c8c;
  background-color:#cdcdcd;
  background-image:url(../images/sirsidynix/header_menu_container.png);
  background-position:bottom left;
  background-repeat:repeat-x;
}
*/

.header_menu_container {
background-color:#FCFCFC;
background-image:url();
background-position:left top;
background-repeat:repeat-x;
/* border-top:1px solid #8C8C8C; */
text-align:center;
float:left;
padding:6px 0;
position:relative;
width:100%;
}

.header_menu_container a {
color:#3662E0;
float:none;
margin:4px;
}

.header_menu_container ul, .header_menu_container .menu {
  list-style:none;
  float:left;
  margin:0px 0px 0px 6px;
  padding:0px;
}

.header_menu_container li, .header_menu_container .menu_link {
  float:left;
  display:inline;
  margin:0px 4px 0px 4px;
}

.header_menu_container li, .header_menu_container .menu_text {
  float:left;
  display:inline;
  margin:0px 4px 0px 4px;
  padding:0px;
  color:#000000;
}

.header_menu_container .menu_link a {
  float:left;
  display:inline;
  line-height:13px;
  margin-right:4px;
}


.secondary_header_menu_container {
	background-color:darkgray;	
}

.secondary_header_menu_container li .secondary_header_menu_container .menu_text {
    color:khaki;
}

.secondary_header_menu_container .menu_link a {
  color:#ffffff;
}

.menu_link a {
}

.columns_container {
    overflow:visible;
	background-color:white;		
}

.column {
    overflow:visible;
	
}

.nested_columns_container {
}

.nested_column {
}

.nested_column .content_container {
}

.nested_column .content {
}

.middle {
}

.content_container {
    overflow:visible;
			
}

.content {
	background-color:#ECECEC;
}

.selected {
}

.tabs_container {
}

.selected_tab {
}

.footer {font-family:Verdana, Geneva, sans-serif;
}

.top_edge {background-image:url(images/bg_grey_08.png);
background-repeat:repeat-x;
bottom:0;
height:20px;
left:20px;
position:absolute;
right:20px;
}

.right_edge {background-image:url(images/bg_grey_08.png);
background-repeat:repeat-y;
bottom:20px;
position:absolute;
right:0px;
top:20px;
width:20px;
}

.bottom_edge {background-image:url(images/bg_grey_08.png);
background-repeat:repeat-x;
bottom:0;
height:20px;
left:20px;
position:absolute;
right:20px;
}

.left_edge {background-image:url(images/bg_grey_08.png);
background-repeat:repeat-y;
bottom:20px;
left:0;
position:absolute;
top:20px;
width:20px;
}

.top_left {background-image:url(images/bg_grey_01.png);
background-repeat:no-repeat;
bottom:0;
height:20px;
position:absolute;
right:0;
width:20px;
}

.top_right {background-image:url(images/bg_grey_03.png);
background-repeat:no-repeat;
bottom:0;
height:20px;
position:absolute;
right:0;
width:20px;
}

.bottom_right {background-image:url(images/bg_grey_10.png);
background-repeat:no-repeat;
bottom:0;
height:20px;
position:absolute;
right:0;
width:20px;
}

.bottom_left {background-image:url(images/bg_grey_07.png);
background-repeat:no-repeat;
bottom:0;
height:20px;
position:absolute;
right:0;
width:20px;
}

.footer_container {
}


#sirsidynixLogo {display:none;
}

#copyright {display:none;
}

#brainwareLogo {display:none;
}
/* This hacks the width of the 25% column to display a more reasonable width */
.pct25{
	width:20%;
	
}
	
/*--- webapp.css overrides ---------------------------------------------------*/