﻿body
{
    margin:15px 0px 15px 0;
    background:#000015 url(images/bgBodyPattern.gif) repeat;
    color:#000;
    font-family:Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size:11px;
    line-height:18px;
}
a:link, a:visited
{
    color: #47669b;
    text-decoration: none;
}
a:hover, a:active
{
	color: #738FBF;
    text-decoration: underline;
}

/* No Dotted Lines */
a
{
	behavior: url(/images/onclickbehavior.htc);
}

:focus
{
	-moz-outline-style: none;
}
/* End No Dotted Lines */

input, select, textarea
{
    font-size:10px; 
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5
{
   margin: 2px 0px 2px 0px;
   color:#609b30;
}
h1
{
    font-size: 14px;
    font-weight: bold;
	margin:0;
	margin-top:5px;
	padding:0;
}
h2
{
    font-size:12px;
    font-weight:bold;
	margin:5px 0;
	padding:0;
}
h3
{
	font-size:11px;
	font-weight:bold;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000;
}
p
{
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:16px;
}
.membercard h3
{
    font-size: 1em;
}

#loginbanner h2
{
    font-size: 11px;
    font-weight:normal;
	text-align:right;
}

#header h2
{
    font-size:13px;
    color:#FFF;
    /*color: #113765;*/
    margin:0px;
    padding:0px;
}
#header #loginbanner h2
{
    font-size: 11px;
    font-weight:normal;
	text-align:right;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 12px;
}

.rightblock h3
{
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}


/* Picture at the top of the site */
#header
{
    background: url(images/bgHeader.png) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    height: 110px;
    border: none;
    z-index:0;
}
* html #header
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/GVBaseball/images/bgHeader.png', sizingMethod='default');
}
#logo
{
	width:740px;
	height:73px;
	border:none;
	background:url(images/logoGV.jpg) no-repeat;
	cursor:pointer;
	position:absolute;
	left:15px;
	top:15px;
	z-index:1;
}

/* for the login block */
#loginbanner
{
	width:210px;
	height:75px;
	position:absolute;
	left:765px;
	top:15px;
	z-index:1;
	line-height:14px;
}

/************************************************************************
* Main navigation used by the masterpage
************************************************************************/
/* Navigation strips */
#navtop, #navbottom
{
    width:721px;
    height:20px;
    position:absolute;
    left:25px;
    top:88px;
    z-index:100;
    font-size:11px;
    line-height:12px;
}

#footer
{
    width:990px;
    height:50px;
    background:url(images/bgFooter.png) no-repeat center top;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #C89F3D;
    z-index:0;
}
* html #footer
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/GVBaseball/images//bgFooter.png', sizingMethod='default');
}
#footer img
{
	border:none;
	position:absolute;
	right:0px;
	top:26px;
	z-index:99;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */
/* use CSS Menu Adapter instead
#navtop ul, #navbottom ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 20px;
    line-height:20px;
    text-align: left;
    white-space:nowrap;
    background: url(images/bgNav.gif) 25px 0px no-repeat;
}
* html #navtop ul, * html #navbottom ul
{
    position:relative;
}
#navtop ul li, #navbottom ul li
{
    display: block;
    color: #000;
    margin-left: 30px;
    margin-right: 0px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
	color:#333;
    text-decoration: none;;
}
#navtop a:active, #navbottom a:active
{
    color: #666;
    text-decoration: none;
}
*/
/************************************************************************
* Formatting common to most pages
************************************************************************/
/* Main part of the page that holds contents */
#body
{
    width: 990px;
    background: url(images/bgContent.png) repeat;
    margin-right: auto;
    margin-left: auto;
	z-index:0;
}
* html #body
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/GVBaseball/images/bgContent.png', sizingMethod='scale');
}
/************************************************************************
* 2 column layout
************************************************************************/
#columnContainer
{
	width: 960px;
	background:Transparent;
    margin-left: 15px;
    position: relative;
}
#columnleft
{
	width: 740px;
	background: #FFF;
    float: left;
    position: relative;
}

#columnright
{
	width:210px;
	background:Transparent;
	/*background: #FFF;*/
    float: right;
    position:relative;
}
.leftblock
{
	padding:10px;
}
.rightblock
{
    padding:10px 0px 10px 10px;
    margin-bottom: 10px;
    /*background: #FEFFAB url(images/background_columnright.gif) repeat-y;*/
   position: relative;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear:both;
    visibility:hidden;
}

#adminContainer
{
	width: 960px;
	background: #FFF;
    margin-left: 15px;
    /*position: relative;*/
}
.adminPadding
{
	padding:10px;
}

/* A full width block on the page */

.fullwidth
{
    /*border: 1px solid #FF0000;*/
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #BBB;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  float:right;
  /*margin-top:5px;
  margin-bottom:5px;*/
  /*position: relative;*/
}
.actionbuttons a 
{
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
}
.actionbuttons a:link, .actionbuttons a:visited
{
	color:#000;
	/*color:#C89F3D;*/
}
.actionbuttons a:hover, .actionbuttons a:active
{
	color:#333;
	/*color:#A45521;*/
}

/************************************************************************
* Home page section
*************************************************************************/
#HomeContent
{
	display:inline;
	float:left;
	width:470px;
}
/*
.homePadding
{
	padding-right:10px;
}
*/
#CoachsCorner
{
	display:inline;
	float:right;
	width:240px;
	border:solid 1px #E8E8E8;
	background-color:#F5F5F5;
}
#titleBarCC
{
	width:238px;
	height:21px;
	background:url(images/titleBarCC.gif) repeat-x;
	color:#FFF;
	line-height:20px;
	text-indent:10px;
	margin:1px;
}
#infoCC
{
	padding:10px;
}
#infoCC p
{
	line-height:14px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:10px;
}
#infoCC .coach
{
	display:inline;
	border:solid 1px #609b30;
	float:right;
	margin-left:10px;
}
.readmore
{
	padding-left:10px;
}
.eventSeparator
{
	height:10px;
	clear:left;
}
/************************************************************************
* Calendar specific formatting 
*************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #DBDB79;*/
    width: 100%;
    /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    /*border: 1px solid #000000;*/
    /*border-collapse:separate;*/
}

.dayNumber
{
    float: right;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    clear: none;
    padding: 1px;
}

.calcurrentmonth
{
    background:#FFFFFF;
    /*border: solid 1px #FF0000;*/
    border-collapse:separate;
}
.calothermonth
{
    background-color: #F5F5F5;
    /*border:solid 1px #00FF00;*/
}
.calcurrentday
{
    background:#d3e4d0 url(images/gatorHead.gif) no-repeat center bottom;
    /*border:solid 1px #000;
    border-collapse:collapse;*/
}
.calcurrentday .dayNumber
{
	background:#FFF;
	border-bottom: 1px solid #609b30;
    border-left: 1px solid #609b30;
    color: #609b30;
    font-weight:bold;
}
.calweekend
{
    background-color: #FFFFFF;
    /*border:solid 1px #000;*/
}

.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #DDD;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
    border-collapse:collapse;
    /*border-spacing: 5px;*/     
}

/************************************************************************
* Next / previous specific formatting 
************************************************************************/

.nextlink
{
	float:right;
    /*position:absolute;
    right:0;*/
    /*padding-right:15px;    */
}



/************************************************************************
* Global formatting
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.rightblock img
{
	margin-bottom:10px;
	border:none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}
.controlPanel
{
	position:relative;
}
.spacer
{
	height:20px;
}
.button
{
	cursor:pointer;
}

/************************************************************************
* Image functionality
************************************************************************/

.photo
{
    /*background: #609b30 url(images/background_thumbnail.jpg) repeat-x center;*/
    border: solid 1px #609b30;
}

.picture
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* List type pages
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:465px;
}
.listitemLarge
{
    margin:0px 0px 0px 0px;
    width:720px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: left;
    margin-right:10px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:both;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #EFEFEF;
    border: 1px solid #47669b;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* Compact Event list
************************************************************************/
/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

/************************************************************************ 
* Rollover buttons
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    /*background: url(/images/background_button_small.gif) repeat-x;*/
    /*border: none;*/
    position:relative;
    color: #47669b;
    height: 22px;
    font-weight: bold;
    font-size: 9px;
	padding:0px;
	margin:0px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
	color:#738FBF;
    text-decoration: none;
    /*background: url(images/background_button_small-ovr.gif) repeat-x;*/
}

/************************************************************************
* Page specific 
************************************************************************/

/* even dowload button */
.downloadevent
{
	float:right;
}
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
}



/************************************************************************
* Photo selection controls
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #47669b;
}

.selected
{
     background: #738FBF;
     border: solid 1px #47669b;
     color: #FFF;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

.btnPrevNext
{
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

/************************************************************************
* Forms
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/************************************************************************
* Login banner
************************************************************************/
.txtInput
{
	width:200px;
	height:14px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-bottom:3px;
	padding-bottom:0px;
}

/************************************************************************
* Directions section
************************************************************************/
.directionsTable
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-left:75px;
	margin-top:10px;
}

/************************************************************************
* list of feature views
************************************************************************/
.listViews
{
	margin-bottom:10px;
}

/************************************************************************
* PNG fix for IE 6
************************************************************************/
.IEfix
{
	position:relative;
	z-index:1;
}

/************************************************************************
* Roster Section 
************************************************************************/
#photoUploadModule
{
	width:404px;
	float:right;
}
#photoPreview
{
	width:204px;
	height:240px;
	/*border:solid 1px #FF0000;*/
	margin-right:10px;
	text-align:center;
	float:left;
}
.playerHeader
{
	background:#47669b;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	/*position:relative;*/
}
.playerYear
{
	width:100px;
	color:#FFF;
	font-size:11px;
	text-align:right;
	line-height:18px;
	float:right;
	padding-right:10px;
}
.leftColumn
{
	width:200px;
	float:left;
}
.leftColumn p
{
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
}
.rightColumn
{
	width:500px;
	line-height:22px;
	float:right;
}
.clearRight
{
	height:0px;
	clear:right;
}
.clearBoth
{
	height:0px;
	clear:both;
}

/************************************************************************
* Content Editor styles
************************************************************************/
.ButtonPanel
{
	margin-top:5px;
	margin-bottom:5px;
	float:right;
}

/************************************************************************
* Stats sections
************************************************************************/
pre
{
	font-size:11px;
	/*font-family:Arial;*/
	/*font-weight:bold;
	color:navy;
	white-space:pre;*/
}

/************************************************************************
* Wallpaper sections
************************************************************************/
.smallhyperlink
{
	font-size:9px;
	white-space:nowrap;
}


/************************************************************************
* general content list items
************************************************************************/
.leftblock ul
{
	
}
.leftblock li
{
	margin-top:10px;
}
