/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body
{font:13px/1.231 "Lucida Grande",Lucida,arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}
select,input,button,textarea{font:99% "Lucida Grande",Lucida,arial,helvetica,clean,sans-serif;outline: none;}
select,textarea{ width: 180px;}

table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace; font-size:108%;line-height:100%;}
a
{
  color: #524f46;
  outline: none;
}

body
{
  font: 14px "Lucida Grande", Lucida, arial, sans-serif, Verdana, sans-serif;
  background-color: #eeeeee;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: none;
}

#header
{
  display: block;
  width: 100%;
  height: 147px;
  background: url(../../images/old/bg-header.png) no-repeat white left top;
}

#content
{
  padding: 10px;
  padding-top: 0;
}

#menu
{
  margin-top: 4px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 10px;
  padding-left: 10px;
  background-color: #fff;
}

#menu li
{
  display: block;
}

#header h1
{
  height: 70px;
  width: auto;
  margin: 0px;
}

#header h1 a {
  display: block;
  width: 250px;
  height: 70px;
  margin-left: 125px;
  background: url(../../images/old/logo.png) no-repeat left center;
}

#header h1 img
{
  display: none;
}

#content .content {
  width: auto;
  margin: 0 auto;
}

#content h1
{
}

#content h1 a
{
}

#content ul li
{
  list-style-position: inside;
}

#footer
{
}

#footer .content {
}

#footer a
{
  color: #77766F;
}

#footer ul
{
  display: inline;
}

#footer li
{
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footer li a
{
  text-decoration: none;
}

#footer li a:hover
{
  color: #000;
  text-decoration: underline;
}

#footer .symfony,
#footer .centresource
{
  font-family: arial,sans-serif;
  font-size: 80%;
  float: right;
  color: #666;
}

#footer .centresource
{
  clear: both;
  margin-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  bottom: -30px;
  right: 5%;
  color: #adbcc3;
  font-size: 90%;
}

#footer .centresource a
{
  color: #b2c0c6;
  text-decoration: none;
}

#footer .centresource a:hover
{
  color: #fff;
}

#footer .symfony img
{
  vertical-align: middle;
}

#footer form {
  margin: 10px 0;
  color: #5f6364;
}

.help
{
  color: #B5B5B5;
  font-size: 80%;
  font-style: italic;
}

.search .help {
  color: #fff;
}

.error_list
{
  color: red;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

#user_info ul li
{
  list-style: none outside none;
}

#logo
{
  float: left;
  text-align: left;
}

#user_info
{
  padding: 10px;
}

#user_info .profile
{
  color: #3663b3;
  font-weight: bold;
}

#user_info .login
{
  color: #5a8bc9;
}

.sf_admin_actions input[type="submit"], .sf_admin_filter input[type="submit"]
{
  font-size: 12px;
  background-color: #FFA616;
}
.box_rotate {
     -moz-transform: rotate(270deg);  /* FF3.5+ */
       -o-transform: rotate(270deg);  /* Opera 10.5 */
  -webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
}
