body
{
	font-family:arial,verdana,tahoma;
	font-size:10pt;
	color:#000000;
	border-left:5px;
	border-right:5px;
}

p
{
	font-family:arial,verdana,tahoma;
	font-size:10pt;
	color:#000000;
}

td
{
	font-family:arial,verdana,tahoma;
	font-size:10pt;
	color:#000000;
}

table
{
	font-family:arial,verdana,tahoma;
	font-size:10pt;
	color:#000000;
}

a:link
{
	font-family:arial,verdana,tahoma;
	font-size:9pt;
	color:#143D55;
	text-decoration:none;
}

a:hover
{
	font-family:arial,verdana,tahoma;
	font-size:9pt;
	color:#143D55;
	text-decoration:underline;
}

a:visited
{
	font-family:arial,verdana,tahoma;
	font-size:9pt;
	color:#143D55;
	text-decoration:none;
}

.thinborder
{
	border: solid 1px #000000;
	border-collapse:collapse;
}

.small
{
	font-family:arial,verdana,tahoma;
	font-size:8pt;
	color:#000000;
}

.medium
{
	font-family:arial,verdana,tahoma;
	font-size:9pt;
	color:#000000;
}

.footer
{
	font-family:arial,verdana,tahoma;
	font-size:8pt;
	color:#000000;
	text-align:center;
}

.center
{
	text-align:center;
}

.bold
{
	font-weight:bold;
}

h1
{
	font-family:arial,verdana,tahoma;
	font-size:18pt;
	font-weight:bold;
}

h2
{
	font-family:arial,verdana,tahoma;
	font-size:14pt;
	font-weight:bold;
}

h3
{
	font-family:arial,verdana,tahoma;
	font-size:12pt;
	font-weight:bold;
}

.error
{
	color:red;
}

.txtbox
{
	border:1px solid #000000;
}

.grdhead
{
	/*background-color:#DCC2A9;*/
	background-color:#0033FF;
}

.whitetxt
{
	/*background-color:#DCC2A9;*/
	color:white;
}

.alternate
{
	background-color:#E8F4F7;
}

.container
{
	border:1px solid #000000;
	padding: 1px 1px 1px 1px;
}

.infodiv, .successdiv, .warningdiv, .errordiv, .validationdiv {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.infodiv {
color: #00529B;
background-color: #BDE5F8;
background-image: URL(images/info.png);
font-size:16px;
}

.successdiv {
color: #4F8A10;
background-color: #DFF2BF;
background-image:URL(images/success.png);
font-size:16px;
}

.warningdiv {
color: #D8000C;
background-color: #FFBABA;
background-image: URL(images/error.png);
font-size:16px;
}

.errordiv {
color: #9F6000;
background-color: #FEEFB3;
background-image: URL(images/warning.png);
font-size:16px;
}

.validationdiv {
color: #D63301;
background-color: #FFCCBA;
background-image: URL(images/validation.png);
} 


table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
/*the day headings*/
table.cells th {
	border: solid #CCCCCC 1px;
	text-align: left;
	font-weight: bold;
	color: #0054E3;
	width: 22px;
}
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #DDDDDD;
}
table.cells td.wkend {
	background-color: #DDDDDD;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #FFFFCC;
	color: black;
}
table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999999;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
z-index:-1;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}