
body {
    background-color: #fff;
    background-repeat: repeat-x;
    border-top: 5px solid #333333;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #000 !important;
}

a:hover {
    color: #92d400 !important;
}

input, select, textarea {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ul {
    margin-bottom: 0px;
    margin-top: 0px;
}


.boxTitle {
    background-image: url("../../img/vd_parkmobileus/top_logo_general.gif");
    background-position: 0 10px;
    background-repeat: no-repeat;
    height: 142px;
    vertical-align: middle;
    
}

.titleHeader {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-weight: bold;
    text-align: right;
}

.datacentername {
    top: 58px;
    position: relative;
    font-weight: bolder;
    font-size: 18px;
    color: black;
}

/******************* Content *******************/
.pageTitle {
    color: #000000;
    font-weight: bold;
    padding: 20px 5px 5px 14px;
}
.regular {
    font-size: 12px;
    padding: 5px 10px 5px 15px;
    text-align: left;
}

.alert {
    color: #FF0000;
    font-weight: bold;
}

.link, .link:visited {
    color: #000;
    font-weight: bold;
}

.link_small {
    color: #f26532;
}

.link_normal {
    color: #000;
}

.button_back {
	border: 0px;
	vertical-align: middle;
	margin: 1px 5px 1px 2px;
	background-image: url(../../img/vd_parkmobileus/button_back.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding: 0px 0px 5px 20px;
	height: 20px !important;
}

/*              Content : blocks               */
/***********************************************/

.blockHeader {
    background-image: url(../../img/vd_parkmobileus/blockheader_dot.gif);
    background-position: 15px 7px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 0px 0px 0px 32px;
    vertical-align: bottom;
}

.blockRowSmall, .blockRowSmall {
    background-color: #EEEEEE;
    font-size: 9px;
    padding: 1px 5px 1px 5px;
}

.blockRow1, .blockRow1 {
    background-color: #EEEEEE;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
}

.blockRow2, .blockRow2 {
    font-size: 12px;
    padding: 1px 5px 1px 5px;
}

.blockRowTH1, .blockRowTH1 {
    background-color: #EEEEEE;
    border-bottom: 2px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
}

.blockRowTH2, .blockRowTH2 {
    background-color: #fff;
    border-bottom: 2px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
}

.blockRowTR1, .blockRowTR1 {
    background-color: #EEEEEE;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
}

.blockRowTR2, .blockRowTR2 {
    background-color: #fff;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
}

.label {
    border: 1px solid #CCCCCC;
    font-size: 12px;
}

.colsplit {
    background-color: #CCCCCC;
    width: 2px;
}

/* * * * * * HJM : Required Field * * * * * */
.required_field {
    background-image: url(../../img/system/req.gif);
    background-position: 0% center;
    background-repeat: no-repeat;
}

tr.link_small td span {
    color: #333333;
    font-size: 12px;
}

tr.link_small td a {
    color: #FF0033;
    font-size: 12px;
}


.masterTable {
    width: 500px;
}

.missed_field {
    clear: none;
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 2px 0px 3px;
    text-align: center;
    vertical-align: middle;
}

.endofpage {
    background-image: url(../../img/vd_parkmobileus/bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

th {
    text-align: left;
}

a.info {
    cursor: help;
    position: relative;
    z-index: 24;
}

a.info:hover {
    background-color: #FFFFFF;
    z-index: 25;
}

a.info span {
    display: none;
}

a.info:hover span {
    background-color: #FFFFFF;
    border: 1px solid #111655;
    color: #000000;
    cursor: help;
    display: block;
    font-style: normal;
    font-weight: normal;
    left: -300px;
    padding: 3px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 7px;
    width: 300px;
}

.moreinfo {
    background-color: #fff !important;
    color: #000 !important;
}

.moreinfo:hover {
    color: #92d400 !important;
    text-decoration: none !important;
}

/* http://kyleschaeffer.com/best-practices/responsive-layouts-using-css-media-queries/ */
    #wrapper {
    width: 80%;
    margin: auto;
    max-width: 600px;
    min-width: 400px;
}
#column-main {
    margin-left: 100px;
}
#column-sidebar {
    width: 100px;
    float: left;
}
@media screen and (max-width: 400px) {
    #wrapper {
    width: 90%;
    min-width: 0;
    }
    #column-main {
    margin-left: 0;
    }
    #column-sidebar {
    width: auto;
    float: none;
    }
}
