@charset "utf-8";
/* CSS Document */

/* Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* To change this file, please talk to Bir, Alex & Kamal */
.fakeBox {
                border-top: 2px solid #999;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                border-left: 2px solid #999;
                padding: 2px;
                min-width:200px;
           
		_width:200px;
		font-size:0.9em;
		color:#008;

}
.fakeBox2 {
                border-top: 2px solid #999;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                border-left: 2px solid #999;
                padding: 2px;
                min-width:200px;
               width:800px;
                word-wrap:break-word;
                
        _width:200px;
        font-size:0.9em;
        color:#008;

}

ul {
	list-style:disc;
}

ul, ol {padding:0 0 0 40px}
blockquote {padding:0 20px}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END Reset Reloaded */

body {font-family:Arial, Helvetica, sans-serif; margin:10px}
h1,h2,h3{background-color:lightgrey; color:#000; font-weight:bold}
h4,h5,h6{font-weight:bold}

h1 {font-size:1.2em; padding:8px; margin:6px 0}
h2 {font-size:1.1em; padding:6px; margin:4px 0}
h3 {font-size:1.0em; padding:4px; margin:2px 0}
h4 {font-size:0.9em; padding:2px; margin:2px 0}
h5 {font-size:0.8em; padding:2px; margin:2px 0}
h6 {font-size:0.8em; padding:2px; margin:2px 0}

table {width:100%; } /* was table-layout:fixed */
td  {padding:8px; vertical-align:top}
td.label{width:300px; background-color:#e0e0ff}
.subLabel{width:180px; float:left; clear:both}
p {margin:8px}

em {font-style:italic;}
strong {font-weight: bold;}

input,textarea { 
word-wrap:break-word;
color:#008;
}

#header {font-size:0.9em; border:1px solid #404040}
#header h2 {font-size:0.8em; color:inherit; background-color:transparent}
#header .side {background-color:lightgrey;  font-weight:bold; font-size:.8em; width:25%}
#header .title {background-color:lightgrey;  font-weight:bold; width:25%;text-align:center; vertical-align:middle}
#header .center{text-align:center; vertical-align:middle; font-weight:bold}

/*.contentwrapper {width:900px} disabled to fill whole page horizontally */
.right {text-align:right}
.underline {text-decoration: underline;}
.boldUnderln {
	font-weight: bold;
	text-decoration: underline;
}
.double_underline {
                border-bottom: 3px double;
}