
   
/* General definitions
 **********************/

/* Tables and headings do not inherit all basic properties, therefore they are set explicitly */
body, table, h1
{
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: white;
    font-size: 10pt;
    text-transform: uppercase;
}

a
{
	color: white;
}

a:hover
{
	color: gray;
}


/* Main Menu & Headings
 ***********************/

h1, th, .mainmenutop, .mainmenubottom, .embeddedmenu, .cmt_heading, .cmt_menu, .pic_title
{
    letter-spacing: 3px;
    font-weight: normal;
}



.mainmenutop a, .mainmenubottom a, .embeddedmenu a, .cmt_menu a
{
	text-decoration: none;
}




/* Running Text (Image Descriptions, Comments, etc. )
 ***************/

p, input, , .pic_menu, .aboutimgcopyright, .cmt_exif
{

}

.pic_title
{
    font-weight: bold;
}

.pic_title, .pic_desc
{
    color: black;
}

.pic_menu, .pic_menu a, td.embeddedmenu, td.embeddedmenu a
{
    color: #2a2a35;
    text-decoration: none;
    letter-spacing: 2px;
}

td.embeddedmenu
{
    color: black;    
}
                 
.pic_menu a:hover, td.embeddedmenu a:hover
{
    color: white;
}

p
{
	text-align: justify;
}

.pic_desc, .cmt_exif
{
    text-transform: none;
    font-size: 9pt;
}

.cmt_comments_date, .aboutimgcopyright
{
    font-size: 6pt;
}

.cmt_desc_detail
{
	text-align: justify;
}




/* Dropdowns
 ************/

select
{
    letter-spacing: 1px;
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    
}
  

/* Comment Menu & Headings
 **************************/

.cmt_menu
{
    letter-spacing: 1px;
    font-weight: normal;
}

.cmt_menu a
{
	text-decoration: none;
}

.cmt_title
{
    font-weight: bold;
}




/*

td.maincontent a
{
	text-decoration: none;
	letter-spacing: 3px;
	color: #2a2a35;
}

td.maincontent a:hover
{
	color: white;
}

td.title
{
    color: black;
    font-weight:bold;
}

*/