/*************************************************************
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
body {
    background: url('../images/background.png') #fff repeat-x;
    color: #4c4c4c;
    font: 62.5%/1 Verdana, Helvetica, Arial, sans-serif;
}
a { text-decoration: none; color: #841e1e; }
a:hover { text-decoration: underline; }
/* /global elements
 *****************************************************/

/* common elements
 *****************************************************/
.left { float: left; }
.right { float: right; }
.cols, form .item, form .buttons { overflow: hidden; }
.cols { clear: both; }
.col { float: left; }
.print { display: none; }
.ir {
    display: block;
    overflow: hidden;
    position: relative;
}
.ir span {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.loading {
	background: url('../images/ajax-loader.gif') no-repeat center;
}

/* /common elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
    margin: 0 auto;
    width: 1020px;
    background: url('../images/containerBackground.png') #fff repeat-y;
}

#header {
    background: url('../images/headBackground.png') no-repeat;	 
	 min-height: 256px;
    overflow: hidden;
	 padding: 20px 10px 0px 10px;
    position: relative;
    width: 1000px;
}

#bigPicture {
	clear: left;
	position: relative;
	background: url('../images/ajax-loader.gif') no-repeat center;
}

#bigPicture div {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;

}

#bgPicture img {
	display: block;
}


#top {
    width: 850px;
    background: url('../images/background.png') no-repeat left top; 
}

#bottom {
    padding: 0 0 40px 0;
    width: 850px;
    background: url('../images/background.png') no-repeat right bottom; 
}

#header h1 {
	height: 63px;
	width: 276px;
	float: left;
}

#header h1 span {
	background: url('../images/panorama_logo.png');
}

#pa_profile-systems {
	margin: 0 0 0 20px;
	float: left;
	width: 200px;
	height: 63px;	
}

#navigation {
	float: left;
	list-style-type: none; 
	margin: 40px 0 0 0;
	position: relative;
}

#navigation li {
	display: block;
	float: left;
	padding: 5px 10px;
}

#navigation a {
	color: black;	
	text-decoration: none;
	font-size: 1.4em;	
}


#navigation ul a {
	color: white;	
	display: block;
	font-size: 1.2em;	
}


#navigation a:hover {
	color: red;	
}

#navigation li ul {
	background: url(../images/menuBackground.png);
	border: 1px solid #333333;
	display: none;
	margin: 5px 0 0 0;
	width: 180px;
}

#navigation li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;	
}

#navigation li:hover ul li {
	float: none;
}

#navigation li:hover ul ul {
	display: none;
	left: 100%;
	width: 100%;
	margin-top: -1.8em;
}

#navigation li:hover ul li:hover ul {
	display: block;
}


#foot {
	background: url(../images/footBackground.png) bottom no-repeat;
	color: silver;
	font-size: 1em;	
	min-height: 64px;
	width: 1020px;
	text-align: center;	
}

#content {
	padding: 30px 25px 0px 25px;
	overflow: hidden;
}

#content h1 {
	font-size: 	2em;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0 0 0;
}

#content p {
	padding: 10px 0;
	text-align: justify;
	line-height: 1.5em;
	font-size: 1.3em;
}

#content p.kelt {
	color: gray;
	font-style: italic;
	line-height: 1.4em;
	padding: 0;
}
#content ul {
	list-style-type: square;
	padding: 0 20px;
}

#content ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 0 0 0;
}
#content ul ul {
	list-style-type: circle;	
}

#content ul li li {
	font-size: 1em;	
}


#news {
	font-size: 1.2em;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	width: 180px;
	float: right;
	background: url('../images/gray_gradient.png') top repeat-x #aaaaaa;
	border: 1px solid gray;
}

#news h2 {
	font-size: 1.4em;
}

#news h3 {
	font-size: 1.2em;
	line-height: 1.4em;
}

#news p {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: normal;
}

#profile {
	padding: 10px 0 10px 10px;
	position: relative;
	text-align: left;
}

#profile img.main {
	float: left;
	padding: 0 10px 0 0;	
}

#profile p {
	display: none;
	float: left;
	width: 400px;
	background: #E1F0FF;
	text-align: left;
	padding: 10px;
	border: 1px solid gray;
}

#profile p.default {
	border: none;
	display: block;
	background: transparent;
}

#profile a.button {
	display: block;
	height: 20px;
	position: absolute;
	width: 20px;
	z-index: 10;
	background: url(../images/empty20x20.png) no-repeat left;
}

#profile a.button:hover {
	background: url(../images/empty20x20.png) no-repeat right;
}

#profile a.button img {
	border: none;
	padding: 0;
	margin: 0;
}

#content form {
	margin: 20px;
	width: 600px;
	text-align: center;
}

#content form label {
	text-align: left;
	display: block;
	margin: auto 2px;
	padding: 2px;
	font-style: italic;
	font-size: 1.1em;
}

#content form label input, #content form label select, #content form label textarea {
	display: block;
	margin: 5px 5px 5px 0px;
	width: 100%;
	border: 1px solid silver;
}

.submit {
	border: 1px solid silver;
	color: #990000;
	background: transparent;
}

#content table {
	border: none;
	width: 76%;
	font-size: 1.2em;
}

#content th {
	font-size: 1.3em;
	text-align: left;
	padding: 5px 5px 10px 5px;
}

#content td {
	padding: 5px;	
}


#content td.even {
	background: #efefef;
}

a.pdf {
	display: block;
	font-size: 1.4em;
	padding: 4px 0 4px 30px;
	background: url('../admin/images/pdf.png') no-repeat left center;
}

#content .profil_head {
	font-size: 1em;
}

#content table.profile_review a {
	display: block;
	position: relative;
	cursor: pointer;
}


