body {
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.normal {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.normal-small {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.body {
  color: black;
  font-weight: normal;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.body-sm {
  color: black;
  font-weight: normal;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.news {
  color: black;
  font-weight: normal;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.shoutbox {
  color: black;
  font-weight: normal;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

#shoutToggle {
  text-align: center;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  margin-bottom: 5px;
  padding: 3px 0 3px 0;
}

.header {
  color: black;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
  font-weight: bold;
}

  
.title {
  color: white;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Geneva, Helvetica, Verdana,;
  text-shadow: 2px 2px 2px black;
}

.title-black {
  color: black;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Geneva, Helvetica, Verdana,;
  text-shadow: 2px 2px 2px gray;
}

.box {
  margin-bottom: 10px;
}

.sub_heading {
  color: black;
  font-style: bold;
  font-weight: bolder;
  font-size: 15px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}
 
.bold {
  color: black;
  font-style: bold;
  font-weight: bolder;
  font-size: 13px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.big {
  color: black;
  font-style: bold;
  font-weight: bolder;
  font-size: 18px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.small {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

.leftbar {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  font-family: Helvetica, Verdana, Arial, Sans-serif;
}

.cnnBodyText {
  color: black;
  font-weight: normal;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
}

input, select, textarea {
  font-family: Verdana, Arial, Geneva, Sans-Serif;
  font-size : 10px ;
}

select.sm {
width: 120px;
}

form {
  padding: 2px;
  margin: 0px;
}

ul {
margin-top: 0px;
}

.yellowbg {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif}

.title-big {
  color: black;
  font-style: normal;
  font-weight: bolder;
  font-size: 18px;
  font-family: Arial, Geneva, Helvetica, sans-serif}

.spacer {
  margin: 5px 0 5px 0;
  padding: 0;
  border: 0px #ff3300 solid;
}

.spacerBordered {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 2px 0 2px 0;
  margin: 5px 0 5px 0;
  text-align: center;
}

.spacer4 {
  margin-top: 4px;
}

* html .spacer4 {
  margin-top: 2px;
}

.firstRow {
  float: left;
  width: 195px;
  padding: 0 1px 0 0;
  margin: 0 1px 0 0;
}

.clear {
  clear: both;
}

.innerModule {
  margin: 0 2px 0 2px;
}

* html .innerModule {
  margin: 0px;
}

/* These control to flow of boxes on the main index.php, i.e. the AJAX repositioning */
.list-item {
  margin: 0px;
  float: left;
  width: 195px;
  height: auto;
  border: 0px dotted #ff3300;
  text-align: center;
  font-size: 120px;
  font-weight: bold;
}

 
a .list-item {
  border: 1px solid #000;
}

 
#main {
  position: relative;
  margin: 0px auto;
  padding: 0px;
/*
  background-image: url(images/bg2.gif);
  background-color: #CCCCCC;
*/
  border: 0px black solid;
  width: auto;
  height: auto;
}

#outer {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border-left: 1px black solid;
  border-right: 1px black solid;
  width: 752px;
}

#outerOuter {
/*
  background-color: #ff3300;
*/
  position: relative;
  margin: 0px auto;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px black solid;
  width: 772px;
}

#border1 {
  border: 1px #000 solid;
}

#border1-smalltables {
  margin: 0px;
  padding: 2px;
  width: 187px;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
  border-bottom: 1px #000 solid;
}

#border1-bigtable {
  margin: 0px;
  padding: 4px;
/*
  padding-top: 4px;
*/
 width: 585px;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-top: 1px #000 solid;
}

#contentTable {
  border: 1px #000 solid;
  padding: 5px;
  min-height: 450px;
  height: 450px;
  background: #ffffff;
}

#leftTable {
  background: #DDDDDD;
  margin: 0px;
  width: 100px;
  padding: 2px;
  border-right: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  text-align: top;
  height: auto;
}

 
#infoBox {
  width: 200px;
/*
  float: left;
*/
 background-color: #cccccc;
  padding: 1px;
  border: 1px;
  border-color: 1px;
  border-style: dotted;
  font-family: "Trebuchect MS", Verdana, Arial, Helvetica;
  font-size: 12px;
}

#itunesWhatis {
  background-color: #cccccc;
  padding: 1px;
  width: 75%;
  border: 1px;
  border-color: #000;
  border-style: solid;
}

#onlineUsers {
  background-color: #e2e2e2;
  text-align: center;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  width: 442px;
  border: 1px;
  border-color: #ccc;
  border-style: solid;
  margin-top: 1px;
  margin-bottom: 5px;
}

.shoutbox-outer {
  border-top: 1px #ccc solid;
  padding: 4px 0 2px 0;
  margin: 5px 0 5px 0;
}

select, textarea, input {
  padding: 1px;
  background-color: #ffffff;
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-top: 1px solid #999999;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #999999;
}

.leftbar select {
  background-color: #eeeeee;
}

input.text, INPUT.text {
  padding: 2px;
}

input.submit, input.button {
  background-color: #cccccc;
}

.hr {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0px;
  border-bottom: 1px #ccc solid;
}

 
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.blue {
  background-color: 080589;
}

.green {
  background-color: 45842B;
}

.purple {
  background-color: 832B84;
}

.red {
  background-color: B40E0E;
}

.teal {
  background-color: 2B7184;
}

.text_black {
  color: #000000;
}

a: link {
  color: blue;
}

a: visited {
  color: gray;
}
 
a: hover {
  color: red;
}

#container {
  margin: 0 auto;
  padding: 0px;
  width: 85%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #ffffff;
  text-align: center;
}

#content {
  padding: 0px;
  width: 100%;
  border: 0px;
  background-color: #ffffff;
  text-align: center;
}

#logo {
  position: relative;
  float: left;
  width: 314px !important;
  width: 310px;
  height: 80px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 20px;
}

#services_container {
  position: relative;
  float: right;
  padding-right: 5px;
  width: 440px !important;
  width: 440px;
  height: 80px;
  text-align: justify;
  margin-top: 10px;
}

#services_top {
/*
  background-image: url(/images/link_bar_bg.png) !important;
  background-image: url();
  background-repeat: repeat-x;
*/
  position: relative;
  width: 436px !important;
  width: 440px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #bbb;
}

#services_bottom {
  position: relative;
  width: 440px !important;
  width: 440px;
  height: 50px;
  text-align: right;
  margin-left: 2px;
}

#left_side {
  width: 148px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  /*border-bottom: 1px solid #999999;*/
  background-color: #e9e9e9;
  text-align: left;
  padding-left: 2px;
}

#right_side {
  border: 1px solid #ffffff;
  margin-left: 0px;
  width: 600px;
}

#footer {
  font-style: italic;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #000000;
  padding-top: 3px;
  padding-bottom: 5px;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.f-clear {
  clear: both;
}

#full_width {
  padding: 10px;
}

.module_container {
  position: relative;
  float: left;
  width: 33.33%;
}

.module {
  margin: 10px;
  overflow: hidden;
}

.module_title {
  margin: 0;
  border-bottom: 1px solid #000000;
  border: 1px solid #000;
  border-radius:         10px;
  -o-border-radius:      10px;
  -icab-border-radius:   10px;
  -khtml-border-radius:  10px;
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  padding: 2px;
  background-color: #0000cc;
  color: white;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Geneva, Helvetica, Verdana,;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  /* css3 rounded corners for mozilla */
  /* -moz-border-radius: 8px 8px 0px 0px; */
  /* css3 rounded corners for safari */
  /* -webkit-border-radius: 8px 8px 0px 0px; */
}

.module_data {
  margin: 0;
  border: 0;
  padding: 4px;
  color: black;
  font-weight: normal;
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif;
  text-align: center;
  background-color: #ffffff;
}

.module_row {
  position: relative;
  clear: both;
}

.module_bullet {
  font-weight: bold;
  font-size: 12pt;
}

.cartoon {
}

.leftside_title {
  font-family: Helvetica, Verdana, Geneva, Arial;
  font-weight: bold;
  font-size: 10pt;
  font-weight: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

.notepad {
  border: 1px solid #000000;
/*
  width: 182px !important;
  width: 180px;
*/
  width: 90%;
  background-color: #FFFFFF;
  font-size: 10px;
}

.finger {
  cursor: pointer;
}

.red_text {
  color: #ff0000;
}

.features_1 {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

.features_1_1 {
  width: 440px;
}

.features_1_2 {
  width: 219px;
}

.features_1_3 {
  width: 146px;
}

.features_1_4 {
  width: 109.5px;
}

.features_1_5 {
  width: 87.5px;
}

.features_first {
  text-align: left;
}

.features_middle {
  text-align: center;
}

.features_last {
  text-align: right;
}

#virus_container {
  margin-left: 1px;
  margin-bottom: 5px;
  padding: 0;
}

#virus_left {
  position: relative;
  float: left;
  padding: 2px;
  width: 33%;
  border-right: 1px solid #999999;
}

#virus_content {
  position: relative;
  float: left;
  padding: 2px;
  width: 66%;
  text-align: center;
}

#user_container {
  margin-left: 1px;
  margin-bottom: 5px;
  padding: 0;
  border: 1px solid #cccccc;
}

#user_left {
  position: relative;
  float: left;
  padding: 2px;
  width: 196px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #e9e9e9;
}

#user_content {
  position: relative;
  float: left;
  padding: 2px;
  width: 540px;
  text-align: center;
}

.profile_ta {
  width: 300px;
}

.profile_text {
  width: 150px;
}

.highlight {
  background-color: yellow;
}

a.set_module_link {
  background-color: #ff0000;
  color: #ffffff;
}

.loading {
  padding: 2px;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Geneva, Helvetica, Verdana,;
  margin: 10px;
  border: 1px dashed #ff0000;
  color: #ff0000;
  text-align: center;
}
