/* ###################### OVERALL SETTINGS ###################### */
table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: dotted;
	border-color: gray;
}

BODY {
  background-color : #F5F5F5;
  margin: 10px;
  color            : #333333;
}

td, tr, div {
align : justify;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
}

P {
text-align : justify;
  line-height: 17px;
  line-height: 16px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
}
P.cen {
text-align : center;
  line-height: 16px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
}
.texta { 
 color: #ffffff;
 font-size: 11px; 
 background-color: #333333; 
 border: 1px solid #999999; 
}

h4 { color: #FF9900; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h5 { color: #FF9900; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
h6 { color: #FF9900; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

li.ind {
  margin-left: -20px;
  list-style: square outside; 
  color:#333333;
}
li {
  list-style: square outside; 
  color:#333333;
}

hr {
  color            : #444444;
  height           : 1px;
  width            : 100%;
}

.pathwaytext {
  color            : #808080;
}

a:link, a:visited {
  font-size        : 11px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #638DA9;
  font-weight      : bold;
  text-decoration  : none;
}

a:hover {
  color            : #cc0000;
  text-decoration  : none;
}

a.leftm:link, a.leftm:visited {
  font-size        : 13px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  font-weight      : bold;
  text-decoration  : none;
}

a.leftm:hover {
  color            : #638DA9;
  text-decoration  : none;
}

a.menuanchorclass:link, a.menuanchorclass:visited {
  font-size        : 13px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  font-weight      : bold;
  text-decoration  : none;
}

a.menuanchorclass:hover {
  color            : #638DA9;
  text-decoration  : none;
}

a.anylinkmenu:link, a.anylinkmenu:visited {
  font-size        : 13px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  font-weight      : bold;
  text-decoration  : none;
}

a.anylinkmenu:hover {
  color            : #638DA9;
  text-decoration  : none;
}

a.flink:link, a.flink:visited {
  font-size        : 9px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #ffffff;
  font-weight      : bold;
  text-decoration  : none;
}

a.flink:hover {
  color            : #FF9900;
  text-decoration  : none;
}

a.downm2:link, a.downm2:visited {
  font-size        : 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #ffffff;
  font-weight      : normal;
  text-decoration  : none;
}

a.downm2:hover {
  color            : #FF9900;
  text-decoration  : none;
}

a.bglink:link, a.bglink:visited {
  font-size        : 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #FF9900;
  font-weight      : bold;
  text-decoration  : none;
}

a.bglink:hover {
  color            : #FFFFFF;
  text-decoration  : dotted;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #808080;
  font-weight      : normal;
}

a.mainlevel:hover {
  color            : #3F7A12;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #999999;
  font-weight      : bold;
}

a.category:hover {
  color            : #3F7A12;
}

/* ###################### MODULE SETTINGS ###################### */
table.moduletable {
  width            : 100%;
  margin-bottom    : 5px;
  border-bottom    : 1px solid #000;
}

table.moduletable th {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #6F9949;
  text-align       : left;
  letter-spacing   : 1px;
}

table.moduletable td {
  padding          : 2px 2px 5px 2px;
}


/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #515A6D;
  background-color : #2E3440;
  border           : 1px solid #000000;
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #CCCCCC;
  background-color : #333333;
  border           : 1px solid #000000;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  border           : none;
}

.contentpaneopen {
  border           : none;
}

.contentheading, .componentheading {
  font             : bold 15px Verdana, Arial, Helvetica, sans-serif;
  color            : #455560;
  font-variant     : small-caps;
  text-align       : left;
}
.contentheading2, .componentheading2 {
  font             : bold 15px Verdana, Arial, Helvetica, sans-serif;
  color            : #D6082A;
  font-variant     : small-caps;
  text-align       : left;
}
.contentheading3, .componentheading3 {
  font             : bold 15px Arial, Helvetica, sans-serif;
  color            : #FFE539;
}
.contentheading4, .componentheading4 {
  font             : bold 12px Verdana, Arial, Helvetica, sans-serif;
  color            : #455560;
  font-variant     : small-caps;
  border-bottom    : 1px dotted #ccc;
  text-align       : left;
}
.contentheading5, .componentheading5 {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #333333;
  font-variant     : small-caps;
}
.contentheading6, .componentheading6 {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #cc0000;
}
.txtheading {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  font-variant     : small-caps;
  color            : #ff9900;
  text-align       : left;
}

.footer {
  font             : 10px Arial, Helvetica, sans-serif;
  color            : #666666;
}

.contentdescription {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #CCCCCC;
  text-align       : left;
}

.category {
  color            : #999999;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
  background-color : #475063;
}

.sectiontableentry2 {
  background-color : #363D4C;
}

.sectiontableheader {
  background-color : #000000;
  background       :  url(file:///E|/Project2/orissa/website/images/top_bar_back.gif);
  height           : 20;
  color            : #FFFFFF;
  font-weight      : bold;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #71809D;
  text-decoration  : none;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #6F9949;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : normal;
}

/* ######################### VOTING SETTINGS ######################### */
.content_rating {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #339900;
  font-size        : 9px;
}

.content_vote {
  background       : #2E3440;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #CC9999;
  font-size        : 9px;
}

.content_vote.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  width            : 60px;
  font-weight      : bold;
  font-size        : 10px;
  color            : #333333;
  background       : #EEEEEE;
  border           : 1px solid #999999;
}
.ct {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #333333;
}
.ct2 {
  font             : 9px Arial, Helvetica, sans-serif;
  color            : #e6e6e6;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
font: normal 15px Verdana;
font-color: #ffffff;
background: #455560;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 11px Verdana;
font-color: #ffffff;
text-align: center;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #455560;
width: 138px; /* default width for menu */
}

.anylinkmenu ul{
font: normal 11px Verdana;
font-color: #ffffff;
margin: 0;
padding: 0px;
list-style-type: none;
}

.anylinkmenu ul li a{
font: bold 11px Verdana;
font-color: #ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 3px 0;
text-decoration: none;
text-indent: 0px;
}

.anylinkmenu a:hover{ /*hover background color*/
font: bold 11px Verdana;
font-color: #ffffff;
background: #C41230;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #9EB9CB;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}