@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg2.jpg);
}

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border-spacing:0px;
    *border-collapse: collapse; /* hack is needed for IE7 also */
	}
	
td {
	*position: relative;
}
a {
	font-weight: bold;
	text-decoration: none;
	}

legend {
	border: 1px solid lightgray;
	padding: 5px;
	font-weight: bold;
	background: white;
	}

h1 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	font-weight:bold;
	color:#3399FF;
}


fieldset {
	border: 1px solid lightgray;
	}

	
input[type="text"]:focus {
	border: 2px solid darkblue;
	}

input[type="password"]:focus {
	border: 2px solid darkblue;
	}
	
/**********************/
/*********Menu*********/
/**********************/

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:800px;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/gradient.png) repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url(../images/gradient.png) no-repeat top right;
	}
ul#menu li a:hover{
	background:#66FF66;
	background:transparent url(../images/hover.png) no-repeat top right;	
	}
		
/**********************/
/*********Tabs*********/
/**********************/

ul#tabs {
	list-style:none;
	margin:0px;
	padding:0px;
	height:25px;
	background:white;
}

ul#tabs li {
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;   
	float:left;
	margin:0 5px;
	height:23px;
	text-align:center;
	color:black;
	position:relative;
	width:auto;
	border:1px solid black;
	top:1px;
	background:#00CBF3;
	font-weight:bold;
}

ul#tabs li:hover {
	border-bottom:1px solid black;
	background:#00CC33;
}

ul#tabs a {
	display:block;
	height:100%;
	text-decoration:none;
	color:black;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/**********************/
/*******SideTabs*******/
/**********************/

ul#sidetabs {
	list-style:none;
	margin:0px;
	padding:0px;
	height:25px;
	background:white;
}

ul#sidetabs li {   
	float:none;
	margin:5px;
	height:25px;
	text-align:center;
	color:black;
	position:relative;
	width:94px;
	border:1px solid black;
	top:1px;
	background:#00CBF3;
	font-weight:bold;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

ul#sidetabs li:hover {
	border-right:1px solid black;
	background:#00CC33;
}

ul#sidetabs a {
	display:block;
	height:100%;
	text-decoration:none;
	color:black;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body#about li#tab20,
body#support li#tab21,
body#terms li#tab22,
body#privacy li#tab23,
body#contact li#tab24 {
	background: white;
    border-right: 1px solid white;
    }

/**********************/
/******EndSideTabs*****/
/**********************/


body#gettingstarted li#tab0,
body#demos li#tab1,
body#tutorials li#tab2,
body#myprofile li#tab10,
body#formalintroductions li#tab11,
body#receptionagenda li#tab12,
body#playlists li#tab13,
body#eventmanager li#tab20,
body#clientmanager li#tab21,
body#sitemanager li#tab22 {
	background: white;
    border-bottom: 1px solid white;
    }

ul#tabs span {
	display:block;
	padding:4px 10px 0 10px;
}
    
iframe {
	border:1px solid black;
    }

.noborder {
	border:0px;
    }
   
.tabcontent {
	background: white;
    padding: 10px 5px 10px 5px;
    }
	
.main {
	border: 2px solid #990000;
	padding: 5px;
	}
	
.header,
.headerleft,
.headerright {
	background:#999999;
	font-weight:bold;
	padding:3px;
	}
.headerleft {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	}
.headerright {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}		

.smartlistborder{
	border:2px solid #00BAF2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	}
    
.smartlistcontents{
	background-color:#00BAF2; 
	background-position:bottom; 
	background-repeat:no-repeat; 
	margin:2px; padding-top:10px; 
	padding-bottom:10px; 
	padding-left:5px; 
	padding-right:5px;
	}


.green{
	border:2px solid #00CC33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}

.blue{
	border:2px solid #00BAF2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}

.red{
	border:2px solid #CC0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}

.logout a{
	color:white;
	font-weight:bold;
	}

.bullet {
	font-weight: bold;
}
.rss {
	padding: 10px;
	border: 0px;
	background: white;
}
.info {
	font-size:small;
	font-weight: bold;
	color: black;
	}	

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
