body
{
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background-color : #ffffff;
  margin: 0px;
}

form {
  margin: 0px;
}

a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

h1 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  color: #284e81;
}

.important {
    font-weight: bold;
    color: #000080;
} 

.divCase {
    padding-left: 30px;
    padding-bottom: 10px;
} 
 
.divCase:before {
    content: "\00BB";
    margin-right: 6px;
}

.divArror {
    padding-left: 50px;
    padding-bottom: 20px;
}
    
.divArror:before {
    content: "\21D2";
    margin-right: 6px;
}

.divTickList {
    padding-bottom: 10px;
}

.divTickList:before {
    content: "\2714";
    margin-right: 6px;
}

.error {
  color: red;
}

.notes {
  color: #666666;
  font-size: 12px;
}

.text_top_banner {
  color: #8cb0d7;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.menu_icon_title {
  color: #333333;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  outline: none;
  text-decoration : none;
}

.menu_icon_text {
  color: #666666;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  vertical-align:top;
  outline: none;
  text-decoration : none;
}

.default_item {
  margin-top: 5px;
}

.bulletin_heading {
    color: #555555; 
    font-size: 14px; 
    font-weight: bold;
}

.bulletin_heading {
    color: #666666; 
    font-size: 14px; 
    font-weight: bold;
}

.boxMainText {
  background-color: #ffffff;
  padding: 15px;
}

.boxRightPanel {
  width: 300px;
  padding-left: 30px;
}

.pageTitle {
	color : #666666;
	font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.tableOutline {
	border-color: #cccccc;
	border-style: solid; 
	border-width: 1px;
  border-collapse: collapse;
}

.tableOutline td {
  padding: 10px;
}

.tablePricePlan {
	border-color: #cccccc;
	border-style: solid; 
	border-width: 1px;
  border-collapse: collapse;
  width: 240px;
}

.tablePricePlan td {
  padding: 10px;
}

.boxMidRow {
	border-color: #cccccc;
	border-style: solid; 
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
  padding: 5px;
}

.tablenViewLogo {
	border-color: #cccccc;
	border-style: solid; 
	border-width: 1px;
  border-collapse: collapse;
	border-radius: 3px;
  padding: 10px;
  width: 190px;
  height: 140px;
  text-align: center;
}

.textUnderLogin {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
}

.textUnderLogin a {
  color: #9a9a9a;
	text-decoration: none;
}

.textUnderLogin a:hover {
  color: #9a9a9a;
	text-decoration: none;
}

#tableBottom a {
  color: #666666;
	text-decoration: none;
}

#tableBottom a:hover {
	text-decoration: underline;
}

#footer {
	padding: 0px 0px 25px 0px;
	color: #7b98bd;
	width: 1000px;
	line-height: 16px;
	display: block;
}

#footer a {
	color: #f09224;
	text-decoration: none;
}

#footer a:hover {
	color: #f09224;
	text-decoration: underline;
}

#footer p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 12px;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	text-align: center;
}

select {
	border: 1px solid #ccc;
	border-radius: 3px;
  background: transparent;
  padding: 5px;
  line-height: 1;
  -webkit-appearance: none;
}

button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #666666;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #efefef;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #666666;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

input[type="checkbox"] {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.right_pandel_title {
  font-size: 16px;
	line-height: 25px;
	font-weight: bold;
  color: #a0bade;
}

.panel_group {
  margin-top: 10px;
  margin-bottom: 30px;
}

.panel_group:last-child {
  margin-bottom: 10px;
}

.panel_group input {
  margin-right: 10px;
}

.panel_group select {
  margin-right: 10px;
}

.panel_title {
  font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
  padding-bottom: 15px;
}

/*  Start of Top Menu Style */
#nav{
     height: 26px;
     font: 12px Geneva, Arial, Helvetica, sans-serif;
     min-width:500px;
     margin: 0px;
     padding: 0px;
 }   

 #nav li{
     list-style: none;
     display: block;
     float: left;
     height: 27px;
     position: relative;
 }

 #nav li a{
     padding: 0px 10px 0px 30px;
     margin: 0px 0;
     line-height: 20px;
     text-decoration: none;
     height: 27px;
     color: #FFF;
     display:block;
 }

 #nav li a{
     display: block;
 }
 /* Sub menus */
 #nav ul{
     background:#485565;
     display: none;
     visibility:hidden;
     position: absolute;
     top: 25px;
     left: 10px;
     padding: 0px;
     margin: 0px;
     border-bottom: 1px solid #DDDDDD;
     border-right: 1px solid #DDDDDD;
     border-left:1px solid #DDDDDD;
     border-radius: 0px 0px 3px 3px;
     box-shadow: 2px 2px 3px #ECECEC;
     -webkit-box-shadow: 2px 2px 3px #ECECEC;
     -moz-box-shadow:2px 2px 3px #ECECEC;
     width:230px;
 }
 #nav ul li {
     border-right:none;
     border-bottom:1px solid #DDDDDD;
     width:230px;
     height:30px;
 }
 #nav ul li a {
     padding: 0px 20px 0px 20px;
     border-right: none;
     color:#ffffff;
     border-bottom:1px solid #FFFFFF;
     height: 31px;
     line-height: 31px;
 }
 #nav ul li:hover{background:#3a4450;}
 #nav ul li:last-child { border-bottom: none;}
 #nav ul li:last-child a{ border-bottom: none;}

 /* Third-level menus */
 #nav ul ul{
     top: 0px;
     left:230px;
     display: none;
     visibility:hidden;
     border: 1px solid #DDDDDD;
 }
 /* Fourth-level menus */
 #nav ul ul ul{
     top: 0px;
     left:230px;
     display: none;
     visibility:hidden;
     border: 1px solid #DDDDDD;
 }

 #nav ul li{
     display: block;
     c:visible;
 }
 #nav li:hover > ul{
     display: block;
     visibility:visible;
 }
/*  End of Menu Style */