/*
 * Description: Greeny Theme Style
 * Author: Srinivasan A Paul Joseph
 * Copyright: Copyright (c) 2009, Isha Technologies(r)
 */

/*
 * Element Level Styles
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: black;
	background-image: url("../images/background.jpg");
}

input, textarea {
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
}

h1 {
	background-image: url("../images/header2.png");
	background-repeat: repeat-x;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #AA0000;
}

/*
 * Identifier Level Styles
 */
#container {
	background-image: url("../images/menu_background.png");
	background-repeat: repeat-x;
}

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	color: #3f4a0b;
}
#header .right {
	float: right;
	text-align: right;
	margin: 6px 10px;
}
#header a, a:visited, a:link {
	color: #3f4a0b;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	color: black;
	text-decoration: underline;
}

#menu {
	height: 56px;
}
#menu .left {
	background-image: url("../images/menu_box_left.png");
	float: left;
	width: 18px;
	height: 56px;
}
#menu .middle {
	background-image: url("../images/menu_box_middle.png");
	float: left;
	width: 964px;
	height: 56px;
}
#menu .right {
	background-image: url("../images/menu_box_right.png");
	float: right;
	width: 18px;
	height: 56px;
}

#topmenu {
	height: 32px;
	margin-top: 11px;
}

#content {
	
}
#content a, a:visited, a:link {
	color: blue;
	font-weight: inherit;
	text-decoration: none;
}
#content a:hover {
	color: darkred;
	text-decoration: underline;
}

#box {
	
}
#box .topLeft {
	background-image: url("../images/box_top_left.png");
	background-repeat: no-repeat;
}
#box .topMiddle {
	background-image: url("../images/box_top_middle.png");
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 12px;
}
#box .topRight {
	background-image: url("../images/box_top_right.png");
	background-repeat: no-repeat;
}
#box .middleLeft {
	background-image: url("../images/box_middle_left.png");
	background-repeat: repeat-y;
}
#box .middle {
	background-color: #feffb9;
}
#box .middleRight {
	background-image: url("../images/box_middle_right.png");
	background-repeat: repeat-y;
}
#box .bottomLeft {
	background-image: url("../images/box_bottom_left.png");
	background-repeat: no-repeat;
}
#box .bottomMiddle {
	background-image: url("../images/box_bottom_middle.png");
	background-repeat: repeat-x;
}
#box .bottomRight {
	background-image: url("../images/box_bottom_right.png");
	background-repeat: no-repeat;
}

#footer {
	background-image: url("../images/header1.png");
	background-repeat: repeat-x;
	color: #3f4a0b;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 20px 0;
}
#footer .copyright {
	padding-top: 7px;
}
#footer a, a:visited, a:link {
	color: #3f4a0b;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}
#footer .poweredby {
	margin-top: 15px;
}

/*
 * Class Level Styles
 */
.topmenuBox {
	height: 32px;
	cursor: pointer;
}
.topmenuOut {
	color: black;
	background-image: url("../images/topmenu_normal_middle.png");
}
.topmenuOver {
	color: white;
	background-image: url("../images/topmenu_hover_middle.png");
}
.topmenuActive {
	color: white;
	background-image: url("../images/topmenu_selected_middle.png");
}
.topmenuLeftOut {
	background-image: url("../images/topmenu_normal_left.png");
}
.topmenuLeftOver {
	background-image: url("../images/topmenu_hover_left.png");
}
.topmenuLeftActive {
	background-image: url("../images/topmenu_selected_left.png");
}
.topmenuRightOut {
	background-image: url("../images/topmenu_normal_right.png");
}
.topmenuRightOver {
	background-image: url("../images/topmenu_hover_right.png");
}
.topmenuRightActive {
	background-image: url("../images/topmenu_selected_right.png");
}

.hint {
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}
.errorSummary {
	color: #AA0000;
	padding: 5px;
	border: 1px solid #D50000;
	background-color: #FFD4D4;
}
.statusSummary {
	color: #005500;
	padding: 5px;
	border: 1px solid #008000;
	background-color: #AAFFAA;
}

/*
 * Attribute Class Level Styles
 */
label.error {
	color: red;
	font-weight: bold;
}
input.error, textarea.error {
	border: 1px solid red;
	background-color: #FEE2E2;
}
