/* File: includes\css\Default.css */
/*html {
  height: 100%;
  overflow: hidden;
}*/

body, h1, div {
	font-family: Arial, sans-serif;
}

form 
{
	margin: 0px;
	padding: 0px;
}

div {
	padding: 0px;
	font-size: 12px;
}

img {
	border: none;
}

h1 {
	margin: 0px;
	font-style: italic;
}

p 
{
    margin: 0px 0px 12px 0px;
}

input[type^='image'] {
    cursor: pointer;
} 

table,td,th
{
	border: none 0px; 
	border-collapse:collapse; 
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
	font-family: Tahoma,Sans-Serif;
}

/*thead,tfoot,th
{
	background: #B3D5FF url(/gradient-fff-84B7FF-1-25.axd);
	font-weight: bold;
}*/
thead td
{
		padding: 3px;
		height: 15px;
}

a {
    font-size: 12px;
    color: #44c;
    margin: 0px;
}

a:hover {
	color: #c75b12;
}

div.error, div.info, div.warning
{
	border: solid 1px #900;
	background: #eaabab url(/gradient.ashx/ffC5C5/eaabab/1/45/) repeat-x;
	color: #000;
	margin: 5px;
	padding: 5px 10px;
	font-family: Verdana,sans-serif;
	font-size: 14px;
}

div.warning 
{
    background: #fff79e url(/gradient.ashx/FFFACC/fff79e/1/25/) repeat-x;
    border: solid 1px #fef161;
}

div.info
{
	border: solid 1px #569221;
	background: #e4ffcc url(/gradient.ashx/FFFFE5/e4ffcc/1/25/) repeat-x;
}

.recordsetview tfoot td 
{
	font-weight: bold;
	padding-right: 10px;
}
/* File: includes\css\Layout.css */
body {
	margin: 4px;
	background: #132448;
}

.Footer, .Footer a
{
    color: #97b4ce;
    font-size: 10px;
    text-align: center;
} 

#Main,.Footer
{
    width: 758px;
    margin: 5px auto;
}

#InnerMain 
{
    background: #BBCF87;
    width: 100%;
}

#MenuContainer
{
    width: 122px;
    padding-bottom: 30px;
    background: #65839E url(/images/leftpixel.gif) repeat-y;
}

#ContentContainer 
{
    vertical-align: top;
    background: url(/images/navbar_pixel.gif) repeat-x;
    border: solid 1px #000;
    border-top: none;
    border-left: none;
}

#InnerContentContainer 
{
	/*background: url(/stripes.axd?color1=98A56F&color2=BBCF87&height=10) repeat-x;*/
	background: url(/gradient.ashx/98A56F/BBCF87/1/10/) repeat-x;
}

img#BottomLeft
{
    position:absolute; 
    bottom: 0px;
    left: 0px;
}

img#BottomRight
{
    position:absolute; 
    bottom: 0px;
    right: 0px;
}

img#TopRight 
{
    position: absolute;
    top: 0px;
    right: -13px;
}

.Menu 
{
    background: url(/images/sidebar_bgnib.gif) repeat-y;
}


.MenuTop 
{
    background: url(/images/sidebar_botnib.gif) no-repeat;
}

.MenuBottom 
{
    background: url(/images/sidebar_topnib.gif) no-repeat left bottom;
    padding: 12px 16px 18px 13px;   
}

#MenuContainer .Menu a 
{
    color: #FCB712;
    text-decoration: none;
    display: block;
    font-size:8pt;
    padding-left:5px;
    margin-bottom: 4px;
}

#MenuContainer .Menu a:hover 
{
    color: #FBFFBA;
    /*background: #335776 url(/gradient-335776-3C6689-1-15.axd) repeat-x left bottom;*/
}

#MenuContainer .Menu span 
{
    color: #fff;
    font-weight: bold;
    display: block;
    font-size:12px;
}

#ContentContainer 
{
    /*margin-right: 13px;
    background: #bbcf87 url(/gradient-6C774F-bbcf87-1-8.axd) repeat-x;
    border: solid 1px #222;
    border-top: none;
    padding: 5px;
    border-left: none;*/
    
    height: auto !important;
    height: 450px;
    min-height: 450px;
}

#Content 
{
    padding: 5px;
}

#SubHeader 
{
    display:none;
}

/* File: includes\css\imagebox.css */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}