/* 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: 0px;
    /*COLOR: #113e94;*/
    FONT-FAMILY: Tahoma;
    background-color: #FFFFFF;
    background-attachment : fixed;
    scrollbar-arrow-color:#3460D6;
    scrollbar-track-color:#EDF2FF;
    scrollbar-shadow-color:#85A6FC;
    scrollbar-face-color:#D2DDFB;
    scrollbar-highlight-color:#EDF1FC;
    scrollbar-darkshadow-color:#D2DDFB;
    scrollbar-3dlight-color:#EEF2FD;
}

/*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: #387199 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #387199 1px solid; 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: #6B86DE;
   /* background-image : url("../../images/next.gif");*/
    padding-left : 0px;
}

.LeftPane  { 
/*    background-color: #6B86DE;*/
/*    background-color: #EEF2FD;*/
    background-color: #f7f7f7;
    background-image : url("../../images/ruler.gif");
    background-repeat : repeat-y;
    border-right-color : #D5D5D5;
    border-right-style : dashed;
    border-right-width : 2px;
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
}

.ContentPane  { 
/*    background-color: #FFFFFF;*/
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
}

.RightPane  { 
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    border-left-color : #D5D5D5;
    border-left-style : dashed;
    border-left-width : 2px;
}

.BottomPane  { 
    padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 2px;
    padding-right : 2px;
}

.HeaderPane  { 
/*    background-color: #EFF3FF;*/
    background-color: Black;
}

.FooterPane  { 
    background-color: #F5F9FF;
    background-image : url("../../images/moduletitleback1.jpg");
    color: white;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color:#FFFFFF;
    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: 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:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

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;
}

/* 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;
    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: #003366;
}

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:    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: dimgrey;
    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: #F5F9FF;
    background-image : url("../../images/moduletitleback3.gif");

    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 10px;
    padding-right : 5px;
    padding-top : 5px;
    padding-bottom : 0px;

    border-style : solid;
    border-width : 0px;
    border-bottom-width : 1px;
    border-right-width : 1px;
    border-top-width : 1px;
    border-left-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 : 30px;
}

/* 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;*/
}



