body {
  background: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  padding: 0px;
  text-align: left;
}

h1, h2, h3, h4, h5 {
    margin:0;
}

h1
{
    font-size: 16px
}

a:hover {
	text-decoration:none;
}
a {
	color:#3B5998;
        font-size: 12px;
	text-decoration:none;
}

.facebookbutton {
    background-color:#3B5998;
    border-color:#D9DFEA;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    font-family:tahoma;
    font-size:11px;
    padding:2px 15px 3px;
    text-align:center;
}

.command_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-weight:bold;
	font: 11px Arial;
	padding: 3px; padding-left:26px; padding-right:26px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top:3px;
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #637BAD;
	background: -webkit-gradient(linear, left top, left bottom, from(#637BAD), to(#0078a5));
	background: -moz-linear-gradient(top,  #637BAD,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#637BAD', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.faceconn_button {
    background-color: #37629A;
    background: -moz-linear-gradient(center bottom , #37629A, #517EC7);
    background: -webkit-gradient(linear, left top, left bottom, from(#37629A), to(#517EC7));
    background: -ms-linear-gradient(bottom, #37629A 50%, #517EC7 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#37629A', endColorstr='#517EC7');
    border: 1px solid #1e5181;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Arial
    font-size:14px;
    font-weight: normal;
    height: 27px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}


.contentdiv {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	padding:10px;
	width:605px;
}

.menudiv {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	text-align: center;
	padding: 7px; padding-left:26px; padding-right:26px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	vertical-align:middle;
	width:141px
}

.menudiv:hover {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ededed));
	background: -moz-linear-gradient(top,  #eee,  #ededed);
	padding: 7px; padding-left:26px; padding-right:26px;
	
}

.menudiv_active {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaaaaa));
	background: -moz-linear-gradient(top,  #ccc,  #aaaaaa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa');
	text-align: center;
	padding: 7px; padding-left:26px; padding-right:26px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	vertical-align:middle;
	width:160px;
}

.menulink
{
    color:437AAA;
    font-size:12px;
}

.menulink_active
{
    color:green;
    font-weight:bold;
    font-size:12px;
}
