@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
font-family:Calibri, Arial, sans-serif;
font-size: 14px;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

/*spacing*/
.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
.content ul, .content ol, .content blockquote{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/****************************************************************
General Classes
****************************************************************/

/*alignment*/
.center{
	text-align: center;	
}

p.flushBottom, h1.flushBottom, h2.flushBottom, h3.flushBottom, h4.flushBottom, h5.flushBottom, h6.flushBottom, ol.flushBottom, ul.flushBottom{
	margin-bottom: 0px;	
}
p.flushTop, h1.flushTop, h2.flushTop, h3.flushTop, h4.flushTop, h5.flushTop, h6.flushTop, ol.flushTop, ul.flushTop{
	margin-top: 0px;	
}

/*form validation*/
.error{
	border-color:#E77776;
}
	input.error, textarea.error{
		background-color: #F8DBDB;
		border: 1px solid #E77776;
	}
	label.error {
		color: #E46C6E;
		padding-left: 8px;
		font-style: italic;
	}
	span.error {
		color: #E46C6E;
	}
label.required{
	color: 	#E46C6E;
}
/*form validation*/

/*icons*/
.edit{
	background-image:url(/images/template/icons.png);
	background-position:-389px -468px;
	background-repeat:no-repeat;
	width:13px;
	height:17px;
	display:inline-block;
}
.delete{
	background-image:url(/images/template/icons.png);
	background-position:-21px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.checkMark{
	background-image:url(/images/template/icons.png);
	background-position:-67px -260px;
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	display:inline-block;
}
.view{
	background-image:url(/images/template/icons.png);
	background-position:-388px -104px;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
}
/*icons*/

/*buttons*/
button, a.btn, input[type=submit], input[type=reset] {
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:130%;
	padding:5px 10px 6px 7px;
	text-decoration:none;
}
	button:hover, a.btn:hover, input[type=submit]:hover, input[type=reset]:hover {
		background-color:#E2E0E0;
		border:1px solid;
		border-color: #B7B5B5 #A7A5A5 #A7A5A5 #B7B5B5;
		color:#333333;
	}
/*buttons*/


/****************************************************************
CSS Diagnostics - http://www.nealgrosskopf.com/tech/thread.asp?pid=3
****************************************************************/

/* Deprecated Elements */
/*
center, font, s, strike, u, marquee, blink
{ border: 5px solid red !important; }
*/

/* Deprecated Attributes */
/*
br[clear], hr[noshade], *[color],
*[bordercolorlight], *[bordercolordark], *[bordercolor], *[background], *[bgcolor], *[nowrap],
ol[compact], ul[compact], *[start],
img[hspace], img[vspace]
*[align], *[valign],
*[height], *[width],
ul[type], ol[type], li[type],
font[size], hr[size]
{ border: 5px dotted red !important; } 
*/

/* Empty Elements */
/*
.content div:empty, .content span:empty, .content li:empty, .content p:empty, .content td:empty, .content th:empty 
{ padding: 20px; border: 5px solid yellow !important; }
*/

/* Empty Attributes */
/*
*[alt=""], *[title=""], *[id=""], a[href=""], a[href="#"] 
{ border: 5px dotted yellow !important; }
*/