﻿.headerbarstyle {
	width : 1004px;
	padding-left:  10px;
	padding-top:  2px;
	padding-bottom:  2px;
	height : 118px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#headtitle {
	font-family : sans-serif;
	font-size : 32pt;
	font-weight : bold;
	text-align:center;
	font-style : italic;
	vertical-align:top;
	height : 70px;
}

#subtitle {
	font-size : 16pt;
	height : 50px;
	text-align:right;
	vertical-align:bottom;
}

.background-img {
  text-align:left;
  width:800px;
  height:200px;
  z-index:-1;
  position:absolute;	
  margin:auto;
}


#left_frame {
	width : 220px;
	float : left;
	text-align:left;
	display:inline;
}

#main_frame {
	border-style : solid;
	text-align:justify;
	border-width:5px;
	border-color:#bdddaa;
	width : 794px;
	float:right;
	min-height:400px;
	height: auto !important;
	overflow-x:hidden;
	overflow-y:hidden;
}


* html #main_frame {
 height: 400px;
}

#LEFTframe {
	border-style : solid;
	text-align:justify;
	top:0
	border-width:5px;
	border-color:#bdddaa;
	width : 500px;
	/*height: 500px;*/
	float:left;
	/*min-height:200px;*/
	overflow: hidden/*autoscroll;*/
}

#RIGHTframe {
	border-style : solid;
	text-align:justify;
	top:0
	border-width:5px;
	border-color:#bdddaa;
	width : 500px;
	/*height: 500px;*/
	float:right;
	/*min-height:200px;*/
	overflow: hidden/*scroll;*/
}

.flamed {
	border-style : solid;
	border-width:2px;
	border-color:#12677f;
	padding:10px;
	margin:10px;
	
}

hr {
	height: 4px;
	color: #bdddaa;
}

body {
  color:#006598;
  font-family: arial,sans-serif;
  text-align:center;
}

.title {
	width: 100%;
	background-color:#bdddaa;  
	margin-top:2px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:2px;
}

.title h2 {
	margin:2px;
}

.item {
	margin : 20px;
}

.highlight_li {
  width:100%;
  background-color:#bdddaa;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 90%;
    margin-left: 50px;
}

.large_link {
  font: normal 18px arial, sans-serif;
  padding-left: 0px;
  text-decoration: none;
}

.middle_link {
  font: normal 16px arial, sans-serif;
  padding-left: 18px;
  text-decoration: none;
}

.small_link {
  font: normal 14px arial, sans-serif;
  padding-left: 30px;
  text-decoration: none;
}

span.equal_width_text_block {
   width:250px;
   display: inline-block;
	 vertical-align:top;
}

span.equal_contents_in_des {
   display:inline-block;
	 width:500px;
	 text-align:justify;
}

span.admin_report {
    display: inline-block;
    width:450px;
    /*text-align:right;*/
    margin-left:30px;
    font-size:19px;
    padding:0;
	}

.admin_title {
    display: inline-block;
   font-style: italic;
    /*text-align:right;*/
    font-size:12px;
    padding:0;
	}

ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:inherit;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

img.icon {
	height: 16px;
	width:16px;
}

img.icon_large {
	height: 32px;
	width:32px;
}

div.TestCaseBrief {
	margin: 10px 10px 10px 10px;
}

span.test_name {
	display: inline-block;
	width:200px;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: bold;
}

span.test_description {
	display: inline-block;
	width:500px;
	margin:0;
	padding:0;
	background-color:#eaeaea;
}
span.admin_report {
	display: inline-block;
	width:450px;
	/*text-align:right;*/
	margin-left:30px;
	font-size:19px;
	padding:0;
}
.admin_title {
	display: inline-block;
	font-style: italic;
	/*text-align:right;*/
	font-size:12px;
	padding:0;
}




.float {
	background-attachment : fixed;
	margin : 10px;
	border-width : 2px;
	border-color : #FFFF00;
	border-style : solid;
	padding : 10px;
	text-align : center;
}


.login_inform {
	font-size : 9pt;
	text-align:right;
	padding:0px;
}

.login_inform p {
	padding:0px;
	margin:2px;
}

#aWithoutUnderscore {
text-decoration: none;
}
span.prompt {
    font-size: 12px;
}

