/*--------------------------
Vet Connect STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Blaine Transue - blaine@wildfireweb.com
CREATED: 020309
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/vetconnnect/css/slatesblogs.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
/* background: transparent url(/templates/vetconnect/images/flag2.gif); */
background: #eee;
}

a {
color: blue;
text-decoration: none;
}

a:hover{
color: blue;
text-decoration: underline;
}

a:visited {
color: blue;
text-decoration: none;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

#wrapper{
font-size: 1.2em;
margin: 1em auto 0;
padding: 10px 0 10px 0;
border-top: 20px solid #210234;
background: #fff;
border-bottom: 14px solid #999;
position: relative;
width: 940px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;

}
#header{
margin: 0 0 0 0;
padding: 0 20px 0 20px;
position: relative;
width: 900px;
overflow: hidden;
}

#headertitle{
position: relative;
height: 200px;
width: 910px;
margin: 0 15px;
padding: 0;
color: #666;
overflow: hidden;
}

p.clearboth{
clear: both;
}

#container{
/* position: relative; */
margin: 2em 0 0 0;
padding: 0;
/* border-top: 5px dotted #eeeeee; */
/* border-top: thin #000; */
}

#content{
margin: 0 0 0 0;
padding: 0 0 0 10px;
position: relative;
z-index: 1;
width: 700px;
overflow: hidden;
}

/* NAVIGATION */

#nav{
float: left;
/* position: relative; */
margin: 1em 1.0em 0 0;
padding: 0 .5em 1.0em .5em;
width: 14em;
background:#fff;
}

ul#tabs{
margin: 0;
padding: 5px;
list-style: none;
}

ul#tabs li{
font-size: 1.2em;
padding: 0;
margin: 0;
font-weight: 700;
font-family:Arial, Helvetica, sans-serif;
position: relative;
width: 11em;
border-bottom: 1px solid #999999; 
}

/* unselected tab */
ul#tabs li a {
text-decoration: none;
color: #999;
display:block;
padding: 4px;
margin: 0;
}

/* selected tab in edit mode */
ul#tabs li span {
color: #000;
display:block;
background:#fff;
padding: 4px;
margin: 0;
}

/* selected tab in preview mode */
ul#tabs li a span {
color: #000;
display:block;
background:#fff;
padding: 0;
margin: 0;
}

ul#tabs li a:hover{
color: #000;
}

ul#tabs li.tab_2{
padding: 0.1em 0 0.1em 1em;
margin: 0;
font-weight: 400;
font-size: 1.1em;
border: none;
}

ul#tabs li.tab_2:hover{
padding: 0.1em 0 0.1em 1em;
margin: 0;
font-weight: 400;
font-size: 1.1em;
text-decoration: underline;
}

ul#tabs li.tab_2 span{
text-decoration: underline;
}

/* CONTENT */

#toptitle{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
color:#1d2234;
height:25px;
width:860px;
text-align:center;
line-height: 1.2;
}



#title1{
font-family:verdana;
font-size:1.4em;
color:#1d2234;
font-weight:700;
font-style:italic;

}

/*Left Sidebar*/

#leftsidebar{
clear: left;
float: left;
position: relative;
margin: 0.5em 1em 0 0;
padding: 1em 1em 0 .5em;
width: 14em;
background-color:#fff;
}

/* FOOTER */

#footer{
padding: 0;
color: #666;
font-size: 0.9em;
width: 860px;
margin: 4.0em 0 0 4.0em;
}

#footer a{
color: #999;
}

#footer a:hover{
color: #f90;
}

#loginform {
position:relative;
height: 2em;
overflow:hidden;
}

#cal_events {
display: none;
}