/* 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: #fffff;
   /* background-image : url("../../images/next.gif");*/
    padding-left : 0px;
}

.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 : 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 : 1px;
}

.BottomPane  { 
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
}

.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:#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: #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-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 : 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;*/
}

.normalText12
{
    FONT: 11px "verdana";
    COLOR: #415c76;
    TEXT-DECORATION: none
}
.blueBold {
	FONT: bold 11px "verdana"; COLOR: #005ca1; TEXT-DECORATION: none
}
.blueBold10 {
	FONT: bold 11px "verdana"; COLOR: #005ca1; TEXT-DECORATION: none
}
.normalText2 {
	FONT: 11px "verdana"; COLOR: #000000
}
.blank {
	LINE-HEIGHT: normal
}
.Bold1 {
	FONT: bold 11px "verdana"; COLOR: #252525; TEXT-DECORATION: none
}
.Bold2 {
	FONT: bold 11px "verdana"; COLOR: #005ca1; TEXT-DECORATION: none
}



/*------------------New------------------------*/

#wrap {
	width: 790px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 550px;	
	margin: 5px auto;
	padding: 0; 	
}

/* Main Column */
#main {
	float: left;
	width: 555px;
	margin: 0; padding: 20px 0 0 0; 
	display: inline;
	background: url(box.jpg) no-repeat; 	
}
#main h2 {
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	color: #2666c3;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;	
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
	margin-left: 20px;
	margin-right: 25px;
}
#main ul li {
	list-style-image: url(bullet.gif); 
}

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}

/* images */
img {
	background: #fff;
   border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  border: 1px solid #E5F0FB;  
  background: #F4F8FD;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  margin: 10px 15px;
  padding: 0 0 0 25px;  
  font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif; 
  color: #2361BA;
  border: 1px solid #E5F0FB;   
  background: #F4F8FD url(quote.jpg) no-repeat 8px 6px;
}



/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
	width: 180px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 110px;
	color: #777; 
	height: 20px;
	padding: 2px;	
	border: 1px solid #D2E8F7; 
	vertical-align: top;
}
.searchform input.button { 
	width: 55px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: top;
}
/* Sidebar */	
#sidebar {
	float: right;
	width: 200px;
	padding: 0; margin: 10px 0 0 0;	
	color: #777;	
}	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidebar p {
	margin-left: 5px;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	border-top: 1px solid #A9D4EF;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #1773BC;				
}
#sidebar ul.sidemenu li a:hover {	
	color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


















