﻿/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   Date        :   9.13.2001
'   Author      :   InterWeb Technologies
'   Description :   Global Cascading Style Sheet for rotations.com
'   Licensed to :
''
'                         COPYRIGHT NOTICE
''
'   The contents of this file is protected under the United States
'   copyright laws as an unpublished work, and is confidential and
'   proprietary to InterWeb Technologies.  Its use or disclosure in
'   whole or in part without the expressed written permission of
'   InterWeb Technologies is expressely prohibited.
''
'   (c) Copyright 2001 by InterWeb Technologies.  All rights reserved.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/
body {
	margin: 20px 0px 20px 0px;
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBF7E0;
}

TD {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

HR {
  border: 0;
  color: blue;
  background-color: blue;
  height: 1px;
  width: 90%;
}


.HR_wide {
  border: 0;
  color: blue;
  background-color: blue;
  height: 1px;
  width: 100%;
}


INPUT {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: #000000;
    background-color: #FFFFFF;
     }
SELECT {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: #000000;
    background-color: #FFFFFF;
     }
TEXTAREA {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: #000000;
    background-color: #FFFFFF;
    }
span.foundText {
   color: Black;
   font-weight: bold;
   background-color: #FF9900;
}	 


A:link {
	color : Blue;
	text-decoration : none;
}
A:visited {
	color : Blue;
	text-decoration : none;
}
A:visited:hover {
  color : Orange;
  text-decoration : underline;
}
A:hover {
	color : Orange;
	text-decoration : underline;
}
A:active {
  color : Blue;
  text-decoration : none;
}

.contentTD {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: #000000;
    background-color : #FFFFFF; 
	border-style: none;
	padding: 3px;
    }
    
.BUTTON {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: white;
	font-weight : bold;
}
     
.BUTTON_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: white;
	font-weight : bold;
     }     
     
.BUTTON_white {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: blue;
    background-color: #c1cad8;
	font-weight : bold;
}

.BUTTON_white_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: #c1cad8;
	font-weight : bold;
}

.BUTTON_cobalt {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #104ACF;
	font-weight : bold;
}

.BUTTON_cobalt_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: #104ACF;
	font-weight : bold;
}
     
.BUTTON_brown {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: white;
	background-color: #9B774B;
	font-weight : bold;
}

.BUTTON_brown_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: #9B774B;
	font-weight : bold;
}      

.BUTTON_go {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: #000000;
    background-color: white;
	font-weight : bold;
	padding: 4px;
     }
     
.BUTTON_go_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: white;
	font-weight : bold;
	padding: 4px;
     }     
     
.BUTTON_white_go {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: blue;
    background-color: #c1cad8;
	font-weight : bold;
	padding: 4px;
}

.BUTTON_white_go_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: #c1cad8;
	font-weight : bold;
	padding: 4px;
}

.BUTTON_cobalt_go {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #104ACF;
	font-weight : bold;
	padding: 4px;
}

.BUTTON_cobalt_go_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: #104ACF;
	font-weight : bold;
	padding: 4px;
}
     
.BUTTON_brown_go {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: white;
	background-color: #9B774B;
	font-weight : bold;
	padding: 4px;
}

.BUTTON_brown_go_over {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color: Orange;
    background-color: #9B774B;
	font-weight : bold;
	padding: 4px;
}