
/*"******************************************************************************************************
*   (c) 2004-2006 by MulchProductions, www.mulchprod.de                                                 *
*   (c) 2007-2008 by Kajona, www.kajona.de                                                              *
*       Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt                                 *
*-------------------------------------------------------------------------------------------------------*
*																										*
* 	kajona.css																							*
* 	Samplecontent CSS-Styles																			*
*																										*
*-------------------------------------------------------------------------------------------------------*
*	$Id: kajona.css 2034 2008-05-21 21:51:49Z sidler $									                *
********************************************************************************************************/



/*
	NOTE:------------------------------------------------------------------------------------------------
	  |   Use _webpath_ as constant containing the current webpath, see below
      |
	  |   This is just a sample file! Modify it to your needs.
	  |   If you don't use _webpath_ or the function IEOther("IE", "Other"), we
	  |   recommend to use a static css-file like this one.
	  |	  IF you need IEOther()) or _webpath_ use a php-file using the following pattern 
	  |   instead of a static css-file:
	  |   <?php
	  |		require_once("../../system/functions.php");
      |		header("Content-type: text/css");
	  |		echo " all your css stuff goes here ";
	  |	  ?>	
	  \--------------------------------------------------------------------------------------------------
*/


table {
	text-align:left;
}
* {
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
    padding: 0px;
    background-color:#fff;
}
a {
	color: #f60;
	text-decoration: none;
}
h2 {
	text-align: center;
	font-style: oblique;
	font-size: 18px;
	color: #f60;
}
#page {
	width: 958px;
	margin: 0px;
	padding: 0px;
}
#header {
	background: url("../../portal/pics/kajona/header.png") no-repeat;
	margin: 0px;
	padding: 0px;
	height: 182px;
}
#shadow_left {
	background: url("../../portal/pics/kajona/shadow_left.png") repeat-y;
	width:14px;
	margin: 0px;
	padding: 0px;
}
#shadow_right {
	background: url("../../portal/pics/kajona/shadow_right.png") repeat-y;
	width:8px;
	margin: 0px;
	padding: 0px;
}
#content {
	background: url("../../portal/pics/kajona/content_bg.png") repeat-x;
	margin: 0px;
	padding-left:20px;
	vertical-align: top;
}
#footer {
	background: url("../../portal/pics/kajona/footer.png") no-repeat;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: #ccc;
}
#footer a {
	text-decoration: none;
	color:#aaa;
}
#mainNavi {
	background: url("../../portal/pics/kajona/left_img.png") no-repeat;
	width:185px;
	height:260px;
	padding:10px 0px 0px 0px;
	margin:0px;
	vertical-align:top;
}
#mainNavi ul {
	border: 1px solid #999;
	background-color: #f60;
    list-style: none;
	padding: 5px;
	margin:10px;
	filter:alpha(opacity=75);
	opacity:.75;
	width:140px;
}
#mainNavi ul li {
	width:140px;
	margin:0px;
	padding:0px;
}
#mainNavi ul li ul {
	border: none;
    list-style: none;
	background-color: #fff;
	filter:alpha(opacity=100);
	opacity:1.0;
	margin:0 0 0 10px;
	padding:0px;
	width:130px;
}
#mainNavi ul li ul li{
	width:120px;
	margin:0px;
	padding:1px 5px 1px 5px;
}
#mainNavi a {
	display: block;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 4px;
	padding-left:18px;
	height: 24px;
	background: url("../../portal/pics/kajona/note.gif") no-repeat;
}
#mainNavi ul li a:hover{
	background-color: #fff;
}
#mainNavi ul li ul li a:hover{
	background-color: #f60;
}


#mainContent {
	vertical-align: top;
	padding-right: 20px;
	padding-top:30px;
}
td .image {
	width:50px;
}
td .title {
	width:450px;
}
td .center {
	width: 100px;
}
td .actions {
	width: 100px;
}
