html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333333;
	font-size: 0.9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	margin-left: 40px;
	margin-right: 40px;
}

img
{
	border: 0;
	vertical-align: middle;
}
a
{
	color: #0099FF;
}
a:hover
{
	text-decoration: none;
}

* html #framework
{
	height: 100%;
}
#framework
{
	min-height: 100%;
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}

h1
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2em;
	font-weight: normal;
}
h1 a
{
	color: black;
	text-decoration: none;
}
h2
{
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

name_att
{
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/*------------*/

#headTop
{
	padding: 10px;
	background-color: #6ecc63;
}
#head
{
	height: 80px;
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	margin-top: -10px;
	position: relative;
}
#adminLinks
{
	text-align: right;
	color: white;
	padding-right: 10px;
	padding-top: 5px;
}
#adminLinks a
{
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}

#head .menu
{
	margin-left: 20px;
	margin-top: 40px;
}
#head .menu a
{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	border: 1px solid white;
	margin-right: 10px;
	border-bottom: none;
	color: white;
	text-decoration: none;
	background-image: url(images/a_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#head .menu a:hover
{
	border-bottom: none;
	background-image: none;
	color: #0099FF;
}

.categoriesLink
{
	position: absolute;
	left: 20px;
	top: 20px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

/*------------*/

#main
{
	clear: both;
	margin-top: 10px;
}

#leftSide
{
	width: 200px;
	position: absolute!important;
	left: 10px;
	top: 110px!important;
	border: 1px solid #e2e2e2;
	padding: 10px;
	display: none;
	z-index: 500;
}
#leftSide ul
{
	margin-left: 1em;
	padding-left: 0;
}
#leftSide ul a
{
	color: black;
}
#leftSide ul li
{
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	font-weight: bold;
	list-style-type: square;
	position: relative;
	padding-left: 5px;
}
#leftSide ul li ul
{
	margin-left: 0em;
	display: none;
}
#leftSide ul li ul li
{
	font-weight: normal;
}
#leftSide .thin
{
	font-weight: normal;
}
.small
{
	font-size: 0.8em;
	color: #999999;
}
#leftSide ul li img
{
	cursor: pointer;
}

#content
{
}

#content table img
{
	cursor: pointer;
}
#content table
{
	width: 100%;
	border-collapse: collapse;
}
#content table td, #content table th
{
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#content table th
{
	background-color: #e2e2e2;
}
#content table td
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.85em;
}


#contentmain
{
}

#contentmain table img
{
	cursor: pointer;
}
#contentmain table
{
	width: 60%;
	border-collapse: collapse;
}
#contentmain table td, #contentmain table th
{
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#contentmain table th
{
	background-color: #e2e2e2;
}
#contentmain table td
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.95em;
}







.visibleChilds ul
{
	display: block!important;
}
.visible
{
	display: block!important;
}
.invisible
{
	display: none!important;
}

/*------------*/

#addPerson
{
	padding: 10px;
	border: 1px solid #e2e2e2;
	position: absolute!important;
	left: 150px;
	top: 110px;
	display: none;
	background-color: white;
	width: auto!important;
}

#addPerson table, #addPerson table td, #addCategory table, #addCategory td
{
	width: auto!important;
}
#addPerson table td, #addCategory table td
{
	border: none;
	width: auto!important;
}

#addCategory
{
	position: absolute!important;
	left: 350px;
	top: 110px;
	display: none;
	padding: 10px;
	background-color: white;
	width: auto;
}

/*------------*/

#bottomSeparator
{
	height: 40px;
	clear: both;
}
#bottomTop
{
	height: 10px;
	background-color: #CCCCCC;
}
#bottom
{
	height: 40px;
	margin-top: -40px;
	margin-top: expression('-42px');
}
#bottom .text
{
	height: 25px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-left: 10px;
}
#bottom .text a
{
	color: #333333;
}

/*------------------*/

.simple
{
	width: auto!important;
}
.simple td
{
	width: auto!important;
	vertical-align: top;
}

/*-----------------*/

.pagination
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}
.pagination a
{
	padding: 3px;

	color: black;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e2e2e2;
}
.pagination a:hover
{
	background-color: #ccc;
	border: 1px solid black;
}
.currentpag
{

	color: blue;
}
