
/* <general> */
* {
    line-height: 18px;
}
header, footer, article, section, nav, menu, hgroup { display: block; }
body { background: #fafafa; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000; }
a { color: #3b75cb; text-decoration: none; }
a:hover { text-decoration: underline; }
.left { float: left; }
.right { float: right; }
/* </general> */


/* <layout> */
#language { margin: 0 auto; padding-bottom: 7px; text-align: right; width: 920px; }
#container { border: 1px solid #ccc; margin: 0 auto; padding-top: 15px; padding-bottom: 15px; width: 950px; background: #fff; }
.rounded { z-index:1; background: #f2f2f2; border: 1px solid #ccc; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.rounded:before { z-index:-1; border: 1px solid white; content: ''; left: 0.3px; top: 0.3px; right: 0.3px; bottom: 0.3px; position: absolute; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#login { margin-top: -10px; padding-bottom: 5px; padding-right: 20px; padding-left: 20px; text-align: right; height:25px; }
#header { margin: 0 auto; width: 920px; height: 100px; background: #f2f2f2 url(../images/logo.png) 15px 5px no-repeat; }
#content { margin-left: 14px; margin-top: 20px; margin-bottom: 20px; width: 920px; }
#categories { float: left; margin-left: -163px; width: 150px; }
#navigation { padding: 10px; margin-bottom: 10px; }
#footer { margin: 0 auto; margin-top: -15px; width: 920px; height: 20px; text-align: center; padding-top: 5px; font-size: 10px; color: #484848; }
/* </layout> */

/* <menu> */
#menu { margin: -5px auto; width: 920px; height: 30px; }
#menu ul { list-style: none outside none; margin: 0; padding: 0; }
#menu li { float: left; margin:0; padding: 0; }
#menu a { margin-top: 1px; padding: 5px; padding-left: 10px; padding-right: 10px; float: left; margin-left: 5px; margin-right: 5px; display: block;  height: 18px; color: #000; }
#menu li a:hover { text-decoration: none; background: #ddd; }
/* </menu> */

/* <articles> */
.article { margin-top: 15px; padding: 10px; }
h1 { font-size: 14px; margin-bottom:0; margin-top: 0; }
h5 { font-size: 10px; margin-bottom:5px; margin-top: 0; font-weight: normal; }
h4 { font-size: 10px; margin-bottom:5px; margin-top: 0; font-weight: normal; }
pre { font-size: 12px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif; }
/* </articles> */

/* <forms> */
input,textarea,select { padding: 2px; overflow:hidden; background: #fff; border: 1px solid #999; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
input[type=submit] { background: #fff; padding: 2px; padding-left: 5px; padding-right: 5px; }
.bgwhite { background: #fff; }
textarea { width: 400px; }
/* </forms> */

.shell {
    font-family: monospace;
    background: #fff;
    border: 1px #aaa solid;
    padding-left: 5px;
    padding-right: 5px;
}

.rtop {
    float: right;
    position: relative;
    bottom: 10px;
    font-size: 11px;
}

table {
    width: 100%;
}

ul.commands {
    list-style: none outside none; margin: 0; padding: 0;
}

ul.commands li {
    margin:0; padding: 0; float: left;
    position: relative;
    width: 140px;
}

hr {
    height: 1px;
    border: 1px #ccc dashed;
}

.small { font-size:10px; }

div#messages p {
    position: relative;
    height: 16px;
    margin: 0;
    padding: 0;
}
div#messages .message {
    border: 1px solid;
    margin: 0 0 20px 0;
}

div#messages .message p {
    padding: 20px 20px 20px 52px !important;
}


div#messages .success {
    background: #E6EFC2;
    border-color: #C6D881;
}

div#messages .success p {
    background: transparent url(../images/icons/24/tick.png) no-repeat scroll 15px 17px;
}

div#messages .warning {
    background: #FFF6BF;
    border-color: #FDD845;
}

div#messages .warning p {
    background: transparent url(../images/icons/24/exclamation.png) no-repeat scroll 15px 17px;
}

div#messages .error {
    background: #FBE3E4;
    border-color: #FBC7C9;
}

div#messages .error p {
    background: transparent url(../images/icons/24/cross.png) no-repeat scroll 15px 17px;
}

div#messages .tip {
    background: #A8B2C5 url(/public/themes/default/images/highlight_line.gif) repeat-x scroll 0 0;
    border-color: #8497BF;
}

div#messages .tip p {
    background: transparent url(/public/themes/default/images/24_information.png) no-repeat scroll 15px 17px;
}

.green {
    background: #E6EFC2;
}
.red {
    background: #FBE3E4;
}

label {
    width: 250px;
    
}

.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w200 {
    width: 200px;
}
.w150 {
    width: 150px;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w425 {
    width: 425px;
}
.strong {
   font-weight: bold;
}

table,td,tr {
    vertical-align: top;
}

.hidden:hover {
    text-decoration: underline;
    cursor: pointer;
}

img { border: 0; }


.italic {
    font-style: italic;
}
