
/*	-------------------------------------------------------------
	Ermis Awards 2005 Template Style Sheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Generic Page Style
	-------------------------------------------------------------
	Designed & Developed by Forthnet eBusiness Services
	-------------------------------------------------------------	*/
/*	-------------------------------------------------------------
	Main Body Setting
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body 
{
	background:url(../_gfx/bg.gif) repeat;
	margin:0px 0px 10px 0px;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	color:#5a3b36;
	text-align:center;
}
a,div,p,span,td,h1,h2,h3,h4
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
}
img 
{ border:0;}
form
{
	padding:0;
	margin:0;
}
select,option
{
	color:#5A3B36;
}
a 
{ color:#1D7EBE; text-decoration:none; }
.header
{
	background:#ffffff url(../_gfx/header_bg.gif) no-repeat;
}
.headertop
{
	background:url(../_gfx/header_bg_top.png) no-repeat;
	height:20px;
}
.headerfnc
{
	text-align:right;
	vertical-align:top;
	padding:0px 30px 20px 0px;
}
.headerfnc table
{
	float:right;
}
#bodyHead 
{
	text-align:left;
	width:760px;
}
.headPadding 
{
	padding:0;
}
#bodyHead .logoStyle 
{
	padding:0;
	margin:0px 20px 10px 0px;
}
.linksStyle
{
	padding:0px 5px 4px 0px;
	color:#585777;
	font-size:11px;
}
#bodyHead .linksStyle a
{
	color:#585777;
	font-size:11px;
	padding:0px 4px 0px 4px;
}
.searchinp
{
	background:url(../_gfx/search_input_bg.gif) no-repeat;
	width:140px;
	height:19px;
	border:0;
	font-size:11px;
	color:#B46189;
}
h3 
{ font-size:18px;}
.hide	
{display: none; visibility: hidden; height:0px;}
.show
{ display: block; visibility: visible; }

/*	-------------------------------------------------------------
Body Container Settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#bodyContainer 
{
	margin:0px auto 0px auto;
	width:760px;
	text-align:left;
}
.leftshade
{
	background:url(../_gfx/left_shade.png) no-repeat 0px 0px;
	width:770px;
	margin:auto;
}
.rightshade
{
	background:url(../_gfx/right_shade.png) no-repeat 765px 0px;
	width:770px;
	margin:auto;
}

/*	-------------------------------------------------------------
Search Form Field Settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.searchInfo 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
}
/* Search Results Table Styles*/
.searchRes
{
	width:507px;
}
.searchres td
{
	background:#E8F7FB;
	border-bottom:solid 2px #ffffff;
	padding:6px;
}
.searchRes thead td
{
	background:none;
}
.searchres a
{
	color:#5D3B33;
	text-decoration:none;
}
.searchres a:hover
{
	color:#1D7EBE;
}
.searchres .alt td
{
	background:#F3E7ED;
}

/*	-------------------------------------------------------------
Main Body Container Settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#bodyMain 
{
	background:#ffffff url(../_gfx/left_shade.gif) no-repeat 0px 5px;
}
.mainPadding 
{
	padding:0;
}
#bodyMain .navStyle 
{
	width:217px;
	vertical-align:top;
	text-align:left;
	background:#ffffff;
}
#bodyMain .navStyle img 
{
	display:block;
}
#bodyMain .spacerStyle 
{
	width:0px;
}
#bodyMain .contentStyle 
{
	width:540px;
	background-color:#ffffff;
	vertical-align:top;
}
.homecontent
{
	width:507px;
	vertical-align:top;
}
.homenews
{
	width:251px;
	vertical-align:top;
}
.hmpimg
{
	display:block;
	margin:0px 0px 5px 10px;
}
.contentPadding 
{
	padding:0px 14px 20px 14px;
	line-height:16px;
}
.homecontentPadding 
{
	padding:0px 14px 20px 34px;
	color:#5D3B33;
}
.contentPadding2
{
	padding:0px 14px 20px 14px;
}
/* Note Style */

.contentNotes 
{
	margin:15px 0px 0px 0px;
}
.notes
{
	background:#E8EEE8 url(../_gfx/note_top.gif) no-repeat;
	padding-top:15px;
	width:496px;
}
.notes a
{
	color:#5D3B33;
}
.notespad
{
	padding:0px 50px 10px 20px;
}
.notebot
{
	background:url(../_gfx/note_bot.gif) no-repeat;
	width:496px;
	height:5px;
}
.noteTitle 
{
	font-size:16px;
	color:#7F254A;
	font-weight:bold;
	vertical-align:middle;
	padding-bottom:10px;
}
.noteTitle img
{
	margin:0px 7px -5px 0px;
}
.noteIcons img
{
	margin-right:10px;
}
.noteItem 
{
	font-size:11px;
	text-align:right;
	color:#1D7EBE;
	padding-top:15px;
	margin:auto;
}
.noteItem2
{
	font-size:12px;
	text-align:right;
	padding-top:15px;
	margin:auto;
}
.noteItem img,
.noteItem2 img
{
	margin:-4px 10px 0px 10px;
	vertical-align:middle;
}

/* Body Footer Styles are located at the end of this file */

/* Extra Note Style */

.notes 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:13px;
}
/*	-------------------------------------------------------------
Navigation Box Settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.navStylepad
{
	padding:0px 0px 0px 3px;
}
.navitem a
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	/*padding-left: 30px;*/
	padding-top: 2px;
}

DIV.navitemShort
{
	background:url(../_gfx/bg_shortlist.gif) no-repeat;
	width:169px;
	height:34px;
}

.navorangetop
{
	background:url(../_gfx/nav_orange_top.gif) no-repeat;
	width:205px;
	height:21px;
}
.navorange 
{
	background:url(../_gfx/navBG.gif) repeat-y;
	width:205px;
	font-weight: bold;
	text-decoration: none;
}
.navorange .navpadding
{
	padding:0px 0px 0px 21px;
}
.navorange .navitem,
.navgreen .navitem,
.navpink .navitem
{
	padding:3px 0px 3px 0px;
}
.navorange a
{
	color:#521700;
}
.navorange .prevbg
{
	background:url(../_gfx/previous_bg.gif) no-repeat;
	padding:3px 0px 8px 20px;
	margin-top:5px;
}
.navorange .navitem a.selected,
.navgreen .navitem a.selected,
.navpink .navitem a.selected
{
	color:#ffffff;
}
.navorangebot
{
	background:url(../_gfx/nav_orange_bot.gif) no-repeat;
	width:213px;
	height:44px;
}
.navgreen 
{
	background:#D5D073;
	width:181px;
	margin-left:32px;
}
.navgreen .navpadding
{
	padding:0px 0px 0px 9px;
}
.navgreen a
{
	color:#686417;
}
.navgreenbot
{
	background:url(../_gfx/nav_green_bot.gif) no-repeat;
	width:213px;
	height:41px;
}
.navpinkshade
{
	background:url(../_gfx/pink_shade.gif) no-repeat;
	margin-left:14px;
	padding-left:10px;
}
.navpink
{
	background:#F1859D;
	width:171px;
}
.navpink .navpadding
{
	padding:0px 0px 0px 17px;
}
.navpink a
{ 
	color:#813348;
}
.newsletter
{
	background:url(../_gfx/nav_pink_bot.gif) no-repeat;
	width:214px;
}
.newsletter .navpadding
{
	padding:15px 0px 12px 42px;
}
.newsletter .navitem
{
	color:#88D5ED;
	font-weight:bold;
	font-size:14px;
}
.newsletterform
{
	background:url(../_gfx/newsletterform_bg.gif) no-repeat;
	width:214px;
	height:38px;
}
.nletterinp
{
	background:url(../_gfx/search_input_bg.gif) no-repeat;
	width:130px;
	height:19px;
	border:0;
	font-size:11px;
	color:#B46189;
}
.navblue
{
	background:#88D5ED;
	margin-left:14px;
	width:190px;
	color:#4C3463;
	font-size:12px;
}
.navbluepad
{
	padding:5px 5px 8px 20px;
}
.navitem a:hover
{ color:#ffffff; }
.navSubItem a
{
	font-size:12px;
	padding:2px 0px 2px 12px;
	display:block;
	text-decoration:none;
}
.navorange .navSubItem a
{
	color:#FACEBD;
	font-weight:normal;
}
.navpink .navSubItem a
{
	color:#ffccd7;
	font-weight:normal;
}
.navgreen .navSubItem a
{
	color:#948F3C;
	font-weight:normal;
}
.navpink .navSubItemSel
{
	color:#ffccd7;
	background:url(../_gfx/menu_arrow_pink.gif) no-repeat 0px 5px;
}
.navgreen .navSubItemSel
{
	color:#948F3C;
	background:url(../_gfx/menu_arrow_green.gif) no-repeat 0px 5px;
}
.navorange .navSubItemSel
{
	color:#FACEBD;
	background:url(../_gfx/menu_arrow_or.gif) no-repeat 0px 5px;
}
.navSubItemSel
{
	font-size:12px;
	font-weight:bold;
	padding:2px 0px 2px 12px;
	display:block;
}
.navSubItem a:hover
{
	color:#ffffff;
}
.sponsormenu
{
	background:url(../_gfx/sponsors_bg.gif) no-repeat;
	width:213px;
	height:168px;
}


/*	-------------------------------------------------------------
Main Footer Settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#bodyFooter 
{
	background:#ffffff;
	clear:both;
}
#bodyFooter .footerPadding 
{
	padding:20px 0px 22px 23px;
}
.fcompany
{
	font-size:11px;
	font-weight:bold;
	color:#B46189;
}
.faddress
{
	font-size:11px;
	color:#2CA0D3;
}
.ftitle a
{
font-size:11px;	
}
.ftitle
{
	color:#B46189;
	font-size:11px;
}
.bodyfooter2
{
	background:url(../_gfx/footer_bg.gif) no-repeat 15px 0px;
}
.flinks
{
	color:#B46189;
	font-size:11px;
	padding:21px 0px 10px 61px;
}
.flinks a
{color:#B46189;
	font-size:11px;
}
/*.homenewstitle     --------------na energopoiithei meta ti deyteri fasi-------------------
{
	background:url(../_gfx/news_head_bg.gif) no-repeat;
	width:233px;
}*/

.homenewstitle
{
	background:url(../_gfx/news_head_bg.gif) no-repeat;
	width:507px;
}
.homenewstitle h3
{
	padding:20px 0px 18px 23px;
	margin:0;
	font-size:16px;
	color:#7F254A;
}
.hnewsbot td
{
	background:url(../_gfx/homenews_bot.gif) no-repeat;
	padding:10px 0px 40px 0px;
}
.homenewsbg
{
	background:#E6ECE7 url(../_gfx/homenews_bg.gif) repeat-x left top;
	height:45px;
	min-height:45px;
	display:table;
	margin-left:1px;  /*meta tin deyteri fasi, ayto prepei na vgei*/
}
.homenewsbg td
{
	padding:5px 20px 5px 12px;
}
.hnewsbot a
{
	font-size:10px;
	font-weight:bold;
	color:#B46189;
	padding-left:105px;   /*meta ti deyteri fasi tha prepei na girisei se 85px*/
	text-decoration:none;
}
.hnewsDate
{
	background:url(../_gfx/listBullet2.gif) no-repeat 0px 2px;
	font-size:11px;
	color:#699271;
	padding:0px 0px 2px 13px;
}
.hnewsTitle
{
	color:#5D3B33;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:0px 0px 16px 3px;
	text-decoration:none;
}
h3.homean
{
	background:url(../_gfx/no-del.gif) no-repeat;
	margin:0px 0px 18px 10px;
	padding:38px 0px 15px 10px;
	font-size:13px;
	color:#6F2B4B;
}
.breadCrumbs 
{
	padding:5px 0px 20px 20px;
}
.breadCrumbs a
{
	color:#699271;
	font-size:12px;
}
.breadCrumbs img 
{
	margin:0px 5px 0px 5px;
}
/*.contentTitle	----na energopoiithei meta tin deyteri fasi---------------
{
	background:url(../_gfx/title_bg_pink.gif) no-repeat 0px 8px;
	font-size:28px;
	font-weight:normal;
	color:#B46189;
	padding:0px 0px 0px 5px;
	margin:0px 0px 15px 15px;
}*/

.contentTitle
{
	background:url(../_gfx/title_bg_pink.gif) no-repeat 0px 8px;
	font-size:28px;
	font-weight:normal;
	color:#B46189;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 15px;
}

.contentTitlegrey
{
	background:url(../_gfx/title_bg_grey.gif) no-repeat 0px 8px;
	font-size:28px;
	font-weight:normal;
	color:#5D3B33;
	padding:0px 0px 0px 5px;
	margin:0px 0px 15px 15px;
}
.contentSubTitle 
{
	margin:15px 20px 15px 30px;
	font-size:16px;
	font-weight:bold;
	color:#1D7EBE;
}
.newSubTitle 
{
	margin:15px 0px 15px 0px;
	font-size:16px;
	font-weight:bold;
	color:#1D7EBE;
}
.contentText 
{
	color:#5D3B33;
	clear:left;
}
.newsTitle 
{
	background:url(../_gfx/news_head_bg.gif) no-repeat;
	font-size:18px;
	color:#000000;
}
.newTitle
{
	color:#1D7EBE;
	font-weight:bold;
}
a.newsTitleText 
{
	color:#5D3B33;
	padding: 0px 0px 16px 0px;
	display:block;
	font-weight:bold;
	text-decoration: none;
}
a.newsTitleText:hover 
{
	color:#1D7EBE;
}
.newsDateText 
{
	font-size:11px;
	color:#699271;
	padding:0px 0px 3px 0px;
}
.backbtn
{
	background:url(../_gfx/back_bg.gif) no-repeat;
	width:157px;
}
.backbtn a
{
	display:block;
	padding:9px 0px 10px 50px;
	color:#1D7EBE;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
/* Sitemap Settings */
.sitemap
{
	width:507px;
}
.SiteMapLev0
{
	padding:15px 17px 5px 17px; 
	background:url(../_gfx/smap_header.gif) no-repeat;
	color:#FFFFFF; 
	text-align:right;
	border:solid 1px #ffffff;
}
a.SmapLev0
{
	font-size:16px;	
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.SmapLev0:hover
{
	color:#5D3B33;
}
.SiteMapLev1
{
	margin:0px 0px 15px 0px; 
	background-color:#F3FBFD;
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:normal; 
	border:solid 1px #ffffff;
}
.SiteMapLev1 ul
{
	margin:0; 
	padding:3px 0px 10px 12px; 
	list-style:none;
}
.SiteMapLev1 li
{
	background:url(../_gfx/arrow_smap.gif) no-repeat 0px 7px;
	padding:3px 0px 3px 12px;
}
.SiteMapLev1 li a
{
	font-weight:bold;
	text-decoration:none;
}
.SiteMapLev1 li a:hover,
.SiteMapLev2 li a:hover
{
	color:#5D3B33;
}
.SiteMapLev1 ul.SiteMapLev2
{
	margin:0; 
	padding:3px 20px 3px 18px; 
	list-style:none;
}
.SiteMapLev1 ul.SiteMapLev2 li
{
	background:none;
	color:#5D3B33;
}
.SiteMapLev1 ul.SiteMapLev2 li a
{
	font-weight:normal;
	color:#5D3B33;
}
/* Paging Settings */
.PageNr
{
	text-align:right;
	font-size:11px;
	position:relative;
	margin-bottom:-24px;
}
.PageNr2
{
	text-align:right;
	font-size:11px;
	position:relative;
	margin-bottom:-10px;
	padding-right:10px;
}
.Paging
{
	padding:10px 10px 20px 10px;
}
.Paging a
{
	color:#5D3B33;
	text-decoration:none;
	font-size:11px;
}
.Previous
{
	width:150px;
	text-align:left;
}
.Previous img
{
	vertical-align:middle;
	margin-right:5px;
}
.Next
{
	width:150px;
	text-align:right;
}
.Next img
{
	vertical-align:middle;
	margin-left:5px;
}
.Pages
{
	width:200px;
	text-align:center;
}
.CurrentPage
{
	font-weight:bold;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
}
.normalform
{
	width:406px;
	margin:auto;
}
.normalform input
{
	width:250px;
	border:0;
	height:19px;
	color:#1D7EBE;
}
.normalform input.nostyle
{
	width:auto;
}
.normalform td.norm
{
	background:url(../_gfx/form_fields_Sep.gif) no-repeat;
	height:10px;
	padding:0;
}
.normalform td.alt
{
	background:url(../_gfx/form_fields_Sep2.gif) no-repeat;
	height:5px;
	padding:0;
}
.normalform td.noround
{
	background:#ffffff;
	width:6px;
	padding:0;
}
.normalform td.round
{
	background:#ffffff url(../_gfx/round.gif) no-repeat 0px 3px;
	width:6px;
	padding:0;
}
.normalform td
{
	background:#D2EFF8;
	padding:6px 0px 6px 12px;
	vertical-align:middle;
}
.normalform label
{
	color:#1D7EBE;
}
td.required 
{
	background:#D2EFF8 url(../_gfx/required.gif) no-repeat right 3px;
	width:30px;
}
td.norequired,
td.empty 
{
	background:#D2EFF8;
	width:30px;
}
.normalform thead td
{
	background:url(../_gfx/form_header.gif) no-repeat;
	padding:0px 17px 0px 0px;
	height:45px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.selectstyle
{
	font-size:12px;
	color:#1D7EBE;
}
.submit 
{
	background:url(../_gfx/submit_bg.gif) no-repeat;
	margin:0px 0px 0px 10px;
	padding:8px 40px 10px 50px !important;
	padding:8px 0px 10px 50px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	cursor:hand;
	border:0;
	text-align:left;
}
.lsubmit
{
	background:url(../_gfx/submit_bg_large.gif) no-repeat;
	padding:0;
	width:237px;
	height:36px;
	margin-right:10px;
	cursor:hand;
}
.printBtn
{
	background:url(../_gfx/printLargeButton.gif) no-repeat;
	padding:0;
	width:300;
	height:36px;
	margin-right:10px;
	cursor:hand;
}
.lsubmit input,
.lcancel input,
.printBtn input
{
	background-color:Transparent;
	border:0;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	float:left;
	cursor:hand;
}
.lsubmitpad
{
	padding:7px 0px 0px 28px !important;
	padding:7px 0px 0px 35px; 
}
.lcancelpad
{
	padding:9px 0px 0px 20px !important;
	padding:9px 0px 0px 28px;
}
.reset 
{
	background:url(../_gfx/cancel_bg.gif) no-repeat;
	margin:0px 0px 0px 10px;
	padding:9px 40px 10px 60px !important;
	padding:9px 0px 10px 60px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	cursor:hand;
	border:0;
	text-align:left;
}
.myaccount .reset
{
	margin-right:0 !important;
	margin-right:-40px;
}
.myaccount .submit
{
	margin-right:0 !important;
	margin-right:-30px;
}
.lcancel
{
	background:url(../_gfx/cancel_bg_large.gif) no-repeat;
	padding:0;
	width:237px;
	height:36px;
	cursor:hand;
}
.txtarea
{
	border:0;
	color:#1D7EBE;
}
.buttons
{
	margin:auto;
	width:100%;
}
.buttons td
{
	text-align:right;
	padding-right:0 !important;
	padding-right:10px;
}
.largebuttons
{
	margin:auto;
}
/* Sponsors Settings */
.Sponsors td
{
	width: 159px; 
	height:198px;
	text-align:center;
	vertical-align:top;
}
.Sponsors table
{
	height:100%;
}
.Sponsors td.spitem
{
	width:159px;
	height:108px;
	background:#E8F7FC url(../_gfx/sponsors_top.gif) no-repeat;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
}
.Sponsors td.spitem table
{
	margin:auto;
}
.Sponsors td.spitem2
{
	background:#E8F7FC;
	padding:8px 0px 0px 12px;
	text-align:left;
	vertical-align:top;
	height:auto;
}
.Sponsors td.sponsbot
{
	height:10px;
	background:url(../_gfx/sponsors_bot.gif) no-repeat;
}
.Sponsors td.spimg
{
	background:url(../_gfx/sponsor_img_bg.gif) no-repeat;
	width:144px;
	height:108px;
	text-align:center;
	vertical-align:middle;
}
.sptitle
{
	color:#1D7EBE;
	display:block;
	font-weight:bold;
	padding-bottom:2px;
}
.sptitle a
{
	text-decoration:none;
}
.Sponsors td.alt td.spimg
{
	background:url(../_gfx/sponsor_img_bg2.gif) no-repeat;
}
.Sponsors td.alt td.sponsbot
{
	background:url(../_gfx/sponsors_bot2.gif) no-repeat;
}

/*Styles for forms*/
.formcontainer
{
	text-align:center;
}
.forms
{
	width:513px;
	margin:auto;
}
.forms td
{
	padding:6px;
	background:#D2EFF8;
	color:#1D7EBE;
}
.forms thead td
{
	background:#D2A0B8 url(../_gfx/forms_head_bg.gif) no-repeat;
	vertical-align:middle;
	text-align:right;
	padding:17px 16px 11px 10px;
	color:#ffffff;
	font-weight:bold;
	border-right:solid 6px #ffffff;
	border-bottom:solid 3px #ffffff;
}
.forms tr.label td
{
	background-color:#E8F7FB;
	color:#1D7EBE;
}
.forms tr.label label
{
	color:#1D7EBE;
}
.forms td.empty
{
	width:30px;
	padding:0;
	background:url(../_gfx/filelds_right_bg.gif) repeat-y right top;
}
.forms td.required
{
	background:#D2EFF8 url(../_gfx/required.gif) no-repeat right 3px;
	width:30px;
	padding:0;
}
.forms td.noround,
.forms tr.label td.noround,
.forms tr.light td.noround,
.normalForm tr.light td.noround
{
	background:#ffffff;
	width:6px;
	padding:0;
}
.forms td.round
{
	background:#ffffff url(../_gfx/round.gif) no-repeat 0px 3px;
	width:6px;
	padding:0;
}
.forms input.input
{
	width:400px;
	border:0;
	color:#1D7EBE;
}
.forms td.normsep
{
	background:url(../_gfx/fields_sep0.gif) no-repeat;
	height:10px;
	padding:0;
}
.forms td.altsep
{
	background:url(../_gfx/fields_sep1.gif) no-repeat;
	height:8px;
	padding:0;
}
.forms td.altsep2
{
	background:#ffffff;
	height:5px;
	padding:0;
}
.forms tr.note td
{
	background:#E8EEE8;
	border-top:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	border-right:solid 6px #ffffff;
	color:#5D3B33;
}
.forms tr.note td a
{
	color:#5D3B33;
}
.forms tr.light td,
.normalForm tr.light td
{
	background:#E8F7FB;
}
select.select
{
	width:400px;
}
.select option
{
	width:400px;
}
.list
{
	width:507px;
}
.list td
{
	padding:9px 4px 9px 4px;
	vertical-align:top;
	border-right:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	color:#5D3B33;
}
.list a
{
	color:#5D3B33;
	text-decoration:none;
}
div.nominations .list a,
div.nominations .list td
{
	font-size:11px;
}
.list a:hover
{
	color:#1D7EBE;
}
.list .titles td
{ 
	background:#D2EFF7; 
	color:#1B7EC1; 
	font-weight:bold;
}
.list tr.norm td
{ background:#E8F7FC; }
.list tr.alt td
{ background:#F3FBFD; }
.list thead td
{
	background:#D2A0B9 url(../_gfx/list_head_bg.gif) no-repeat;
	vertical-align:middle;
	text-align:right;
	padding:17px 16px 12px 10px;
	color:#ffffff;
	font-weight:bold;
	border-right:0;
}
.list td.icons img
{
	margin:0px 2px 0px 2px;
}
.list tfoot td
{
	background:#F1E2E9;
	color:#5D3C35;
	font-weight:bold;
	text-align:right;
	border-right:0;
	vertical-align:middle;
}
.list td.ltd
{
	border-right:0;
	text-align:center;
}
.list td.rtd
{
	border-right:0;
}
.list td.check
{
	text-align:left;
}
.small
{
	font-size:11px;
}
.upload
{
	background:url(../_gfx/upload_btn.gif) no-repeat;
	border:0;
	font-weight:bold;
	font-size:13px;
	color:#1D7EBE;
	padding:5px 30px 8px 34px !important;
	padding:5px 30px 8px 14px
}
.calcelup
{
	background:url(../_gfx/cancel_btn.gif) no-repeat;
	border:0;
	font-weight:bold;
	font-size:13px;
	color:#1D7EBE;
	padding:5px 30px 8px 41px !important;
	padding:5px 30px 8px 21px;
}
.notblue
{
	color:#5D3B33;
}
.nominations ul,
ul.nom,
.contentStyle ul
{
	list-style:none;
	padding:0;
	margin:12px;
}
.nominations ul li,
.nom li,
.contentStyle ul li
{
	padding:5px 0px 5px 12px;
	background:url(../_gfx/arrow_list.gif) no-repeat 0px 8px;
}
.nominations ul li a,
.nom li a
{
	color:#5D3B33;
	text-decoration:none;
}
.nominations ul li a:hover,
.nom li a:hover
{
	color:#1D7EBE;
}
.newtitleblue
{
	background:#D2EFF8 url(../_gfx/newtitle_bluebg.gif) no-repeat;
	width:507px;
	border-bottom:solid 2px #ffffff;
}
.newtitleblue a
{ color:#1D7EBE; text-decoration:none; }
.newtitlepink
{
	background:#E8CFDB url(../_gfx/newtitle_pinkbg.gif) no-repeat;
	width:507px;
	border-bottom:solid 2px #ffffff;
}
.newtitlepink a
{ color:#5D3B33; text-decoration:none; }
.newspad
{
	padding:10px 9px 7px 10px;
}
.newdesblue
{
	background:#E8F7FB url(../_gfx/newdes_bgblue.gif) no-repeat left bottom;
	width:507px;
	padding-bottom:5px;
	margin-bottom:20px;
	color:#5D3B33;
}
.newdespink
{
	background:#F3E7ED url(../_gfx/newdes_bgpink.gif) no-repeat left bottom;
	width:507px;
	padding-bottom:5px;
	margin-bottom:20px;
	color:#5D3B33;
}
.datepad
{
	padding:0px 0px 3px 10px;
}
.rmore
{
	background:url(../_gfx/arrow_list.gif) no-repeat 0px 3px;
	display:block;
	padding:0px 0px 0px 12px;
	color:#5D3B33;
	text-decoration:none;
	margin-top:9px;
}
.form label.errHilite,
.normalform label.errHilite
{
	color:#D65C2C;
	font-size:12px;
	font-weight:bold;
}
.forms tr.label td.black,
.forms tr.label td.black *,
.black,
.normalform label.black
{
	color:#5D3B33;
	font-family:Verdana;
}
.featuredText
{
	color:#5D3B33;
}
.homelink
{   
	font-family:Verdana; 
	font-size:12px;
	color:#b4628a;
	text-decoration:none;
}
.blue
{
	color:#1D7EBE;
}
.webhistory h3
{
	color:#1D7EBE;
}
.nominations td a
{
	color:#1d7ec9;
	text-decoration:underline;
}
.nominations td a:hover
{
	text-decoration:none;
}
.nominations
{
	padding-top:10px;
}
