/*
 * Pathfinder Avatars
 *
 * Developed by Phaistos Networks S.A.
 *
 * [c] 1997-2007 
 *
---------------------------------------------------------- */
body	{ 
	background: #fff;
	color: 		#333;
	font: 		normal 13px Arial, Helvetica, sans-serif;
	margin: 	10px 0;
	}
img	 	{ border: none; }
hr		{ display: none;}
a		{ color: #2251A6; text-decoration: none; }	
a:hover { text-decoration:underline;	}
form 	{ margin: 0; }	
p		{ line-height: 1.5em; }	

/* Miscellaneous aka misc
---------------------------------------------------------- */	
.info {
	padding-left: 28px;
	background: url("img/info.gif") no-repeat 0 2px;
	color: #6f6f6f;
	}
.avatar {
	padding: 2px;
	background: #fff;
	border: 1px  solid #ccc;
	margin: auto;
	}
sup  {
	color: #ED008C;
	line-height: normal;
	margin-left: 5px;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
	

/* Pseudo classes
---------------------------------------------------------- */
input[type="text"]:focus,
input[type="file"]:focus,
.field-focus 			{ background: #FFFDE3;}


/* Sections
---------------------------------------------------------- */
#wrapper {
	margin: auto;
	width: 960px;
	text-align: left;
	}
#content {
	min-height: 0;
	_height: 1%; /* IE */
	}
#content:after {
	content: ".";
	visibility: hidden;
	height:0; 
	display: block;
	clear: both;
	}
#cats {
	width: 180px;
	float: left;
	margin-right: 20px;
	}
#page-template #main {
	width: 600px;
	height: auto;
	}
#page-home #main {
	width: auto;
	height: auto;
margin-bottom: 0;
	}	
#page-badge #main {
	height: auto;
	text-align: center;
	}
#main {
	border-top: 1px solid #ccc;
	float: left;
	width: 800px;
	position: relative;
	background: #fff url("http://c.pathfinder.gr/img/bg/tile.gif");
margin-bottom: 20px;
	}
#page-upload #main {
	background: white; /* we pass it to the container */
	}
#source-container-relative {
	position: relative;
	margin-bottom: 20px;
	background: #fff url("http://c.pathfinder.gr/img/bg/tile.gif");
	}
	
/* #page-upload #main { 	min-height: 136px; } */
#side 			{ margin-left: 820px;	}
#info 			{ margin-top: 20px;		}


#intro			{
	background: url("img/intro-avatars.jpg") no-repeat 0 0;
	height: 250px;
	margin: 20px 0;
	text-indent: -200000px;
	padding: 0;
	overflow: hidden;
	position: relative;
	}
#intro img {
	position: absolute;
	right: 54px;
	top: 95px;
	}
#complete {
	font-size: 14px;
	line-height: 1.8em;
	}
#complete .avatar {
	padding: 5px;
	float: left;
	width: 96px;
	text-align: center;
	font-size: 14px;
	color: #6f6f6f;
	}

	

/* Cats
---------------------------------------------------------- */
#cats-menu, #cats-menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#cats-menu {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
#cats-menu li {
	display: inline;
	}
#cats-menu li a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 8px  8px;
	text-align:left;
	background: #EBEBEB;
	color: #6f6f6f;
	text-decoration: none;

	}
#cats-menu li a:hover {
	background-color: #F5F5F5;
	
	}
#cats-menu li.active a {
	background: #fff;
	color: green;
	margin-right: -1px;
	padding-right: 1px;
	}

/* Avatars table
---------------------------------------------------------- */
#avatars { width: 100%;	}
#avatars td {
	
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	width: 33%;
	}
#avatars td img {
	background: #fff;
	padding: 12px;
	height: 96px;
	width: 96px;
	border: 1px solid #fff;
	}
#avatars td  p {
	margin: 8px 0 0;
	}
#avatars td.active,
#avatars td.hover {
	border-color: #999;
	/* background-color: #FFFFEA; */
	}
#avatars td.active {
	background-color: #FFFFEA;
	}
#avatars td.active img {
	border-color: #ccc #fff #fff #ccc;
	}


/* Side
---------------------------------------------------------- */
#side ul 		{ margin-top: 0;		}


/* Header
---------------------------------------------------------- */
#header {
	padding: 0 0 15px 0;
	line-height: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	_height: 1%;
	}
	
#header #user {
	float: right;
	position: absolute;
	right: 0;
	bottom: 2px;
	list-style: none;
	width: auto;
	line-height: normal;
	font-size: 12px;
	}
#user li {
	border-right: 1px solid #EEEEEE;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#user .username {
	font-weight: bold;
	border: none;
	padding: 0;
}
#user .last {
	border: none;
	margin: 0;
	padding: 0;
}	
#header span {
	color: #999;
	}

/* Footer
---------------------------------------------------------- */	
#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	line-height: 2em;
	color: #888;
	clear: both;
	}	




/* Source container
---------------------------------------------------------- */	
#source-container {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	}

/* Preview
---------------------------------------------------------- */
#preview {
	_height: 1%;
	overflow: hidden;
	min-height: 0;
	margin: 10px 0;
	position: relative;
	}
#crop-preview-container {
	display: none;
	}
.crop-preview-container		{
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 0 0px 10px 0px;
	overflow: hidden;
	_height: 1%;
	min-height: 0;
	}
.my.crop-preview-container	{	margin-bottom: 20px;}
.crop-preview		{
	overflow: hidden;
	/* border: 1px solid #6f6f6f; */
	position: relative;
	margin: auto;
	}
.crop-preview img {
	position: absolute;
	top: 0;
	left: 0;
	}
/* Just one is needed */
#crop-preview-96	{
	width: 96px;
	height: 96px;
	}	
	
#preview table {
	width: 100%;
	vertical-align: top;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	}
#preview table td {
	vertical-align: top;
	width: 50%;
	}

/* Change
---------------------------------------------------------- */
#change 	{ margin: 0 0 10px 0;}
#change p 	{ margin: 0;}
#form-upload	{ line-height: 1.3em; position: relative;}
#change form p {
	font-size: 11px;
	color: #6f6f6f;
	margin-top: 8px;
	line-height: 1.3em;
	}	

/* Headers
---------------------------------------------------------- */
h1 {
	font-size: 22px;
	color: #F13AA5;
	font-weight: normal;
	margin: 20px 0;
	letter-spacing: -1px;
	}
h3{	
	margin: 0 0 10px 0;	 border-bottom: 1px solid #eee; padding-bottom: 5px; line-height: normal;
	font-family:  arial, serif;
	font-size: 14px;
	}
h4 {
	border: none;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 11px;
	color :#6f6f6f;
	/* background: #fff url("http://c.pathfinder.gr/img/bg/tile.gif"); */
	background: #fff;
	margin: 0; padding: 8px 0;
	line-height: normal;
	}			
#main h4{ 
	border-top: none;
	border-bottom: 1px solid #ddd;
	}
#info h4 {
		 background: #fff url("http://c.pathfinder.gr/img/bg/tile.gif");
		}
h5 {
	color: #6f6f6f;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	background: #eee;
	padding: 5px 0;
	display: block;
	margin-bottom: 5px;
	line-height: normal;
	/* border-top: 1px solid #fff; */
	}		


/* Submit 
--------------------------------------------- */
#submit {
	padding: 20px;
	background: #F9F9F9;
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	clear: both;
	_height: 1%; /* IE */
	min-height: 0;
	}
#submit p {
	text-align: left;
	font-size: 12px;
	color :#6f6f6f;
	line-height: 1.4em;
	margin: 0;
	}
#submit a		{ 	color: #6f6f6f; text-decoration: underline;		}
/*#submit input, .button 	{
	font-size: 14px; font-family: arial; padding: 4px 10px;
	font-weight: bold;
	color: #444;
	background: 	#ddd;	
	}
html body input.bold {
	background: 	#0063DC!important;	
	color: #fff!important;
	font-weight: normal!important;
	}*/
#submit-form {
	float: right;
	margin-left: 20px;
	}


/* Tabs
---------------------------------------------------------- */
#tabs-container {
	background: #fff url("http://c.pathfinder.gr/img/bg/tile.gif");
	padding-top: 18px;
	}
#tabs {
	min-height: 0;
	_height: 1%;
	border-bottom: 1px solid #ccc;
	}
#tabs:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}
#tabs #tab-label {
	float: right;
	padding: 0;
	border: none;
	background: none;
	padding-top: 6px;
	font-size: 14px;
	padding-right: 5px;
	color: #6f6f6f;
	}
#tabs ul, 
#tabs li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#tabs ul {
	top: 1px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	}
#tabs li {
	display: block;
	float: left;
	margin-left: 5px;
	position: relative;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 1px;
	}
#tabs a {
	position: relative;
	display: block;
	float: left;
	padding: 7px 20px;
	background: #EBEBEB;
	text-decoration: none;
	color: #6f6f6f;
	}


body #content #tabs ul li a:hover {
	background-color: #F5F5F5;
	}	
#tabs li.active a:hover {
	background: #fff;
	}
	
#tabs li.active {
	margin-top: -5px;
	/* Remove the border and the margin-top = -20 -1px for the border */
	border-bottom: none;
	}
#content #tabs ul li.active a {
	color: green;
/*	font-weight: bold; */
	padding: 10px 20px;
	background-color: #fff!important;
	}

/* custom defintions */
body #tabs #tabs-upload a 			{ padding-left: 35px; background: #EBEBEB url("img/tabs.gif") no-repeat -110px 11px ; }
body #content #tabs #tabs-upload.active a 	{ padding-left: 35px; background: #fff url("img/tabs.gif") no-repeat -110px -95px  }

body #tabs #tabs-template a 			{ padding-left: 35px; background: #EBEBEB url("img/tabs.gif") no-repeat 15px 11px ; }	
body #content #tabs #tabs-template.active a 		{ padding-left: 35px; background: #fff url("img/tabs.gif") no-repeat 15px -95px ; }


/* Toggler
---------------------------------------------------------- */
.toggler {
	background: url('img/toggler.gif') no-repeat 0 -20px;
	padding-left: 12px;
	}
.toggler span {
	color: #2251A6;
	cursor: pointer;
	text-decoration: underline;
	}
.null {
	padding-left: 0;
	background: none;
	font-size: 14px;
	margin: 0;
	}


/* Info
---------------------------------------------------------- */
#info { overflow: hidden; _height: 1%; margin-top: 40px;}
.info-section {
	width: 380px;
	float: left;
	margin-right: 20px;
	}
.info-section.right {
	width: 560px;
	margin-right: 0;
	}
#page-home #info .info-section {
	padding: 0;
	width: 306px;
	}	
#page-home #info .info-section.right {
	margin-right: 0;

	}
#info li {
	margin: 5px 0;
	}
	
/* List
---------------------------------------------------------- */
.list {
	margin: 0;
	padding: 0;
	list-style-type: none;

	background: url("img/dots.gif") repeat-x top left;
	
	}
ul.list li {
	background: url("img/dots.gif") repeat-x bottom left;

	padding:  9px 7px 7px 7px;
	margin: 0!important;
	overflow: auto;
	line-height: normal;
	}
.list li img  {
	margin-top: -2px;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
	}	
.list li.alt {
	background-color: #F7FBFC;
	}
	
/* Badge
---------------------------------------------------------- */
#badge { text-align: center; }

/* Errors
------------------------------------------------------ */			
div.error {
	padding: 5px 35px;
	border: 1px solid #ddd;
	border-width: 1px 1px;
	font-size: 13px;
	color: red;
	margin-bottom: 15px;
	}

	

/* Demo 
---------------------------------------------------------- */
#demo {
	position: fixed;
	bottom: 0;
	padding: 5px 5px;
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 12px;
	background: #F5F5F5;
	}
* html #demo {
	position: absolute;
	top: 100%;
	left: 0;
	}

/* Upload
---------------------------------------------------------- */
#upload-2,
#upload 	{	
	text-align: left;
	font-size: 12px;
	position: relative;
	font-family: arial, serif;
	padding-left: 25px;
	background: url("http://c.pathfinder.gr/img/icons/loading-circle.gif") no-repeat left center;
	line-height: 1.4em;
	width: 500px;
	display: none;
	margin: 0 auto;
	}
#upload-main-2,
#upload-main {
	margin-right: 90px;
	}
#upload-abort-2,
#upload-abort {
	position: absolute;
	right: 30px;
	top: 50%;
	color: #C8DD5A;
	margin-top: -7px;
	text-decoration: underline;
	cursor: pointer;
	}
#upload.aborted #upload-main {
	margin-right: 0;
	}
#upload.aborted  #upload-abort { display: none; }


#upload-progress-outer-2,
#upload-progress-outer {
	background: #eee;
	}
#upload-progress-2,
#upload-progress {
	width: 10%;
	padding: 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background: #9AC2E0;
	color: #fff;
	}
#upload-label-2,
#upload-label {
	font-weight: bold;
	}
#upload-info {
	color: #6f6f6f;
	}
	
/* Guidelines
---------------------------------------------------------- */
.field			 {
	border: 1px solid #bbb;
	border-color: #6f6f6f #ccc #ccc #ccc;
	padding: 3px;
	background-color: #FAFAFA;
	outline: none;
	vertical-align: middle;
	}
textarea.field 	{ overflow: auto;		}
select.field	{ padding: 2px; 		}
.field-focus 	{  background-color: white; 	}
.field:focus 	{ background-color: white; 	}

.button {
	border: 1px solid #000;
	border-color: #ccc #aaa #aaa #ccc;
	background-color: #f2f2f2;
	padding: 3px 10px;
	display: inline-block;
	overflow: visible;
	color: #333;
	cursor: pointer;
	outline: none;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font: 13px Arial, Helvetica, sans-serif;
	}	
.button:hover 	{ text-decoration: none; }
/* IE6 patches */
* html input.button,
* html button.button {  
	padding-top: 2px;
 	padding-bottom: 0px;
	height: 1%;
	padding-left: 9px;
	padding-right: 9px;
	 }
/* IE7 patches */
*+html input.button,
*+html button.button {  
	padding-top: 2px;
 	padding-bottom: 0px;
	padding-left: 9px;
	padding-right: 9px;
	}

/* 	Gecko browsers & Crhome add an extra 3px of left/right 
    padding to button elements which can't be overriden. 
	The following lines fox those for Gecko.
	*/
@-moz-document url-prefix() {
 	input.button,
	button.button {
	padding: 2px 7px;	
	}
}
/* Fix chrome incosistency - waiting for a css hack */
.agent-chrome input.button,
.agent-chrome button.button {
	padding: 2px 7px;
	}

body .button:active 	{ outline: none;  border-color: #aaa #ccc #ccc #aaa;}
.button:focus 			{ outline: none; }

.button-focus,
.button:focus,
.button-hover,
.button:hover			{ border-color: #aaa #6f6f6f #6f6f6f #aaa; } /* Optional */
.button.bold {
	background-color: #0063DC;
	color: white;
	}
.button.primary {
	font-weight: bold;
	font-size: 15px;
	}
	
