/***********************************************************************/
/***********************************************************************/
/*                                                                     */
/*  Custom CSS styles for ASU Winter Intensive site                    */
/*  Copyright 2006 InFocus Design <http://infocusdesign.net>           */
/*                                                                     */
/***********************************************************************/
/***********************************************************************/


/***********************************************************************/
/*                                                                     */
/*  Common body elements                                               */
/*                                                                     */
/***********************************************************************/

body, font 
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	background			: url(http://winterintensive.com/images/winter_06.gif) center 150px #B8B49F ;
	height:	100%;
	background-repeat	: no-repeat;
	margin:0px;
	padding:0px;
}

table, tr
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: none; 
}


a, a:visited 
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2A3C7C;
	text-decoration: none;
	border-bottom: 1px dotted; 
}

a:hover 
{
	color:#2A3C7C;
	border-bottom: 1px solid; 
}

img, td img, th image, a img, paper table th img, td a img, th a img
{
	border-style: none;
	border-bottom: none; 
	padding:0;
	margin:0;
}

hr
{
	text-align: center;
	font-weight: bold; 
	font-size: 12px; 
	color : #B8B49F ;	
	margin-top: 0px;
	margin-bottom: 0px;  
	text-decoration: none;
}


/***********************************************************************/
/*                                                                     */
/*  Special formatting for header, navigation bar, task bars           */
/*                                                                     */
/***********************************************************************/
div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	}

#header1, table.header1
	{
	border: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height				: 50px;
	background			: url(http://winterintensive.com/images/sky.jpg) top ;
	background-repeat	: repeat-x;
	text-align:	center;
  	overflow:hidden;
	display:inline-block;
}
#header2
	{
	border: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding				: 0px;
	width				: 100%;
	height				: 30px;
	text-align			: center;
  	overflow			: hidden;
	display				: inline-block;
	background			: url(http://winterintensive.com/images/surf.jpg) top;
	background-repeat	: repeat-x;
	}
#header3
	{
	margin				: 0px;
	padding				: 8px 0px 0px 0px;
	width				: 100%;
	height				: 22px;
	background-color	: #A5A28F;
	text-align			: center;
  	overflow			: hidden;
	display				: inline-block;
	border-bottom		: 2px #B8B49F solid;
	vertical-align		: middle;
	}



.clear { clear : both; font-size: 1px; line-height: 0px; }



/***********************************************************************/
/*                                                                     */
/*  Unformatted tables                                                 */
/*                                                                     */
/***********************************************************************/
.plain, td.plain
{ 	
	padding-right: 8px;		
	padding-left: 8px;		
	padding-top: 4px;
}

.nada, table.nada, img.nada, a.nada
{ 	
	padding-right: 0px;		
	padding-left: 0px;		
	padding-top: 0px;
	border-style: none;
	text-decoration: none;
	border: 0px solid #ffffff;
}




/***********************************************************************/
/*                                                                     */
/*  Special formatting for semivisible text                            */
/*                                                                     */
/***********************************************************************/

.faint, td.faint, a.faint, a.faint.visited
{
	font-size : 9px;
	color: #888888;
}

/***********************************************************************/
/*                                                                     */
/*  Special formatting for page-level tables                           */
/*                                                                     */
/***********************************************************************/

.toptable
{
	margin-top: 0px;
	margin-left: 36px;
	margin-right: 36px;
	width="100%";
}

/***********************************************************************/
/*                                                                     */
/*  Special formatting for tables                                      */
/*                                                                     */
/***********************************************************************/

.paper
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table.paper, table.altpaper
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #A9A383;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 2px;
	border-collapse: collapse;
}

table.paper th	
{
	vertical-align: middle;  
	font-weight : bold;
	background-color: #D4D1C1;
	height: 25px;
	text-align: left;	
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #A5A28F;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.paper tr, tr.paper
{
	background-color: #ffffff;	
}

table.paper td, table.paper tr td, table.altpaper td, table.altpaper tr td		
{
	vertical-align: top;  
	text-align: left;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #A9A383;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.paper td ul li, table.altpaper td ul li
{
	list-style-type: square;  
	margin: 0;
}


table.altpaper tr, tr.altpaper, table.altpaper tr td, tr.altpaper td, td.altpaper
{
	background-color: ;	
}

tr.paper:hover, tr.altpaper:hover, tr.altpaper:hover td
{
	background-color: #A5A28F;
}



/***********************************************************************/
/*                                                                     */
/*  Special formatting for text highlights                             */
/*                                                                     */
/***********************************************************************/

.bright
{
	color:#ffffff;
}


/***********************************************************************/
/*                                                                     */
/*  Special formatting for page titles                                 */
/*                                                                     */
/***********************************************************************/

.clubtitle, p.clubtitle
{
	font-weight: bold; 
	font-size: 12px; 
	color : #212973 ;	
	margin-top: 0px;
	margin-bottom: 0px;  
	text-decoration: none;
	text-align: center;
	border:none; 
}
a.clubtitle
{
	text-decoration: none;
	border-bottom: 1px dotted; 
}
a.clubtitle:hover
{
	text-decoration: none;
	border-bottom: 1px solid; 
}

.clubsubtitle
{
	font-weight: bold; 
	font-size: 12px; 
	color : #2A3C7C ;	
	margin-top: 0px;
	margin-bottom: 0px;  
	text-decoration: none;
}
a.clubsubtitle
{
	text-decoration: none;
	border-bottom: 1px dotted; 
}
a.clubsubtitle:hover
{
	text-decoration: none;
	border-bottom: 1px solid; 
}



/***********************************************************************/
/*                                                                     */
/*  Special formatting for name slats                                  */
/*                                                                     */
/***********************************************************************/

.nameslat {
	background-image:url(http://usfaikido.com/images/namewood.gif);
	border: light solid #000000;
	width: 12px;
	line-height: 1;
	font-variant: small-caps;
	font-weight: bold;
	color: #A5A28F ;
	border-top: thin solid #A5A28F ;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #B8B49F ;
	font-size: 12px;
}
.kyuslat {
	background-image:url(http://usfaikido.com/images/rankwood.gif);
	border: light solid #000000;
	width: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: thin solid #A5A28F ;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #B8B49F ;
	font-size: 12px;
}
.rankslat {
	background-image:url(http://usfaikido.com/images/rankwood.gif);
	width: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
	border-top: thin solid #A5A28F ;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #B8B49F ;
	font-size: 12px;
}  	 






div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 20px;
  background: url("images/nav_first.gif") left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url("images/nav_prev.gif") left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url("images/nav_next.gif") right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 20px;
  background: url("images/nav_last.gif") right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 20px 0 0;
  background: url("images/nav_last.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url("images/nav_next.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url("images/nav_prev.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 20px;
  background: url("images/nav_first.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;                  