/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #6b787d;
}

/* background color for the content part of the pages */
Body
{
    background-color: black;
	background-image:url(../images/BN-gradBack.jpg);
	background-repeat:repeat-x;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	margin-top: 0px;

}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#6b787d;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#6b787d;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#6b787d;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#6b787d;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#6b787d;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#6b787d;
}
A.Login {
color:#FC9900;
font-size:12px;
text-decoration:none;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #6b787d;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
	    font-size: 11px;
					color:#6b787d;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #6b787d;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #6b787d;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #6b787d;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #6b787d;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight:    normal;
    color: #6b787d;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #6b787d;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #6b787d;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #6b787d;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #6d7a80;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #6b787d;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #6b787d;
}

A:link  {
    text-decoration:    none;
    color:  #6b787d;
}

A:visited   {
    text-decoration:    none;
    color:  #6b787d;
}

A:active    {
    text-decoration:    none;
    color:  #6b787d;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #6b787d;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #6b787d
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #6b787d;
}

/* TEMPLATE SPECIFIC */
.small    {
    font-size:  10px;
    color: #FFFFFF;
}

.footer    {
    font-size:  10px;
    color: #FFFFFF;
}

.footer A:link  {
    text-decoration:    none;
    color: #FFFFFF;
}

.footer A:visited   {
    text-decoration:    none;
    color: #FFFFFF;
}

.footer A:active    {
    text-decoration:    none;
    color: #FFFFFF;
}

.footer A:hover {
    text-decoration:    underline;
    color: #FFFFFF;
}

#topnav
{
	background-image: url(../images/dumatek-nav2.jpg);
}

#side1
{
	background-image: url(../images/dumatek-side1.jpg);
}

/* ------------    java menu   --------------*/					#sddm
{	
	margin: 12px 0px 0px 45px;
	padding: 0;
	z-index: 30;
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
	color: #FFFFFF;
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fecb01;
	border: 1px solid #000000;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fecb01;
	color: #2875DE;
	font: 11px arial;
}

#sddm div a:hover
{	
	background: #49A3FF;
	color: #FFF
}    
