body
{
    color: #000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    line-height:110%;
}


.header
{
    font-size: medium;
    font-weight: bold;
    background: #ffe666;
    border-bottom: 2px solid #ccc;
    color: #000;
    vertical-align: middle;
    margin-bottom: 3px; 
    padding: 3px;
	-moz-border-radius-bottomleft: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
}

.logo
{
    background-color: #365d95;
    border: 1px solid #4e6f9e;
    height: 25px;
    vertical-align: middle;
    background-image: url(/mobile/StyleTemplates/logo-bg.png);
    background-repeat: repeat-x;
}

.title
{
    font-weight: bold;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000;
    margin-top: 2px;
    padding: 3px;
	background-image: url(/mobile/StyleTemplates/title-bg2.png);
	background-repeat: repeat-x;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

input, button, textarea, select
{
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    margin: 2px;
}
input[type="text"],textarea,input[type="password"]
{
	border-left: 1px solid #747474;
	border-top: 1px solid #747474;	
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE
}
.button
{
    padding:2px;
    border: 1px solid #777777;
    color: #000000;
    background-color: #ffe666;
    font-weight:bold;
    color:#000;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}
.button:link, .button:visited
{
    color:#000;line-height:180%;
}

.button:hover
{
    border: 1px solid #5f93c6;
    background-image: none;
    background: #365d95;
    color: #fff;
}

.bold
{
    font-weight: bold;
}

img
{
    vertical-align: middle;
    border: 0;
}

.error
{
    text-align: center;
    border: 1px solid #F5C41C;
    background: #FFFFB0;
    margin: 5px;
    padding: 3px;
}

.full
{
    width: 100%;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.gap
{
    padding: 4px;
}

form, p
{
    margin: 0;
    padding: 0;
}

ul
{
    list-style-type: none;
    padding-left: 2px;
    margin: 0;
}

li
{
    margin-bottom: 2px;
    padding-bottom: 3px;
	padding-top: 3px;
    padding-left: 2px;
    border-bottom: dotted 2px #EAEAED;
    vertical-align:middle;
}
li:hover
{

    /*background: #EAEAED;*/
}

a
{
    text-decoration: none;
    color: #262bd7;
}

a:link, a:visited
{
    color: #262bd7;
}
a:hover
{
    color: #1993f2;
}

a:active
{
    color: red;
}
.small
{
    font-size: smaller;
}
.postbody
{
    padding: 4px;
}
hr
{
      margin-top:3px;
      margin-bottom:3px;
      padding:0;
      color: #CECECE;
      background-color: #CECECE;
      height: 1px;
      border: 0;
}

