﻿/*----------------------------------------------------------
The base color for this template is #fff. If you'd like
to use a different color start by replacing all instances of
#fff with your new color.
----------------------------------------------------------*/
body
{
	/*background: #DFDBD3 url(images/bg.gif) top left repeat-x;
	color: #4C4C4C;*/
    font-size: .75em;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin: 0 0 0 0;
    padding: 0;
    color: #696969;
    background: #fff;
}

a:link
{
    color: #646263;
    font-weight:bold;
    text-decoration: underline;
}
a:visited
{
    color: #646263;
}
a:hover
{
    color: #E59B1A;
     font-weight:bold;
    text-decoration: none;
}
a:active
{
    color: #646263;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #646263;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    color: #ccc;
}
h4
{
    font-size: 1.1em;
    color: #71ADEA;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    background-repeat:no-repeat;
    background-position:top;
        
 
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #646263;
    padding: 0 0 0 50px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #ccc;
    border: none;
    line-height: 2em;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 32px !important;
}


#main
{
   padding: 0px 30px 200px 30px;
    background:#fff url('images/yeahwon4.jpg') no-repeat;
     min-height:900px;
    margin-bottom: 30px;
    vertical-align:top;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */

}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#extraDiv1{
	position:fixed;
	top:50px;
	width:50px;
	height:433px;
	left:50%;
	/*margin-left:-542px; for left margin */
	margin-left:502px;
	
	}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #d8d5ce solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
   
    
}

ul#menu li
{
    display: inline;
    list-style: none;
 
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #d8d5ce;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
     /*background:#fff url('images/b_home_on.gif') no-repeat;*/
    color: #646263;
}

ul#menu li a:hover
{

    text-decoration: none;
     color: #FFA100;
   

}

ul#menu li a:active
{
    /*background-color: #a6e2a6;
    text-decoration: none;*/
}

ul#menu li.selected a
{
    background-color: #d8d5ce;
    color: #646263;
}


#homecenter
{
	border:solid 2px;
	position:relative; 
	top:auto;
    float:right;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
/* partial view layouts */
/* BEGIN AS Standard Module Layout */
.standardlist 
{
    padding: 30px 30px 15px 30px;
    width:300px;
    margin-bottom: 30px;
    /*border:dashed 2px #ccc;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.widelist 
{
    padding: 30px 30px 15px 0px;
    width:450px;
    margin-bottom: 30px;
    /*border:dashed 2px #ccc;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
		
.standardimg{
		float:left;
		display:inline;
		margin-right:15px;
		margin-bottom:0px;
		}	

.standardtext{
font:12px Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#51514c;
		

}

.standardtitle {
font:18px Trebuchet MS, Arial, Helvetica, Sans-Serif;
color:#71ADEA;
font-weight:bold;
		
} 

.standardtitle a{
color:#71ADEA;
text-decoration:none;
font-weight:bold;
}

.standardtitle a:hover{
text-decoration:underline;
font-weight:bold;
}
/* END standard module layout*/



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"] 
{
    border: 1px solid #CCC;
    background:#FFA100;
    font-weight:bold;
    padding:5px 5px 5px 5px;

}

select 
{
    border: 1px solid #CCC;
}
/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #eee;
  border-collapse: collapse;
  background-image:url('images/events-bg.gif');
}

table td 
{
  padding: 5px;   
  border: solid 1px #eee;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:5px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* overlay */
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
   /* styling */ 
    background-color:#000; 
    padding:15px 15px 15px 15px;
   
    width:500px;    
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* some styling for triggers */
#triggers {
	
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#d8d5ce;
	border:1px solid #ccc;
	padding:2px;
	vertical-align:top;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


div.image {
height: 60px;
width: 90px; 
overflow: hidden; 
border: 2px solid #d8d5ce;
vertical-align:middle;
}

div.tooltip {
	background-color:#ccc;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#333;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}


form {margin: 0px; padding: 0px; display: inline;}



#uiNav ul
{

padding-left: 0px;
}

#uiNav li
{

display: inline;
list-style-type: none;
padding-left: 0px;
padding-right: 20px;
padding-top:10px;
padding-bottom:5px;
width:150px;
}



/* overlay */
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
   /* styling */ 
    background-color:#fff; 
    padding:15px 0px 15px 15px;
   
    width:600px;    
    min-height:200px; 
    border:6px solid #ccc; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 4px #ccc; 
    -webkit-box-shadow: 0 0 90px #ccc;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url('images/close.png'); 
    position:absolute; 
    right:-22px; 
    top:-32px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:441px; 
    overflow-y:auto;
}


#display {
	float:right;
	width:650px;
	padding:10px;
	border: solid 1 #ccc;
}

#sidebar {
	float:left;
	width:200px;
	padding:10px;
}


#searchbutton
{
	background:#CCCCCC url('images/b_search_icon.gif') no-repeat;
	width:61px;
	
	}
	
	
	
#uiNav ul
{

padding-left: 0px;
}

#uiNav li
{

display: inline;
list-style-type: none;
padding-left: 0px;
padding-right: 20px;
padding-top:10px;
padding-bottom:5px;
width:150px;
}


/* SIDE NAV
   -------------------------------- */
#SideMenuTabs{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
font-size:11px;

}

#SideMenuTabs li {
color: #666;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border-color:#ccc #ccc #ccc #ccc; /*light dark dark light*/
background-color: #fff;
text-decoration:none;

}

#SideMenuTabs li a{
color: #5B90C6;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#ccc #ccc #ccc #ccc; /*light dark dark light*/
background-color: #fff;
text-decoration:none;
/*background: url(images/icons/bullet_blue.png) no-repeat left center;*/
	padding-left: 10px;
	line-height: 16px; /* To center the text vertically with the icon */
}


#SideMenuTabs li a:visited{
color: #5B90C6;
}

#SideMenuTabs li a:hover{
color: black;
border:0px;
background: url(images/nav/nav-arrow-r.gif) no-repeat right; padding-right:18px;
background-color: #f8a332;
padding-left: 10px;
line-height: 16px; /* To center the text vertically with the icon */
}

#SideMenuTabs li a:active{
color: black;
background-color: #f8a332;
}


#SideMenuTabs li.SideTabOn { color: black;
border:0px;
background: url(images/nav/nav-arrow-r.gif) no-repeat right; padding-right:18px;
background-color: #eee;
padding-left: 10px;
line-height: 16px; /* To center the text vertically with the icon */
}
