/* --------------------------------------------------------------------------
	Generic
-------------------------------------------------------------------------- */
body
	{
	font-family: arial,sans-serif;
	text-align:center;
	}
p
	{
	margin:0px;
	}
img
	{
	border:none;
	}
span.asterisk
	{
	color:#ff0000;
	}
h1
	{
	clear:all;
	}


/* --------------------------------------------------------------------------
	#short_login_form
-------------------------------------------------------------------------- */
#short_login_form .commands .button
{
width:160px;
}

	
/* --------------------------------------------------------------------------
	Pager
	#.pager
-------------------------------------------------------------------------- */
div.pager
{
text-align:center;
font-size:10pt;
font-weight:bold;
}
div.pager.top
{
border-bottom: 1px dotted #C0B68B;
padding:0px 0px 10px 0px;
margin:0px 0px 10px 0px;
}
div.pager.bottom
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

div.pager a.previous, div.pager a.next
{
color:#000000;
text-decoration:none;
}
div.pager a
{
color:#000000;
margin:0px 5px 0px 5px;
}
div.pager a:hover
{
text-decoration:underline;
}
div.pager a.current, div.pager a.current:hover
{
text-decoration:none;
cursor:default;
}


.changelanguage .en a
{
display:block;
width:25px;
height:17px;
background: url(../Images/Icons/en.gif) no-repeat 0px 3px;
margin-left:11px;
}


.changelanguage .el a
{
display:block;
width:25px;
height:17px;
background: url(../Images/Icons/el.gif) no-repeat 0px 3px;
margin-left:11px;
}

.changelanguage .third a
{
display:block;
width:25px;
height:17px;
background: url(../Images/Icons/fr.jpg) no-repeat 0px 3px;
margin-left:11px;
}

/* --------------------------------------------------------------------------
	Sitemap
	#sitemap
-------------------------------------------------------------------------- */
#sitemap
{
}

#sitemap ul
{
margin:0px;
padding:0px 0px 0px 20px;
}


#sitemap li
{
	list-style-type:none;
	padding: 2px 0px 2px 0px;
}

#sitemap li span
{
}

#sitemap li a
{
	text-decoration: none;
	color:#000000;
}


/* --------------------------------------------------------------------------
	Image List
	#images
-------------------------------------------------------------------------- */

#images
{
float: none;
clear: both;
}

#images ul
{
padding: 0px;
margin: 0px;
}

#images ul li
{
list-style: none;
float: left;
margin: 5px;
}


#edituser
{
width:400px;
}

#edituser .field-margins
{
overflow:hidden;
}

#edituser .label-dimensions
{
width:180px;
float:left;
}

#edituser .value-dimensions
{
width:200px;
float:left;
}

#edituser .value-dimensions input,
#edituser .value-dimensions select
{
width:100%;
}

#edituser .fieldset-label-dimensions
{
font-weight:bold;
}

#edituser .fieldset-label-margins
{
padding-top:10px;
}

#edituser .fieldset-fields-margins
{
border: 1px solid #888888;
padding:4px;
}

#edituser .command-dimensions
{
text-align:right;
}

#edituser .command-margins
{
padding-top:8px;
}


.usermessage-dimensions
{
}

.usermessage-margins
{
padding:8px;
border: 2px solid #ff0000;
margin-bottom:10px;
}





#header-margins
{
padding:10px;
}

#content-left-margins
{
padding:10px;
}

#content-right-margins
{
padding:10px;
}

#left-margins
{
padding:10px;
}

#footer-margins
{
padding:10px;
}


.list ul
{
background:#555555;
overflow:hidden;
margin:0px;
padding:0px;
}

.list ul li
{
list-style:none;
display:block;
float:left;
width:25%;
height:100px;
}

.list ul li .margins
{
border:1px solid #ff0000;
margin:10px;
padding:5px;
}



.hidden
{
display:none;
visibility:hidden;
}

.visible
{
display:block;
visibility:visible;
}