@import url("reset.css");
/* ------------------------------------------------------------------------- */
/* standard setup
/* ------------------------------------------------------------------------- */
.foo()
{
}

/*=== Setup ===
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
*/
body
{
	background: #e5e5e5;
	color: #808285;
	font: 11px Arial,Verdana,Helvetica,Sans-Serif;
}
a
{
	color: #17479e;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
 select, textarea
{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
input.btn
{
	border: none;
	background: url(images/button-100.gif) no-repeat top left;
	width: 100px;
	height: 24px;
	font-size: 90%;
	cursor: default;
	cursor: pointer;
}
input.btn_70
{
	border: none;
	background: url(images/button-70.gif) no-repeat top left;
	width: 70px;
	height: 24px;
	font-size: 90%;
	cursor: default;
	cursor: pointer;
}
input.btn_140
{
	border: none;
	background: url(images/button-140.gif) no-repeat top left;
	width: 140px;
	height: 24px;
	font-size: 90%;
	cursor: default;
	cursor: pointer;
}
input.btn_search
{
	border: none;
	background: url(images/magnify_button.gif) no-repeat top left;
	width: 22px;
	height: 24px;
	font-size: 90%;
	cursor: default;
	cursor: pointer;
}
select
{
	padding: 0;
}
ol
{
	list-style-type: lower-roman;
}
li
{
	list-style: none;
}
fieldset
{
	border: solid 1px #ccc;
	padding: 5px;
}
legend
{
	margin-bottom: 2px;
}

/*=== Misc. ===*/
.fix
{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/*=== Form. ===*/
label
{
	margin: 0;
	padding: 0;
}

.checkbox input
{
	margin: 0;
	padding: 0;
	border: none;
}
.checkbox label
{
	margin-left: 3px;
}

.radio
{
	margin: 0;
	padding: 0;
}

.textarea
{
	width: 355px;
}

.mediumtext
{
	width: 255px;
}

.smalltext
{
	width: 150px;
}

.warning
{
	color: Red;
}

.watermarked
{
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #e5e5e5;
	color: gray;
}

/*=== Errors. ===*/
.fieldWithErrors
{
	display: inline;
}

.errorExplanation
{
	padding-bottom: 15px;
}
.errorExplanation li
{
	color: #ff0000;
}


/*=== Styling Lists ===*/
/*- List1 -*/
.list1
{
	margin: 0 0 20px;
}
.list1 li
{
	color: #002d62;
	margin: 0 0 3px;
	font-weight: normal;
}

div.previousNext
{
	background-color: #fafafa;
	color: #222;
	width: 100%;
	margin: 5px 0;
	padding: 2px 0;
	min-height: 1.6em;
}

div.previousNext a
{
	float: right;
	margin-left: 4px;
	display: block;
	color: #444;
}

div.previousNext a.disabled
{
	color: #ccc;
}

/************************* Profile ***************************************/
div.aboutme dl dt
{
	font-weight: bolder;
	margin-top: 2px;
}

div.aboutme dl dd
{
	margin-left: 30px;
}
/************************* End Profile ***********************************/

/************************* Tables ***************************************/
table.tfk
{
	border: solid 1px #b7b7b7;
	padding: 6px 10px;
	background-color: #fff;
	text-align: left;
}

table.tfk thead th
{
	background-color: #eee;
	padding: 1px 10px;
}

table.sortable thead th.header
{
	background-image: url(images/small_asc_desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.sortable thead th.headerSortUp
{
	background-image: url(images/small_asc.gif);
}

table.sortable thead th.headerSortDown
{
	background-image: url(images/small_desc.gif);
}

table.tfk td
{
	background-color: #f8f8f8;
	padding: 1px 10px;
}

table.tfk tr:hover td
{
	background-color: #e8f0f0;
}

/************************* End Tables ***************************************/

/* HOVER MENU STYLES  ---------------------------------------------------------------------------- */

.hover
{
	font-weight: bolder;
}

.hovering
{
	border: solid 1px #b7b7b7;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 2px 5px;
}

.editRow
{
	margin: 4px 0;
	padding: 8px 2px;
	border: dashed 1px #fff;
}

/* HOVER MENU STYLES END ------------------------------------------------------------------------- */

span.rdo input {
   margin-right: 0.25em;
   border-width: 0px;
}
span.rdo label {
   font-weight:normal;
   margin-right: 2em;
   vertical-align:text-bottom;
   display:inline;
   
}
/* jquery tooltip */
div.tooltip {     
    background-color:#000;     
    border:1px solid #fff;     
    padding:10px 15px;     
    width:200px;     
    display:none;     
    color:#fff;     
    text-align:left;     
    font-size:12px;      
    /* outline radius for mozilla/firefox only */     
    -moz-box-shadow:0 0 10px #000;     
    -webkit-box-shadow:0 0 10px #000; 
}
strong
{
 color:#666666;
}
