body 
{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	font-family: Arial,Verdana,sans-serif;
}

h1
{
	font-size: 3em;
	text-align: center;
}

#chooselang img
{
	margin-left: 10px;
	margin-right: 10px;
}

#chooselang
{
	right: 15%;
	top: 10%;
	position: absolute;
}


.foothome a
{
	color: black;
}

#public
{
	margin-top: 5em;
    width:575px;
    margin-right:auto;
    margin-left:auto;
}

#public h1
{
	font-size: 3em;
	padding-right: 2em;
}

#public h2
{
	font-size: 2em;
}

#public img.avatar {
    float: left;
    margin-right:2em;
    margin-bottom:1em;
    border: 1px solid black;
}

input, textarea, select {
 color: black;
 border: thin solid black;
 background-image: url('./images/inputbg.png');
 background-repeat: repeat-x;
 background-position: bottom center;
 background-color: white;   
}

input[type="submit"], input[type="button"] {
 background-image: url('./images/buttonbg.png');
 background-repeat: repeat-x;
 background-position: bottom center;
 background-color: white;
 border-style:outset;
}

input:hover, textarea:hover, select:hover
{
	background-color: white;
}

.misc
{
	margin-left: 2em;
	margin-right: 2em;
	position: relative;
}

.misc input
{
	background-color: white;
}


#title p
{
text-align: center;
}

#logo
{
    position:fixed;
    top:50px;
    left:0.2em;
}

body a
{
	color: black;
}

.listengine_header
{
    margin: 0px;
    padding: 0px;
    color: black;
    font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: small;
}


.listengine_body
{
    margin: 0px;
    padding: 0px;
    color: white;
    font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: small;
}

a:link, a:visited, a:hover {
	color: black;
}

a img
{
	border-style:none;
}

.logo
{
	display:block;
	background-image:url("./images/logo.png");
	text-align:right;
	width:80%;
	margin-left: 3em;
	height:131px;
	background-position: left center;
	background-repeat:no-repeat;
}

.foothome
{
	position: relative;
	display:block;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 3em;
	width: 40%;
}

#header
{
	position: fixed;
	width:100%;
	margin-top: 0;
	padding-left: 0;
	text-align: center;
	height: 50px;
	background-color: white;
    border-bottom:1px solid black;
	padding-top: 0;
    z-index:1;
	display: block;
    top: 0;
}

#contextual_menu {
    position:fixed;
    width:650px;
    top:50px;
    left:50%;
    margin-left:-325px;
    z-index:2;
    text-align:center;
    padding-bottom: 0.1em;
    background:url('images/tab.png') no-repeat right bottom;
}

#contextual_menu p {
    margin: 0 0 0 0;
    padding: 0.5em 1em 0 1em;
}

#contextual_menu p a {
    margin-right:0.1em;
}

div#top_menu {
    width:350px;
    text-align:right;
    position:absolute;
    left:50%;
    margin-top:10px;
    margin-bottom:10px;
}

div#group_menu {
    width:350px;
    position:absolute;
    text-align:left;
    left:50%;
    margin-left:-350px;
    margin-top:10px;
    margin-bottom:10px;
}

#groupname {
    font-style:italic;
    font-size:large;
}

#groupname img {
    vertical-align:middle;
}

form p
{
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}

/*form input, form select
{
	width:200px;
}
*/

input.autowidth {
    width:auto;
}

form textarea {
    width:350px;
}

form input[type="checkbox"], form input[type="radio"]
{
	width:auto;

}

/* Les deux d�finitions suivantes sont un hack pour ie afin de regler le
bug 62.

L'astuce a �t� trouv�e sur le blog alsa cr�ation :

http://www.alsacreations.com/blog/index.php?2004/08/17/54-min-%20style=%22background:yellow%22%3Eheight-sur-internet-explorer

*/

.formLabel, label
{

	width:200px;
	float:left;
	display:block;
}

html>body label
{
	width:auto;
	min-width:200px;
}

form.largeLabel label {
	width:auto;
	min-width:275px;
}

form.shortLabel label {
	width:auto;
	min-width:100px;
}

fieldset.delete
{
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
}
fieldset.delete input
{
	margin-left : 150px;
	float:left;
	display:inline;
}
fieldset.delete label
{
	float:none;

}

input.labeled {
    float:left;
    display:inline;
}

input.labeled + label {
    float:none;
    display:inline;
}

#mailUsage input
{
	margin-left: 200px;

}


#mailUsage label
{
	float: none;
	display: inline;
}

.formLabelFull
{
	display:block;
	float:none;
	margin-top:5px;
	margin-bottom:5px;
}

.formInput
{
	margin:0px;
}

.formInputFull
{
	display:block;
	margin-left:200px;
}

.button
{
    margin-left:200px;
	margin-top:10px;
	margin-bottom:10px;
}

h1
{
	margin-top:0px;
	padding-top:10px;
	padding-bottom:20px;
}

.message
{
	padding-top:100px;
	text-align:center;
}

table
{
	width:100%;

}

#misc h1
{
	text-align: right;
	font-size: 3em;
	padding-right: 2em;
}

#misc h2 
{
	font-size: 1em;
	text-align: center;
}

#misc p
{
	padding-left:0px;
}

#misc form
{
	width: 50%;
	float: right;
}

#misc .loginLinks, #misc label
{
	display:block;
}

#misc .formInput
{
	margin:0px;
	padding:0px;
	min-width:25%;
}

#misc .button
{
	padding-left:0px;
}

.error
{
	color:red;
	text-align: center;
    font-weight:bold;
}

.info
{
    color:blue;
    text-align: center;
    font-weight: bold;
}

.help
{
    color: blue;
    font-style:italic;
}

.warning
{
	color: red;
    font-weight:bold;
	text-align: center;
}

#sub_opts
{
	margin-top: 4em;
}

.public_align_right
{
	float: right;
	position: relative;
	margin-right: 2em;
}

.public_align_left
{
	float: left;
	position: relative;
	margin-left: 2em;
}

#projectMenu
{
	display: block;
	clear: both;
}


.smalllink
{
	font-size: 0.7em;
}

.last
{
	margin-left: 5em;
	width: 300px;
}

.last ul
{
	position: relative;
	margin-left: 3em;
}

.last img
{
	position: relative;
	float: right;
}

#publicbanner {
        color: white;
        position: absolute;
        height: 2em;    
        width: 100%;
		top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        display: inline;
        background-color: black;
}

#publicbanner a {
	color: white;
	text-decoration: none;
}

#publicbanner ul{
        margin-top: 0.4em;
        margin-left: 3em;
        padding:0;
        float:left;
        display:inline;
}

#publicbanner form
{
	margin-top: 0em;
	margin-left: 0.3em;
	position: relative;
	display: inline;
}

#publicbanner input
{
	height: 1.2em;
	font-size: 0.9em;
}

#publicbanner li{
        padding-top: 0.2em;
		background-color: transparent;
        list-style-type: none;
        display: inline;
        margin: 0 1em 0 0;
}

.explain
{
	margin-left: 6em;
	width: 50%;
	text-align: justify;
	font-size: 1.3em;
}

.info_quota
{
	text-align: center;
}

#footer
{
	font-size: 0.8em;
	text-align: right;
	padding-right: 5em;
}


div#mbox_options
{
    padding-left:2em;
}

div.tooltip {
    border: 1px solid black;
    background-color: #ffffdc;
    width:250px;
}

.validField:after {
    content:url('images/good.png');
}

.invalidField:after {
    content:url('images/error.png');
}

div#subscribe div#content {
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

div#subscribe h1 {
    font-size: 3em;
    text-align: center;
}

div#subscribe img#logo {
    position:absolute;
    left:50%;
    top:0px;
    margin-left:-400px;
}

#main {
    width:575px;
    margin-left:auto;
    margin-right:auto;
    padding-top:7em;
    padding-left:0px;
    padding-right:0px;
}

#help {
    position: fixed;
    top:200px;
    left:50%;
    width:165px;
    padding:5px;
    margin-left:-485px;
    height:300px;
    overflow:auto;
    padding:5px;
    border: 1px outset black;
    background: url('images/help_bg.png') repeat-x top;

}

#help h1 {
    font-size:large;
    text-align:center;
    margin-bottom:5px;
}

#help>h1>img {
    vertical-align:middle;
    margin-right:1em;
}

#help h2 {
    margin-top:5px;
    font-size:medium;
}

div.loading {
    width:16px;
    height:16px;
    background-image:url('images/loading_little.gif');
}

#userToolBox {
    display:inline;
}

#username {
    vertical-align:50%;
}

#ownedProjects ul{
    list-style-image: url('images/projectownerentry.png');
}

#contribProjects ul {
    list-style-image: url('images/projectcontribentry.png');
}

ul.webList {
    list-style-image: url('images/webentry.png');
}

ul.mailList {
    list-style-image: url('images/mailentry.png');
}

ul.mailingList {
    list-style-image: url('images/mailingentry.png');
}

ul.mailinglistList {
    list-style-image: url('images/mailingentry.png');
}

ul.mysqlList {
    list-style-image: url('images/dbentry.png');
}

ul.pgsqlList {
    list-style-image: url('images/dbentry.png');
}

ul.repositoryList {
    list-style-image: url('images/dbentry.png');
}

ul.svnList {
    list-style-image: url('images/svnentry.png');
}

ul.cvsList {
    list-style-image: url('images/cvsentry.png');
}

ul.gitList {
    list-style-image: url('images/gitentry.png');
}

ul.dnsList {
    list-style-image: url('images/dnsentry.png');
}

ul.generalList {
    list-style-image: url('images/homeentry.png');
}

ul.userList {
    list-style-image: url('images/userentry.png');
}

ul.groupList {
    list-style-image: url('images/groupentry.png');
}

ul.cronList {
    list-style-image: url('images/cronentry.png');
}

div.acltable * {
margin:0;
padding:0;
}

div.acltable {
border:1px solid #CCCCCC;
background-color:#EEEEEE;
}

div.acltable form {
clear:both;
}

.clear {
display:block;
visibility:hidden;
clear:both;
height:0px;
}

div.acltable div.tableheader, div.acltable div.tablebody {
margin:1px;
}

div.acltable div.tablebody form span, div.acltable div.tableheader span {
display:block;
float:left;
overflow:auto;
width:67.3px;
margin:1px;
border:1px solid #FF9999;
}

div.acltable div.tablebody input[type="submit"] {
width:60px;
height:1.7em;
}

div.acltable div.tableheader span{
height:5.5em;
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
overflow:hidden;
}

div.acltable div.tablebody form span {
height:1.8em;
text-align:center;
overflow:hidden;
}

div#group_quota {
    width:300px;
    margin-left: auto;
    margin-right:auto;
    border:1px solid black;
    height:15px;
    text-align:left;
}

div#group_quota>img {
    height:15px;
}

div#repo_quota {
    width:300px;
    margin-left: auto;
    margin-right:auto;
    border:1px solid black;
    height:15px;
    text-align:left;
}

div#repo_quota>img {
    height:15px;
}

textarea.description {
    width:100%;
}

label.description {
    float:none;
}

th.historyDate {
    width:6em;
}

div.pagination {
    text-align:center;
}

label.checkbox {
	display: inline;
	float:none;
}

/* Tags */
span.tag-10, span.tag-10 a {
	font-weight: bold;
	font-size: 15pt;
	color: red;
}

span.tag-9, span.tag-9 a {
	font-weight: bold;
	font-size: 14.5pt;
	color: red;
}

span.tag-8, span.tag-8 a {
	font-weight: bold;
	font-size: 14pt;
	color: blue;
}

span.tag-7, span.tag-7 a {
	font-weight: bold;
	font-size: 13.5pt;
	color: blue;
}

span.tag-6, span.tag-6 a {
	font-weight: bold;
	font-size: 13pt;
	color: chocolate;
}

span.tag-5, span.tag-5 a {
	font-size: 12.5pt;
	color: chocolate;
}

span.tag-4, span.tag-4 a {
	font-size: 12pt;
	color: DimGrey;
}

span.tag-3, span.tag-3 a {
	font-size: 11.5pt;
	color: DimGrey;
}

span.tag-2, span.tag-2 a {
	font-size: 11pt;
}

span.tag-1, span.tag-1 a {
	font-size: 10.5pt;
}
