.menuLink {
    text-decoration: none;
    color: white;
    line-height: 0;
}
.menuLink a {
    text-decoration: none;
    color: white;
    line-height: 0;
}
.menuLink a:hover {
    text-decoration: none;
    color: white;
    line-height: 0;
}
.menuLink a:visited {
    text-decoration: none;
    color: white;
    line-height: 0;
}
.grid {
    /*margin: 5px;*/
    /*border-collapse:collapse;*/
}
.grid td, .grid table {
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
    border: 1px solid;
    border-color: #ccc;
    border-collapse:collapse;
    border-width: 0 0 1 0;
    margin: 5px;
    padding: 3px 4px 3px 4px;
}
.grid th {
    background: #E9E5D9;
    text-align: left;
    font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
    border: 1px solid;
    border-color: #ccc;
    border-collapse:collapse;
    border-width: 0 0 1 0;
    margin: 5px;
    padding: 3px 4px 3px 4px;
    /*spacing: 0px;*/
}
.gridHover {
	background-color: #CCC2C2;
	cursor: pointer;
}
.gridOdd {
	background: #F7F7EF
}
.gridEven {
	background: #FFFEF9
}
.gridSelectedRow {
    background: #EEEEEE;
    cursor: pointer;
}
td {
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
}
th {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.error {
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	color: red;
}
input {
    color: black;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 8pt
}
textarea {
    color: black;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 8pt
}
select {
    color: black;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 8pt
}
p {
    color: #122b6f;
    font-family: Tahoma;
    font-size: 10pt
}
.notice {
    color: #122b6f;
    font-family: Tahoma;
    font-size: 10pt
}
h5 {
    color: #122b6f;
    font-family: Tahoma;
    font-size: 13pt;
    font-weight: bold;
}
h6 {
    color: #122b6f;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
}
li {
    color: #122b6f;
    font-family: Tahoma;
    font-size: 10pt;
}
/*.contentTable table {*/
    /*border: 1px solid #660000;*/
    /*padding: 5px;*/
/*}*/
.contentTable {
    padding: 5px;
    background-color: #003366;
    color: #CCCCCC;
}
/*.contentTable td {*/
    /*padding: 5px;*/
    /*border: 1px solid;*/
    /*border-color: #ccc;*/
    /*/*border-collapse:collapse;*/*/
    /*border-width: 0 0 1 0;*/
    /*background-color: #e2e5ed;*/
/*}*/
.contentOdd {
    background: #e2e5ed;
}
.contentOdd2 {
    background: #e2e5ed;
}
.contentEven {
    background: #CED3E1;
}
.contentEven2 {
    background: #CED3E1;
}
.contentTable a, .contenTable a:visited, .contentTable a:hover {
    color:black;
}
.contentTableLabel td {
    background:#7996C1;
    background-color: #7996C1;
    color: white;
}
.contentLabelLink a, .contentLabelLink a:visited, .contentLabelLink a:hover {
    color: white;
}
.innerText {
    color: #122b6f;
    font-family: Tahoma;
    font-size: 10pt;
}
.packageTitle {
    color: #0060b1;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    background-color: #e2e5ed;
}

