/* Styles for SQL Server FAQ */


body {

	padding-bottom: 50px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	line-height: 20px;*/
	margin: 0px;
	background-image:url(images/topfade.jpg);
	background-position:top;
	background-repeat:repeat-x;

	text-align: left;
	}

#container {
    height:auto;
    position:relative;
    float:none;
    margin: 0 auto;
    width: 98%;
}

#header {
	position: relative;
	float: left;
	width: 99%;
	height: 94px;
	border-bottom: 3px solid #203050;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/header.png) repeat-x;
}

#logo {
	position: relative;
	float: left;
	height: 59px;
	width: 435px;
	margin-left: 10px;
	margin-top: 17px;
/*	background: url(../images/logo.png) no-repeat;*/
	cursor: pointer;
}


#content {
	position: relative;
	float: left;
	width: 99%;
}


#l1 {
	position: relative;
	float: left;
	width: 20%;

}

#m1 {
	position: relative;
	float: left;
	width: 56%;
	margin-left: 2%;
}

#m1 img{
/*	padding:15px;*/
}

#r1 {
	position: relative;
	float: left;
	width: 19%;
	margin-left: 2%;
}



.box {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0;
	background: url(../images/curve-l1.png) repeat left top;
	padding-left: 2px;
}

.boxm {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0;
	background: url(../images/curve-l1.png) no-repeat left top;
	padding-left: 2px;
}



.box2 {
	position: relative;
	float: left;
	width: 100%;
	height: 51px;
	margin: 0;
	margin-bottom: 20px;
	background: url(../images/bottom-left.png) no-repeat left bottom;
	padding-left: 2px;
}

.box2 p {
	background: url(../images/bottom-right.png) no-repeat right bottom;
	padding: 10px;
}

.boxmain {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	background: url(../images/main-l1.png) no-repeat;
}

.boxmain p {
	position: relative;
	float: right;
	height: 19px;
	background: url(../images/main-r1.png) no-repeat right;
	left: 2px;
	margin: 0px;
	padding: 15px;
}

.controls {
	margin: 0;
	position: relative;
	float: right;
	height: 31px;
	padding-top: 10px;
}


/* class used for each col as its repeated vertically when it is needed */

.leftcol 
{
    margin-bottom:20px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 200px;
	border: 1px solid #999;
/*	background-color: #798295;*/
}

.leftcol ul {
/*	padding: 5px;*/
/*	padding-right: 20px;*/
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}

.leftcol li {
	margin-bottom: 0px;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right:10px;
	font-size: 12px;
}

.leftcol a:hover li {
	background-color: #d7cbcd;
	text-decoration: underline;
}

.leftcol p {
	background-color: #fff;
}


.middlecol {
	position: relative;
	float: left;
	width: 100%;
    	
/*	min-height: 200px;*/
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	left: 0px;
	
	padding-top: 20px;

}

.middlecol p 
{
    padding-left: 20px; padding-right:20px;
}

.middlecol a:link {
	text-decoration: underline;
}
.middlecol a:visited {
	text-decoration: underline;
}
.middlecol a:hover {
    color: Red;
	text-decoration: underline;
}




.rightcol {
    margin-bottom:20px;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #999;
	padding-bottom: 5px;
}

.rightcol table {
/*	padding: 5px;*/
/*	padding-right: 20px;*/
	margin: 5px 10px 5px 10px;
	list-style-type: none;
}

.rightcol tr {
	margin-bottom: 0px;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right:10px;
	font-size: 12px;
}

.rightcol p {
	padding-bottom: 0px;
}

/* links for the right coloumn */
/*
#r1 a{
	color: #202f4f;
	text-decoration: none;
}
#r1 a:hover {
	color: #663333;
	text-decoration: underline;
}
*/

.eventlisttitle
{
    /*font-weight: bold;*/
    color: #3399FF;
    font-family: Arial;
}

.eventlistdetail 
{
    padding-bottom: 10px;
}    
.eventlistdetail a:link
{
    color: #000080;
    font-family: Arial;
}
.eventlistdetail a:visited
{
    color:  #000080;
    font-family: Arial;
}
.eventlistdetail a:hover
{
    color:  #000080;
    font-family: Arial;
    text-decoration: underline;
}


.infolisttitle
{
    /*font-weight: bold;*/
    color: #3399FF;
    font-family: Arial;
    font-size: larger;
}
.infolisttitle a:link
{
    color: #800000;
    font-family: Arial;
}
.infolisttitle a:visited
{
    color:  #800000;
    font-family: Arial;
}
.infolisttitle a:hover
{
    color:  #800000;
    font-family: Arial;
    text-decoration: underline;
}

.infolistdetail 
{
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
}    




/* Navigation links */
.nav {
	background: url(../images/nav-space.png) no-repeat left top;
}

.nav a{
	position: relative;
	float: right;
	text-align: center;
	color: #fff;
	text-align: center;
	display: block;
	height: 30px;
	width: 70px;
	padding-top: 70px;
}

.nav a:link {
	color: #fff;
	text-decoration: none;
	display: block;
}

.nav a:visited {
	color: #fff;
}

.nav a:hover {
	background: url(../images/nav-blue.png) repeat-x;
}




/* typeography */
/*
h1 {
	position: relative;
	top: -999px;
	padding: 0px;
	margin: -10px;
}
*/

/*
h2
{
    display: block;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 0px;
    font-size: small;
    margin-bottom: 0;
}
*/
h1 
{
    font-size: large;
}

h2.heading {
    display: block;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 0px;
    font-size: small;
    margin-bottom: 0;

	background: url(../images/curve-r1.png) no-repeat right top;
	margin: 0;
	padding-top: 5px;
}

h2.heading2 {
    display: block;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 0px;
    font-size: small;
    margin-bottom: 0;

	background: url(../images/curve-r1.png) no-repeat right top;
	margin: 0;
	padding-top: 5px;
}

h3 {
	font-weight: normal;

}

h3.summary {
	background-color: #ccc;
	margin-left: 15px;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	width: 130px;
	margin-top: 15px;
	margin-bottom: 0;
}

p.summary {
	border-bottom: 1px solid #ccc;
}

h3.author {
	padding-left: 15px;
	margin-top: 0px;
	font-size: 0.9em;
}

.name {
	color: #663333;
}

p {
	font-size: 0.9em;
}

/* styles for general links */ 

a:link {
	color: #1f2e4d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a:visited{
	color: #1f2e4d;
	text-decoration: none;
}




/* footer list */

.footer {
	font-size: 10px;
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	float: right;
	padding-top: 25px;
}

.footer a:link {
	color: #fff;
}

.footer a:visited {
	color: #fff;
}

#footer 
{
    margin-left:10px;
	position: relative;
	float: left;
	width: 98%;
	height: 60px;
	background: url(../images/header.png) repeat-x;
	margin-top: 10px;
}


.chatview 
{
    margin: 5px;
    padding: 0px;
    /*overflow-y: scroll;
    overflow:auto;
    max-height:350px;*/
}

.chatpost
{
     margin: 5px;
     margin-right:12px;
     margin-bottom:0px;
     padding: 5px;
}

.chatname 
{
    font-size: x-small;
    font-weight:bold;
    color:red;
}
.chatwhoson
{
    font-size: x-small;
    font-weight: bold;
    color: #008080;
    padding-left:5px;padding-right:5px;padding-top:5px;
}
.chatmsg
{
    font-size: x-small;
    color:blue;
    margin-bottom:5px;
}
.ticker 
{
    margin-left: 0px; 
    margin-right:20px; 
    margin-bottom:8px; 
    text-align:left; 
    border-style:none;
    height:100px;
}
#upTicker {
    border-style: none; 
}
fieldset {
    border-style: none; 
}

.expandcollapse 
{
    border-style: solid;
    border-width: 1px;
    margin-left:5px;margin-right:5px;
    padding-left:2px;padding-right:2px;
    text-decoration: none;
}



.EventCols 
{
     padding-right:10px;
   
}
