/* --------------------------------------------------------------------------
	Generic
-------------------------------------------------------------------------- */
body
	{
	font-family: arial,sans-serif;
	}
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;
	overflow:hidden;
	clear:both;
}

div.pager.top
{
	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:#a120ad;
	text-decoration:none;
}

div.pager a
{
	color:#a120ad;
	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;
}


/* --------------------------------------------------------------------------
	Image List
	#images
-------------------------------------------------------------------------- */

#images
{
	float: none;
	clear: both;
	overflow:hidden;
}

#images ul
{
	padding: 0px;
	margin: 0px;
}

#images ul li
{
	list-style: none;
	float: left;
	margin: 5px;
}

#images h2
{
	color:#80547c;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

#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;
}

.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;
}
