/* CSS STYLES FOR KOYO */   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color : black;
}

/* background color for the content part of the pages */
Body { 
	font-size : small;
	margin : 0;
	font-family : Tahoma;
	background-color : #ffffff;
	background-attachment : fixed;
} 

/*INPUT {
	BORDER-RIGHT: #7eb0c9 1px solid; BORDER-TOP: #7eb0c9 1px solid; FONT-SIZE: small; BORDER-LEFT: #7eb0c9 1px solid; COLOR: #115e94; BORDER-BOTTOM: #7eb0c9 1px solid; FONT-FAMILY: Tahoma
}*/

INPUT { 
	font-size : 11px;
	color : #113e94;
	font-family : Tahoma;
} 

/*SELECT {
	BORDER-RIGHT: #7eb0c9 1px solid; BORDER-TOP: #7eb0c9 1px solid; FONT-SIZE: small; BORDER-LEFT: #7eb0c9 1px solid; COLOR: #115e94; BORDER-BOTTOM: #7eb0c9 1px solid; FONT-FAMILY: Tahoma
}*/

SELECT { 
	font-size : 11px;
	color : #113e94;
	font-family : Tahoma;
} 

/*TEXTAREA {
	BORDER-RIGHT: #7eb0c9 1px solid; BORDER-TOP: #7eb0c9 1px solid; FONT-SIZE: small; BORDER-LEFT: #7eb0c9 1px solid; COLOR: #115e94; BORDER-BOTTOM: #7eb0c9 1px solid; FONT-FAMILY: Tahoma
}*/

TEXTAREA { 
	font-size : 11px;
	color : #113e94;
	font-family : Tahoma;
}

INPUT.checkbox { 
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-style : none;
} 
INPUT.radio { 
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-style : none;
} 
INPUT.image { 
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-style : none;
}
INPUT.submit { 
	border-right : 1px solid #387199;
	border-top : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-bottom : 1px solid #387199;
	background-color : #e5eef3;
} 

/* Product Detail page style */
.productDetails { 
	background-color : #eef2fd;
} 

/* background/border colors for the selected tab */
.TabBg { 
	background-color : #7da2d5;
} 

.TopPane { 
	background-color : #ffffff;
	/* background-image : url("../../images/next.gif");*/
	padding-left : 0;
}

.LeftPane { 
/*    background-color : #6B86DE;*/
/*    background-color : #EEF2FD;*/
	background-color: #ffffff;
	/* background-image : url("../../images/ruler.gif");*/
	background-repeat : repeat-y;
	border-right-color : #D5D5D5;
	border-right-style : dashed;
	border-right-width : 1px;
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
}

.ContentPane { 
/*    background-color : #FFFFFF;*/
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
}

.RightPane { 
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	border-left-color : #d5d5d5;
	border-left-style : dashed;
	border-left-width : 1px;
}

.BottomPane { 
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
}

.HeaderPane { 
/*    background-color : #EFF3FF;*/
	background-color : white;
}

.FooterPane { 
	background-color : #ffffff;
/*    background-image : url("../../images/moduletitleback1.jpg");*/
	color : white;
}
/* text style for the selected tab */
.SelectedTab { 
	font-weight : bold;
	font-size : 8.5pt;
	color : #ff8000;
	font-family : Tahoma, Arial, Helvetica;
	text-decoration : none;
} 

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration : none;
	color : #959595;
}

A.SelectedTab:visited { 
	text-decoration : none;
	color : #959595;
} 

A.SelectedTab:active { 
	text-decoration : none;
	color : #959595;
} 

A.SelectedTab:hover { 
	text-decoration : none;
	color : #656565;
} 

/* text style for the unselected tabs */
.OtherTabs { 
	font-weight : bold;
	font-size : 8.5pt;
	color : #FF9900;
	font-family : Tahoma, Arial, Helvetica;
	text-decoration : none;
}  
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { 
	text-decoration : none;
	color : #FF9900;
} 

A.OtherTabs:visited { 
	text-decoration : none;
	color : #FF9900;
} 

A.OtherTabs:active { 
	text-decoration : none;
	color : #FF9900;
} 

A.OtherTabs:hover { 
	text-decoration : none;
	color : #cccccc;
} 

/* GENERAL */
/* style for module titles */
Head { 
	font-family : Verdana, Tahoma, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	color : #656565;
}

/* style of item titles on edit and admin pages */
.SubHead {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 11px;
	font-weight : bold;
	/*color: #003366;*/
	/*color:#3366cc;*/
	color : Green;
}

/* 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 : #000005;
}

/* text style used for most text rendered by modules */
.Normal {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 11px;
	font-weight : normal;
	color : #000005;
}

/* 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;
	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 : #003366;
}

A.CommandButton:visited { 
	text-decoration : underline;
	color : Red;
	font-weight : bold;
}

A.CommandButton:active {
	text-decoration : underline;
	color : #003366;
}

A.CommandButton:hover {
	text-decoration : underline;
	color : #ff0000;
}
    
/* GENERIC */
H1 {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 20px;
	font-weight : normal;
	color : #666644;
}

H2 {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 20px;
	font-weight : normal;
	color : #666644;
}

H3  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #003366;
}

H4  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #003366;
}

H5, DT  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
}

H6  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
}

TFOOT, THEAD {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 12px;
	color : #003366;
}

TH {
	vertical-align : baseline;
	font-family : Tahoma, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	color : #003366;
}

A:link {
	text-decoration : none;
	color : #003366;
}

A:visited {
	text-decoration : none;
	color : #003366;
}

A:active {
	text-decoration : none;
	color : #003366;
}

A:hover {
	text-decoration : underline;
	color : #ff0000;
}

SMALL {
	font-size : 8px;
}

BIG {
	font-size : 14px;
}

BLOCKQUOTE, PRE { 
	font-family : 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 : #FF3333;
	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 : #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
}

/* style of module title */
.ModuleTitle {
	background-repeat : no-repeat;
	background-color : #FFFFFF;
	background-image : url("../../images/moduletitleback3.gif");

	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;

	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;

    border-style : solid;
	border-width : 1px;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-bottom-color : #c5c5c5;
	border-right-color : #c5c5c5;
	border-top-color : #c5c5c5;
	border-left-color : #c5c5c5;
/*    border-top-color : #f9f9f9;
	border-left-color : #f9f9f9;*/
	height : 2px;
}

/* style of module content panel */
.ModuleContent {
	/*background-repeat : repeat-y;*/
	/*background-image : url("../../images/moduleback.gif");*/
	margin : 0px;
	padding : 0px;
	/*width : 98%;
	text-align : center;*/
}

/* For any note you want to tell to user*/
.Note { 
	font-family : Tahoma, Arial, Helvetica;
	font-weight : bold;	
	 /*color:#ffcc66;*/
	background-color : #ff9900;
} 
/* For any button used for navigation*/
.NavButton { 
	background-color : #ffe0c0;
	border-color : #ff8000;
	font-weight : bold;
	color : #c04000;
	font-family : Tahoma, Arial, Helvetica;
} 
