/* Default CSS Stylesheet for a new Web Application project */

body {
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size: 10px;
}

body.beige {
	background-color: #FFFFF8;
	font-family: Verdana;
	font-size: 10px;
}

table {
	border-collapse: collapse;
}

table.normal {
	border-collapse: collapse;
	background: #FFFFF8;
	border-color: #AAAAAA;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

.instructions {
	font-family: Verdana;
	font-size: 12px;
}

.new_section {
	border-top-width: thin;
}

.error {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #AA0000;
}

.blue {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: blue;
}

.success {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0000AA;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

td.small {
	font-family: Verdana;
	font-size: 8px;
}

td.bold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.big {
	font-family: Verdana;
	font-size: 12px;
}

.header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.white_header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.big_header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.big_white_header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

td.huge_white_header {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

td.huge_header {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
}

a {
	color: #003366;
}

a.visited {
	color: #003366;
}

a.active {
	color: #003366;
}

a:hover {
	color: #336699;
}

select, input, textarea {
	font-family: Verdana;
	font-size: 10px;
}
.HeaderMessage {
    color:#fff;
    /*font-size:.8em;*/
    font-family: Verdana;
    font-size: 12px;
}
.collapseTextArea {
    width:100px;
    height:25px;
}
.expandTextArea {
    width:500px;
    height:250px;
}
.dUserProjects {
     max-height:700px;
     margin:0;
     overflow:auto;
}

.dBody {
       
}

.tBody {
    /*max-height:700px;
    overflow-x:auto;*/ 
}

.header2 {

}
.normalUser {
    background-color: #FFFFDD;
}

.emuUser {
    background-color:red;
}
.rbSelected {
    vertical-align: top; 
    horizontal-align: left; 
    max-height: 300px; 
    width: 400px; 
    overflow: auto;
}

.rbUnSelected {
    vertical-align: top; 
    horizontal-align: left;  
    overflow: auto;
}

#hrefBigHeader {
    pointer-events: none;
    cursor: default;
    text-decoration:none;
}

#dPwdDesc {
    display:inline;
     padding:0; 
	  margin:0;
      width:220px;
}

#ulPwdDesc {
    list-style:none;
    padding-left:10px;
}

#ulPwdDesc li {
    margin:0;
    padding:0;
   list-style-type:disc;
}

