/* @override 
	http://localhost/usvn-new/medias/usvn/stylesheets/new.css
	http://localhost/usvn-hook/css
*/

/*
   new.css
   USVN
   
   Created by Zak on 2009-04-03.
   Copyright 2009 USVN Team. All rights reserved.
*/

/* @group global */

* {
  padding: 0px;
	margin: 0px;
}

html {
	background: #ffffff;
	height: 100%;
	margin-bottom: 0px;
}

body {
	color: #000000;
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

fieldset {
	border: 1px dotted #CCCCCC;
}

li, p {
	font-size: 14px;
	list-style-type: none;
	text-align: middle;
}

img {
	border: none;
}
 
a {
	color: #100076;
	text-decoration: none;
}

a:hover {
	color: #0D62B9;
	text-decoration: none;
}

ol {
  padding-left: 50px;
}

h3 {
	color: #2ABBF5;
	margin-bottom: 5px;
	padding-top: 15px;
}

#profile input {
	line-height: 15px;
	margin: 2px 0 8px 0;
}

label {
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}

.error {
	color: red;
}

.warning {
	color: orange;
}

div.error {
	background-color: #F88;
	color: black;
}

div.warning {
	background-color: orange;
}

div.success {
	text-align: center;
	color: green;
	font-weight: bold;
	padding: 10px;
	margin: 2px auto;
}

div.error, div.warning {
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 2px auto;
	border: 2px solid #444;
}

/* @end */

/* @group Header */
#header {
	background: #172933 url('/i43/medias/usvn/images/header_bg2.png') repeat-x;
	min-height: 124px;
}
 
#header #shaddow {
	min-height: 124px;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('/i43/medias/usvn/images/header_back.png') no-repeat 0px 0px;  
}
 
#header #shaddow #header-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
 
#header #shaddow #header-wrapper #logo {
	width: 370px;
	height: 124px;
	float: left;
/*	background: transparent url('/i43/medias/usvn/images/logo_trans.png') no-repeat 0px 0px;*/
}
 
#header #shaddow #header-wrapper #main-menu {
	height: 124px;
	width: 480px;
	float: left;
	text-align: center;
	vertical-align: bottom;
}
 
#header #shaddow #header-wrapper #main-menu ul {
	display: inline;
	float: right;
	margin-top: 92px;
}
 
#header #shaddow #header-wrapper #main-menu ul li {
	display: inline;
	position: relative;
	margin-top: 92px;
}
 
#header #shaddow #header-wrapper #main-menu ul li a {
	height: 32px;
	float: left;
	text-decoration: none;
}
 
#header #shaddow #header-wrapper #main-menu ul li a span {
	float: left;
	margin-top: 0px;
	padding: 1px 10px 10px 10px;
	color: #ffffff;
}
 
#header #shaddow #header-wrapper #main-menu ul li a:hover {
	background: transparent url('/i43/medias/usvn/images/up_arrow.png') repeat-x center -50px;
}
 
#header #shaddow #header-wrapper #main-menu ul li a:hover span {
	color: #ffffff;
}
 
#header #shaddow #header-wrapper #main-menu ul li a#selected {
	background: transparent url('/i43/medias/usvn/images/up_arrow.png') repeat-x center -50px;
}
 
#header #shaddow #header-wrapper #main-menu ul li a#selected span {
	font-weight: bold;
	color: #2ABBF5;
}

/* @end */

/* @group Container */
#container {
/*	background: url('/i43/medias/usvn/images/container_bg.png') repeat-x; */
	min-height: 340px;
}
 
#container #container-wrapper {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}
 
#container #container-wrapper #sub-menu {
	background-color: #E4F2FD;
}
 
#container #container-wrapper #main {
	border: 1px dotted #d6d6d6;
	border-top: none;
	padding: 5px;
	font-size: 13px;
	font-family: 'Verdana', 'Helvetica';
	margin-left: 145px;
	margin-right: 145px;
}
 
#container #container-wrapper #hspacer {
}
 
#container #container-wrapper #footer {
	display: none;
	height: 50px;
	background-color: #d3d9c6;
	padding: 1px;
}

/* @end */

/* @group Submenu */

div#sub-menu {
	float: left;
	margin: 4px 0 0;
	width: 138px;
	border: 1px dotted #cccccc;
	overflow: hidden;
}

div#sub-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
}

div#sub-menu ul li {
	padding: 0;
	width: 100%;
	margin: 0;
	font-size: 13px;
}

div#sub-menu ul li * {
	padding: 3px 3px 4px;
}

div#sub-menu ul li h3 {
	font-size: 15px;
	color: #ddeefc;
	background-color: #124361;
	margin: 0;
	text-align: center;
}

div#sub-menu ul li a {
	display: block;
}

div#sub-menu ul li a:hover {
}

/* @end */

/* Intégration */

/* @group Styles spécifiques */

.usvn_require {
	color: red;
	float: none;
	font-weight: bold;
	margin-left: 3px;
}



/* @end */

/* @group Tableaux */

.even {
	background-color: white;
}

.odd {
	background-color: #e8f4fd;
}

table.usvn_table, table.sortable {
	border-collapse: collapse;
	margin: auto;
	min-width: 300px;
	text-decoration: none;
	width: 90%;
}

table.usvn_table th, table.sortable th {
	background-color: #124361;
	border: 1px solid #124361;
	padding: 3px 4px;
	color: #E4F2FD;
}

table.usvn_table td, table.sortable td {
	border: 1px solid #124361;
	padding: 3px 4px;
	vertical-align: top;
}

table.usvn_table tbody tr:hover, table.sortable tbody tr:hover {
	background-color: #B5DCEE;
	border: 1px solid #124361;
	padding: 3px 4px;
	vertical-align: top;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

td.logname {
	white-space: nowrap;
}

td.date {
	white-space: nowrap;
}

td.comment {
}

/* @end */

/* @group Page d'accueil */
#box {
	background-color: #F6FAFD;
	border: 1px dotted #CCCCCC;
	margin: auto;
	width: 200px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#usvn_index_projects ul, #usvn_index_groups ul {
	padding-left: 20px;
}



/* @end */

/* @group Profile */

form.usvn_form {
	padding: 15px;
}

#profile {
	background-color: #F2F8FD;
	border: 1px dotted #CCCCCC;
	margin: auto;
	width: 300px;
	padding: 20px;
	margin: 20px auto 20px auto;
}

#profile input {
	width: 260px;
}

/* @end */

/* @group Administration */

/* @group Admin::Home */

.usvn_update {
	background-color: #ffeb82;
	text-align: center;
	padding: 10px 5px;
	margin: 2px 10px;
	border: 2px solid #333;
}

.usvn_info {
	background-color: #E9F5FE;
	clear: none;
	margin: auto auto 2em;
	min-height: 35px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

.usvn_info p {
	font-size: 95%;
	line-height: 130%;
	margin: 10px 0 12px 10px;
}

.usvn_info h1 {
	clear: none;
	color: #125675;
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 3px;
}

.usvn_subinfo {
	background-color: #E9F5FE;
	clear: none;
	margin: auto auto 2em;
	min-height: 20px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

.usvn_subinfo h2 {
	clear: none;
	color: #125675;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 3px;
	text-align: center;
}

.usvn_info ul {
	padding-left: 40px;
}


ul#usvn_admin_section {
	list-style-type: none;
}

#usvn_admin_section li {
	display: inline;
	font-weight: bold;
	margin: 10px;
	float: left;
	width: 22%;
	text-align: center;
}

#usvn_admin_section li a {
	display: block;
	background-color: #F2F8FD;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	padding: 6px;
	height: 4em;
}

/* @end */

.usvn_error {
	color: black;
	font-weight: bold;
	background-color: #FF9F9F;
	border : solid 1px #CF0000;
	background-position: 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
}

/* @end */

/* @group Index */

.usvn_index_box {
	clear: both;
}

/* @end */

/* @group Grid */
ul.grid_list {
	list-style-type: none;
}

ul.grid_list li {
	min-width: 100px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	float: left;
	list-style-type: none;
}

ul.grid_list li a {
	height: 100px;
	display: block;
	color: #0D62B9;
}

ul.grid_list li a:hover {
	color: #1074FE;
	background-color: #E9F5FE;
}

.grid_img {
	height: 64px;
}

#sorttable_sortfwdind img {
	margin-left: 5px;
}

#sorttable_sortrevind img {
	margin-left: 5px;
}
/* @end */

#affected select {
	width: 100%;
}

#affected-title {
	font-weight: bold;
	margin-bottom: 5px;
}
/* CSS Document */

.bubblerights
{
	visibility:hidden; 
	position:absolute; 
	background-color:#FFFFFF; 
	border:1px solid #CBD5B8;
	width:310px;
	z-index:2;
}/**
 * Completion's css page
 */

div._list_autocomplete_ajax {
	width:143px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div._list_autocomplete_ajax label {
	font-family:Verdana;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

tr.comp:hover {
	background-color:#CCFFFF;
	width:143px;
}

/* End of Completion's css page*/
/**
 * Timeline's css page
 */

a.usvn_tooltips {
	position: relative;
	color: #000;
	text-decoration: none;
	background-image: url('/i43/medias/usvn/images/info.png');
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right;
}

a.usvn_tooltips:hover {
	background-color: #EEEEEE;
}

a.usvn_tooltips span {
	z-index: 1;
	display: none
}

a.usvn_tooltips:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 15em;
    border:1px solid #CBD5B8;
    background-color:#FFFFFF;
    color:#000;
    text-align: center
}
 
p.usvn_info {
	line-width: 15px;
}

.usvn_info input {
	margin: 0;
}

/* End of Project's css page*/
