/*------------------ Page Text classes ----------------------------*/
body
{
    color: Black;
    background-color: White;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    /*font-size: 10px;*/
}
.pageText
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.adminPageText
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.galleryDescription
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.label
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    /*font-size: 10px;*/
}
.errorText
{
    color: Red;
    font-weight: bold;
}
.pageTitle
{
    font-size: 16pt;
}
/*------------------ A classes ----------------------------*/
a:link
{
    color: blue;
    text-decoration: none;
    font-size: 10pt;
}
a:visited
{
    color: blue;
    text-decoration: none;
    font-size: 10pt;
}
a:hover
{
    color: blue;
    text-decoration: underline;
    font-size: 10pt;
}
a:active
{
    color: blue;
    text-decoration: none;
    font-size: 10pt;
}
/*------------------ Footer classes ----------------------------*/
a.footer:link
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
a.footer:visited
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
a.footer:hover
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
}
a.footer:active
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
.footNoteText
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
a.footNote:link
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
a.footNote:visited
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
a.footNote:hover
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
}
a.footNote:active
{
    color: Black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
/*------------------ Gallery A classes ------------------------------*/
a.GalleryNav:link
{
    color: blue;
    text-decoration: none;
    font-size: 10pt;
}
a.GalleryNav:visited
{
    color: blue;
    text-decoration: none;
    font-size: 10pt;
}
a.GalleryNav:hover
{
    color: blue;
    text-decoration: underline;
    font-size: 10pt;
}
a.GalleryNav:active
{
    color: blue;
    text-decoration: none;
    font-size: 10pt;
}
/*------------------ Login A classes ------------------------------*/
a.Login:link
{
    color: blue;
    text-decoration: none;
    font-size: 12px;
}
a.Login:visited
{
    color: blue;
    text-decoration: none;
    font-size: 12px;
}
a.Login:hover
{
    color: blue;
    text-decoration: underline;
    font-size: 12px;
}
a.Login:active
{
    color: blue;
    text-decoration: none;
    font-size: 12px;
}
/*------------------ Login classes ------------------------------*/
.Login
{
    color: red;
    text-decoration: none;
    font-size: 12px;
}
/*------------------ Cell Layout classes ----------------------------*/
.RADCell
{
    	   /*top right bottom left*/
	padding: 5px 10px 5px 10px;
}
/*------------------ RAD Tree ---------------------------------------*/
.TreeNode
{
	font-family: Tahoma;
	font-size: 9pt;
	color: black;
}

.TreeNodeOver
{
	font-family: Tahoma;
	font-size: 9pt;
	color: red;
	cursor: hand;
}

.TreeNodeSelect 
{
	font-family: Tahoma;
	font-size: 9pt;
	color: black;
	background: blue;
	cursor: hand;
}

.TreeNodeDisabled 
{ 
	font-family: Tahoma; 
	font-size: 9pt;	 
	COLOR: gray; 	
}
/*------------------ Alternate color ---------------------------------------*/
.FirstRow 
{
    background-color : #fffae0;
}
.SecondRow
{
    background-color : #fffacd;
}