﻿body
{
	margin: 0;
	padding: 0;
	font-size: 8pt;
	line-height: 12pt;
	font-family: Verdana,sans-serif; /*background-image:url("images/dot.jpg")*/
}
.ModalPopUp
{
	background-color:#666699;
	filter:alpha(opacity=50);
	opacity:0.7;
}
.Heading_Green
{
	font-weight: bold;
	color: White;
	background-image: url(images/tableCurves/green.gif);
}

.Heading_Blue
{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background-image: url(images/tableCurves/blue.gif);
	text-align: left;
}
.side_white
{
	color:White;
}
.login
{
	color:White;
	font-size: 7pt;
}
.small
{
	font-size: 7pt;
	color: #FFFFCC;
}
.X_small
{
	font-size: X-small;
	font-weight: bold;
	color: White;
	background-color:#24618E ;
}
.SideColumns
{
	background-color: #24618E;
	width: 170px;
}
.Admin
{
	font-weight: bold;
	color: #3366cc;
}

.Error
{
	font-size: xx-small;
	color: Red;
	font-family: Arial, Sans-Serif;
}
h3
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.big
{
	padding: 6px;
	border: solid 1px #C7C7C7;	
	background-color: #FFFFFF;
}
.Thumb
{
	padding: 2px;
	border: solid 1px #FFFFFF;	
	background-color: #FFFFFF;
}
.ShowPictures
{
	/* This is for Table outside of the thumbnail or big picture*/
	padding: 0;
	width: 100%;
	border: 1px solid #6699cc;
	background-color: #F7F7F7;
	text-align: center;
}
.Show
{
	/* This is for Table outside of the thumbnail or big picture*/
	padding: 0;
	width: 600px;
	background-color: #F7F7F7;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}
.TableBorder
{
	border: 1px solid #6699cc;
	width: 100%;
}
.Table600px
{
	border-width: 0px;
	padding: 0px;
	width: 600px;
}
.Table100P
{
	border-width: 0px;
	padding: 0px;
	width: 100%;
}
.LoginTable
{
	background-color: #24618E;	
}
.LightBlue
{
	color: #3366ff;
	line-height: 13px;
	text-align: left;
}
.LinkButton
{
}
.LinkButton:hover
{
	color: #FFFFFF;
	background-color: #24618E;
}
.CommentTable
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #24618E;
	background-color: #F7F7F7;
	border-bottom-color: #C0C0C0;
	padding: 0px;
	width: 100%;
}
.DeleteEditTable
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding: 0px;
	width: 100%;
}
.CurveCornerLightGreen
{
	background-color: #CCFF80;
}
.Watermark
{
	background-color:ActiveBorder;
	font-size:small;
}
.defaultImage:hover
{
	border-color: #24618E;
	background-color: #24618E;
}
.Thumb:hover
{
	background-color:  #24618E;
	border-color:  #24618E;
}
a:link
{
	color: #3366CC;
}
a:visited
{
	color: #3366CC;
}
a:hover
{
	color: #3366CC;
}


/*- Menu Tabs J--------------------------- */
#tabsJ
{
	float: left;
	width: 100%;
	background: #F4F4F4;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px solid #24618E;
}
#tabsJ ul
{
	margin: 0;
	padding: 0px 10px 0 0px;
	list-style: none;
}
#tabsJ li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsJ a
{
	float: left;
	background: url( "images/tableftJ.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabsJ a span
{
	float: left;
	display: block;
	background: url( "images/tabrightJ.gif" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span
{
	float: none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span
{
	color: #FFF;
}
#tabsJ a:hover
{
	background-position: 0% -42px;
}
#tabsJ a:hover span
{
	background-position: 100% -42px;
}

#tabsJ #current a
{
	background-position: 0% -42px;
}
#tabsJ #current a span
{
	background-position: 100% -42px;
	color: #FFF;
}
