* {margin: 0;
   padding: 0;}
   
html, body { height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
   
   
#container {
	margin: 0px auto;
	width: 810px;
	height: auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	border: 1px solid white;
}

#wrapper {
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapperDeleteImage {
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	
	background-repeat: no-repeat;
	background-position: center bottom;
}
   

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

#navbar {
margin-top: 10px;
padding: 0;}
   
#footer {
	text-align: center;
	margin-top: 20px;;
	padding: 15px;
	background-color: #F1F2F4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 95%;
	color: #FCA15B;
	padding: 4px;
	margin-right: 340px;
}
	
h1 {
	font-size: 120%;
	margin-top: 10px;
	float:right;
	margin-right: 30px;
}

h2 {
	font-size: 120%;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
}

h3 {
	font-size: small;
	margin-top: 20px;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	text-decoration: underline;
	color: #FF0000;
}



.headertext {
	font-size: 70%;
	background-color: #F1F2F4;
	float: right;
	margin-top: 10px;
	width: 250px;
	clear: right;
	margin-right: 30px;
	padding: 6px 10px;
	border: 1px solid #F1B054;
	color: #000000;
}
      	

p.imagemodule {
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 95%;
	color: #FCA15B;
	background-color: white;
	padding: 4px;
	margin-right: 340px;
	clear: both;
}

#calendar {
	width: 400px;
	float: left;
	margin-bottom: 25px;
}

#calendarbutton {
	clear: both;
	margin-bottom: 10px;
}

#success {
	width: 542px;
	height: 533px;
	margin: 30px auto;
	padding-top: 170px;
	padding-left: 20px;
	background-image: url(images/success.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

.successbutton {
	margin-top: 115px;
	text-align: right;
	margin-right: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}


.successtext {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	vertical-align: middle;
	margin-right: 200px;
}




/************************************** navigation start ***************************************************/

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	background-color: #254775;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #254775;
color: White;
text-decoration: none;
float: left;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #FF9900;
color: #000000;
}



/************************************** navigation end ***************************************************/


/*************************************** form styles begin ***********************************************/


input.button {
	background-color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}

input.buttonNoClear {
	background-color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	color: white;
		
}

input.buttonleft {
	background-color: #FF0033;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding: 3px;
	margin-top: 20px;
}


/*************************************** form styles begin ***********************************************/



/*************************************** login begin *****************************************************/

.bg {
	background-image: url(images/logg_inn_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}

#loginbox {
	height: 391px;
	width: 393px;
	margin: 20px auto;
	background-image: url(images/logg_inn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid white;
}

#user {

	margin-top: 90px;
	margin-bottom: 5px;
}

#pass {

	margin-top: 15px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
	margin: 15px auto;
	background-color: #FFFFFF;
}

.bottom {

	margin-top: 10px;
}



/*************************************** login end *****************************************************/


/*************************************** tables edit begin *****************************************************/

table {

	width: 320px;
	padding: 5px;
	margin-left: 10px;
}

td
{
	padding:10px;
}


.GridItem
{
	border: 0;
	background-color:#f1f2f4;
	text-align: center;

		
}

.GridAltItem
{
	background-color:#f2f3f5;
	border:0;
	text-align: center;

	
}
