/* CSS for unfix.org */

html, body
{
	background-color		: #ffffff;
	margin				: 0px;
	padding				: 0px;
	top				: 0px;
	left				: 0px;
	width				: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, fieldset
{
	font-family			: Helvetica, Arial, sans-serif;
	border                          : none;
	text-align                      : left;
	text-decoration			: none;
}

html, body, h1, h2, h3, h4, div, p, input, select, pre
{
	margin                          : 0px;
	padding                         : 0px;
}

.frontright
{
	position			: absolute;
	right				: 0px;
	margin-right			: 50px;
}

.topname
{
	background-color		: #a8bdae;
	color				: #000000;
	float				: left;
	margin-left			: 30px;
	margin-top			: 25px;
}

.topslogan
{
	font-size			: xx-small;
	font-style			: italic;
	text-align			: right;
	padding-right			: 10px;
}

.top
{
	height				: 65px;
	margin				: 0px;
	border-bottom			: 2px solid #000000;
	background-color		: #a8bdae;
	color				: #000000;
}

.toplogotext
{
	text-align			: right;
}

.bottom, .topsmall, .gallerymenu
{
	background-color		: #a8bdae;
	color				: #000000;
}

th
{
	background-color		: #eeeeee;
	color				: #000000;
}

.bottom, .topsmall
{
	font-weight			: normal;
	font-size			: xx-small;
	border-top			: 2px solid #000000;
	border-bottom			: 2px solid #000000;
	width				: 100%;
	float				: none;
	clear				: both;
	overflow			: hidden;
	text-align			: right;
}

.topsmall
{
	margin-bottom			: 20px;
}

.bottom
{
	position			: relative;
	margin-top			: 40px; 
}

.outercontent
{
	margin-left			: 20px;
	margin-right			: 20px;
	margin-bottom			: 30px;
}

.content, .contentbr, .footcontent
{
	background-color		: #ffffff;
	padding-top			: 5px;
	padding-left			: 10px;
	padding-right			: 10px;
	height				: auto;
}

.content, .contentbr
{
	border-left			: 3px solid #a8bdae;
	border-right			: 3px solid #a8bdae;
	border-bottom			: 3px solid #a8bdae;
}

.tr
{
	clear				: both;
	padding-top			: 3px;
	padding-bottom			: 3px;
	padding-left			: 10px;
	margin-top			: 10px;
	margin-bottom			: 0px;
	text-align			: left;
}

td,tr,th
{
	vertical-align			: top;
}

.th
{
	font-size			: large;
	font-weight			: bold;
	text-align			: left;
}

h1
{
	font-weight			: bold;
	font-size			: xx-large;
}

h2
{
	font-weight			: bold;
	font-size			: medium;
	background-color		: #a8bdae;
	margin-top			: 20px;
	padding-left			: 10px;
	padding-top			: 3px;
	padding-bottom			: 3px;
}

h3
{
	font-weight			: bold;
	font-size			: medium;
}

hr
{
	background-color		: #050505;
	color				: #000000;
}

li
{
	display				: list-item;
}

input
{
	background-color		: #a8bdae;
       	color				: #000000;
        border				: 1px solid #000000;
}

select
{
	background-color		: #ffffff;
	color				: #000000;
        scrollbar-face-color		: #a8bdae;
        scrollbar-shadow-color		: #000000;
        scrollbar-highlight-color	: #000000;
        scrollbar-3dlight-color		: #000000;
        scrollbar-darkshadow-color	: #000000;
        scrollbar-track-color		: #ffffff;
        scrollbar-arrow-color		: #000000;
        scrollbar-base-color		: #ffffff;
}

/* Force no lines, used to hide the underlines from <a href="...">..</a>'s */
.nolines, .nolines:hover
{
	text-decoration			: none;
	border-bottom			: none;
	background-color		: transparent;
}

/*
 * Instead of using the text-decoration to get an underline
 * we use a border-bottom so we can give it a custom color and style
 * This makes the links less obtrusive to the eye, as they are not
 * that important to read, but they should be there
 */
a
{
	background-color		: transparent;
	text-decoration			: none;
}

a
{
	color				: #000000;
	border-bottom			: 1px solid #bbbbbb;
}

a.whitelink
{
	color				: #ffffff;
	border-bottom			: 1px solid #bbbbbb;
}

a:hover
{
	color				: #000000;
	text-decoration			: none;
	background-color		: #d1dfd5;
	border-bottom			: 1px solid #a8bdae;
}

/* Used for the menu */
#menu
{
	padding				: 0px;
	marging				: 0px;
}

#menu a
{
	border				: 0px;
	margin				: 0px;
	padding				: 0px;
}

ul.menu
{
	text-align			: right;
	padding				: 0px;
	margin				: 0px;
}

#menu li
{
	padding				: 0px;
	display				: inline;
	list-style-type			: none;
	padding-right			: 5px;
	border-right			: 1px solid black;
	font-size			: small;
}

#menu li.menulast
{
	border-right			: 0px;
}

p
{
	margin-bottom			: 10px;
}

table
{
	margin-bottom			: 20px;
}

/* No image borders please, it makes them ugly */
img
{
	border				: none;
}

/* But we want a little border around our flags */
img.country
{
	border				: 1px solid black;
}

@media all
{
	.pagebreak, .printOnly
	{
		display			: none;
	}
}

/* Printing support */
@media print
{
	.printOnly
	{
		display			: inline;
	}

	.bottom, .top, .toplogo, .topname, .toplogotext, #menu
	{
		display			: none;
		visibility		: hidden;
		height			: 0px;
		width			: 0px;
		float			: none;
		clear			: none;
		border			: none;
		margin			: 0px;
		padding			: 0px;
		color			: white;
	}

	.content
	{
		border			: 0px;
		font-size		: 12pt;
	}

	.pagebreak
	{
		display			: block;
		page-break-before	: always;
	}

	a
	{
		text-decoration		: none;
		border-bottom		: none;
	}

	a:hover
	{
		text-decoration		: none;
		border-bottom		: none;
	}

	a:link:after, a:visited:after
	{
		content			: " (" attr(href) ") ";
		font-size		: 75%;
	}

	#content a[href^="/"]:after
	{
		content			: " (http://unfix.org" attr(href) ") ";
	}

	html.noted a:link:after, html.noted a:visited:after
	{
		content			: "";
	}

	h2
	{
		font-weight		: bold;
		font-size		: xx-large;
	}

	h1, h2
	{
		background-color	: #a8bdae;
	}
}

/* Table rendering */
.normal
{
	border			: 1px solid #000000;
}

.borderright, .borderbottom, .borderrightbottom, .bordertopbottom
{
	padding-left		: 3px;
	padding-right		: 3px;
}

.borderright
{
	border-right		: 1px solid #000000;
}

.borderbottom
{
	border-bottom		: 1px solid #000000;
}

.borderrightbottom
{
	border-right		: 1px solid #000000;
	border-bottom		: 1px solid #000000;
}

.bordertopbottom
{
	border-top		: 4px solid #000000;
	border-bottom		: 4px solid #000000;
}


/* For diff's */
ins
{
	background-color	: green;
	color			: black;
}

del
{
	background-color	: red; 
	color			: black;
}

ins, del
{
	text-decoration		: none;
}

/* Different Me */
.dm, .dm-left1, .dm-right1, .dm-left2, .dm-right2
{
	background-color	: black;
	color			: white;
	margin			: 20px;
	text-align		: center;
	font-size		: small;
	font-weight		: bold;
	padding			: 10px;
}

.dm
{
	float			: right;
}

.dm-left1, .dm-right1, .dm-left2, .dm-right2
{
	float			: left;
}

.dm-left1, .dm-right1c
{
	-webkit-transform	: rotate(-10deg);
	-moz-transform		: rotate(-10deg);
	-ms-transform		: rotate(-10deg);
	transform		: rotate(-10deg);
}

.dm, .dm-right1, .dm-left1c
{
	-webkit-transform	: rotate(10deg);
	-moz-transform		: rotate(10deg);
	-ms-transform		: rotate(10deg);
	transform		: rotate(10deg);
}

.dm-left2
{
	-webkit-transform	: rotate(-15deg);
	-moz-transform		: rotate(-15deg);
	-ms-transform		: rotate(-15deg);
	transform		: rotate(-15deg);
}

.dm-left2c
{
	-webkit-transform	: rotate(15deg);
	-moz-transform		: rotate(15deg);
	-ms-transform		: rotate(15deg);
	transform		: rotate(15deg);
}

.dm-right2
{
	-webkit-transform	: rotate(5deg);
	-moz-transform		: rotate(5deg);
	-ms-transform		: rotate(5deg);
	transform		: rotate(5deg);
}

.dm-right2c
{
	-webkit-transform	: rotate(-5deg);
	-moz-transform		: rotate(-5deg);
	-ms-transform		: rotate(-5deg);
	transform		: rotate(-5deg);
}

img.dm-left1c, img.dm-right1c, img.dm-left2c, img.dm-right2c
{
	position		: absolute;
	bottom			: 0px;
	right			: 0px;
	width			: 20px;
	height			: 20px;
	border			: 1px solid #555555;
}

img.country
{
	border			: 1px solid black;
}

a.gallery
{
	padding-left		: 5px;
	padding-right		: 5px;
	display			: block;
	text-decoration		: none;
	font-size		: small;
	overflow		: hidden;
	white-space		: nowrap;
}

a.gallery:hover
{
	text-decoration		: none;
}

.gallerymenu
{
	font-size		: small;
}

.galleryselect
{
	background-color	: #a8bdae;
	font-size		: large;
}

.tool-bar
{
	text-align		: center;
}

.cam
{
	border			: 5px solid black;
	padding			: 2px;
	background		: #eeeeee;
}


