/*Priority
1. Inline style (inside HTML element)
2. Internal style sheet (inside head section)
3. External style sheet
4. Browser default
*/

/* Generic Selectors http://www.w3schools.com/tags/ */

abbr{

}

address{

}

area{

}

article{

}

aside{

}

audio{

}

b{

}

base{

}

bdi{

}

bdo{

}

blockquote{

}

body{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #333333;
    background-color: #F9F9F9
}

li{
    list-style-type: none;
    line-height: 150%;
/*    list-style-image: url(../images/arrowSmall.gif);*/
}

h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
	text-align: center;
}

h2{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000000;
    /*border-bottom: 1px solid #C6EC8C;*/
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	width: 100%;
}

/*Team names in cells*/
h6{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	display: inline;
}

/*Game times in cells*/
h7{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	display: inline;
}

footer{
	font-size:75%;
	text-align:center;
	position: fixed;
	width: 100%;
	bottom: 0;
}

form{
	text-align: left;
}

p{
	display: inline;
}

div#tos{
	height:200px;
	width:960px;
	border:1px solid #ccc;
	font:16px/26px Georgia, Garamond, Serif;
	overflow:auto;
	margin-left: auto;
	margin-right: auto;
}

/*Classes*/
.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.centerSubmit{
	text-align: center;
}

.event-Table{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;	
}

.event-Table th, td {
  border: 1px solid black;
}

/*Table center*/
.tc{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

.tc-70{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	width: 70%;
/*	table-layout: fixed;*/
}

/*Pseudo classes, following are the codes:*/
a:link{
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}

a:visited{
    color: #00CC00;
    text-decoration: underline;
    font-weight: bold;
}

a:hover{
    color: #FF0000;
    font-weight: bold;
	/*padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;*/
}

a:active{
/*    color: ;*/
    font-weight: bold;
}

li:link{
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}

li a:visited{
    color: #00CC00;
    text-decoration: none;
    font-weight: bold;
}

li a:hover{
    display: block;
    color: #FF0000;
    font-weight: bold;
/*    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C6EC8C;*/
}

/*ID's:*/
#headermenu{
 	font-weight: normal;
	font-size: 75%;
	width: 100%;
	padding-bottom: 50px;
}

#conf{
	text-align: center;
	padding: 10px;
}

#login{
	text-align: center;
}

#forgotpw{
	text-align: center;
}

#CalDetailTable{
	
}

#MobileCarrierName{
	
}

.column-calName{
	min-width: 30px;
	width: 25%;
	text-align: left;
}

.column-calDesc{
	min-width: 20px;
	width: 35%;
	text-align: left;
}

.column-calPrivacy{
	min-width: 10px;
	width: 7%;
	text-align: center;
}

.column-calFileHeader{
	min-width: 15px;
	width: 14%;
	text-align: center;
}

.column-calFileView{
	min-width: 4px;
	width: 5%;
	text-align: center;
}

.column-calFileDownload{
	min-width: 8px;
	width: 9%;
	text-align: center;
}

.column-calLinks{
	min-width: 10px;
	width: 6%;
	text-align: center;
}

.column-calLinksGoogle{
	min-width: 8px;
	width: 6%;
	text-align: center;
}

.column-calLinksLink{
	min-width: 8px;
	width: 5%;
	text-align: center;
}

.column-datetime{
  text-align: center;
}

.column-eventTitle{
	text-align: left;
}

.column-eventDatetime{
	text-align: left;
}

.column-eventLocation{
	text-align: left;
}

.column-editHeader{
	text-align: center;
}

.column-editDetail{
	text-align: center;
}

.input-user{
	width: 15em;
}

.input-title{
	width: 37.5em;
}

.input-description{
	width: 37.5em;
}

.datetime-local{
	width: 37.5em;
	min-width: 37.5em;
}

.input-geocoords{
	width: 37.5em;
}

.input-location{
	width: 37.5em;
}

.input-url{
	width: 37.5em;
}

.user-firstname{
	width: 17em;
}

.user-lastname{
	width: 17em;
}

.user-email{
	width: 17em;
}

.user-password{
	width: 17em;
}

.user-phone{
	width: 17em;
}

.user-carrier{
	width: 17.5em;
}

.user-checkbox{
	
}

/*----- Tabs -----*/
.tabs{
    width:100%;
    display:inline-block;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after{
	display:block;
	clear:both;
	content:'';
}

.tab-links li{
	margin:0px 5px;
	float:left;
	list-style:none;
}

.tab-links a{
	padding:9px 15px;
	display:inline-block;
	border-radius:3px 3px 0px 0px;
	background:#f9f9f9;
	font-size:16px;
	font-weight:600;
	color:#000000;
	transition:all linear 0.15s;
}

.tab-links a:hover{
	background:#a7cce5;
	text-decoration:none;
}

li.active a, li.active a:hover{
	background:#7fb5da;
	color:#000000;
}

/*----- Content of Tabs -----*/
.tab-content{
	padding:15px;
	border-radius:3px;
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
	background:#f9f9f9;
}

.tab{
	display:none;
}

.tab.active{
	display:block;
}
