<style type="text/css">

* {
	margin:0;
   	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}


body.login
{
	
}

body#mainPage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
}

.login {
	font-size: 14px;
}

div#wrap {
	width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

div#naviDiv {
	position: absolute;
	margin-top: -62px;
	margin-left: 415px;
}

div#orangeline {
	position: absolute;
	margin-top: -23px;
	margin-left: 320px;
	background-image: url("../images/tab_gradient.jpg");
	width: 324px;
	height: 6px;
}

div#logout {
	position: absolute;
	margin-top: -75px;
	margin-left: 1140px;
}

.button {
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 24px;
	width: 67px;
	font-weight: bold;
}

.listTop {
	background-image: url("../images/listbg_top.jpg");
	background-repeat: no-repeat;
	width: 213px;
	height: 19px;
}

.shadowL {
	background-image: url("../images/shadow_left.jpg");
	background-repeat: repeat-y;
	width: 6px;
}

.listMiddle {
	background-image: url("../images/listbgmiddle.jpg");
	background-repeat: repeat-x;
	width: 201px;
}

.shadowR {
	background-image: url("../images/shadow_right.jpg");
	background-repeat: repeat-y;
	width: 6px;
}

.listBottom {
	background-image: url("../images/listbg_bottom.jpg");
	background-repeat: no-repeat;
	width: 213px;
	height: 16px;
}

.formTop {
	background-image: url("../images/formbg_top.jpg");
	background-repeat: no-repeat;
	width: 294px;
	height: 18px;
}

.formMiddle {
	background-image: url("../images/listbgmiddle.jpg");
	background-repeat: repeat-x;
	width: 282px;
	
}

.formBottom {
	background-image: url("../images/formbg_bottom.jpg");
	background-repeat: no-repeat;
	width: 294px;
	height: 16px;
}

.wymTop {
	background-image: url("../images/formbg_top.jpg");
	background-repeat: no-repeat;
	width: 594px;
	height: 18px;
}

.wymMiddle {
	background-image: url("../images/listbgmiddle.jpg");
	background-repeat: repeat-x;
	width: 582px;
	
}

.wymBottom {
	background-image: url("../images/formbg_bottom.jpg");
	background-repeat: no-repeat;
	width: 594px;
	height: 16px;
}


#moduleListDiv{
	margin: 0px 10px 10px 10px;
	min-height: 594px;
}

#moduleFormDiv {
	margin: 0px 10px 10px 10px;
	min-height: 594px;
}

#wymFormDiv {
	margin: 0px 10px 10px 10px;
	min-height: 594px;
	width: 600px;
	display: none;
}
.dropbox {
	padding-left: 3px;
	padding-right: 35px;
}

.select {
	width: 110px;
	color: #030;
}

table#mainTable {
	margin-left: 28px;
	border: none;
}

table#mainTable td {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a.pageHierarchy {
	color: black;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}


.clickable {

	cursor: pointer; 
	
	color: blue;
}

a:active {
	background-color: lime;
	color: white;
}

table.page td  {
	padding-left: 5px;
	padding-right: 5px;

}

div.popupDiv
{
	display: none;
	position: absolute;
	background-color: white;
	left: 100px;
	top: 100px;
	border: 3px solid red;
	z-index: 10;
	padding: 5px;
	min-height: 600px;
	min-width: 800px;
	overflow: auto;
}

div.mainDiv
{
	display: none;
	position: relative;
	background-color: white;
	border: 1px solid silver;
	z-index: 10;
	padding: 5px;
	height: 100%;
	width: 100%;
	overflow: auto;
}

table.module
{
	background-color: white;
	border: 1px solid gray;
	border-spacing: 10px;
	height: 100%;
	width: 1250px;
	overflow: auto;
}

table.module td
{
	background-color: white;
	border: 1px solid silver;
	padding: 5px;
	height: 600px;
	vertical-align: top;
}

div#innerPageNaviDiv {
	max-height: 700px;
	overflow: scroll;
}

table.form {
/*	height: 100%; */
}

table.form td
{
	background-color: white;
	border: 1px solid silver;
	padding: 5px;
	vertical-align: top;
	height: 20px;
}


div.subNaviLink {
	padding-left: 15px;
	display: box;
	background-image: url('images/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.subNewsNaviLink {
	padding-left: 15px;
	display: box;
	background-image: url('images/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.subUserNaviLink {
	padding-left: 15px;
	display: box;
	background-image: url('images/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.subCalendarEntryNaviLink {
	padding-left: 15px;
	display: box;
	background-image: url('images/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.selected {
	background-color: red;
	color: white;
	font-weight: bold;
}

.clickable {
	cursor: pointer; 
	
}

td.versionNaviLink {
	color: green;
	cursor: pointer; 
	
}

td.versionNaviLinkSelected {
	color: red;
	font-weight: bold;
	background-color: blue;
}

a img {
	border: none;
}

</style>

