body {
    font-family: Verdana;
    font-size: 11px;
	margin: 0px;
	padding: 0px;
    background-color: #e2f5fe;
    color: #434343;
}
td, th, input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
    color: #434343;
}
form {
    margin: 0;
}

a:link, a:visited, a:active {
	color: #858585;
}
a:hover {
	color: #858585;
	text-decoration:none;
}

.main {
     width: 857px;
     text-align: left;
     background-color: #ffffff;
}

.content_title {
    background-image: url(../images/cont_head_bg.gif);
    background-repeat: repeat-x;
}
.content {
    background-image: url(../images/bg_content.gif);
    background-repeat: repeat-x;
    padding: 10px;
}

.top_line {
    background-image: url(../images/top_bg.gif);
    background-repeat: repeat-x;
    height: 20px;
}
.bottom_line {
    background-image: url(../images/bot_bg.gif);
    background-repeat: repeat-x;
    height: 20px;
    margin-top: 10px;
}

.copyright {
    padding-left: 20px;
    font-size: 10px;
    color: #858585;
}

.bottom_links {
    color: #858585;
    text-align: center;
}

.required {
    color: red;
    padding-right: 2px;
}

/* Page navigator */
.p_navigation {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px;
}
.p_navigation a:link, .p_navigation a:visited, .p_navigation a:active {
    text-decoration: none;
    color: #636363;
    background: #cbddf3;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #99bbe8;
    padding: 2px 6px;
    font-size: 11px
}
.p_navigation a:hover {
    background: #d7d7d7;
    background-image: url(../images/grid_th2.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: black;
    border-color: #99bbe8;
}
.p_total, .p_of {
    background: #cbddf3;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #99bbe8;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 3px;
}
.p_total span, .p_of span {
    color: red;
}
.p_on {
    background: #d7d7d7;
    background-image: url(../images/grid_th2.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: black;
    border: 1px solid #99bbe8;
    padding: 2px 6px;
}
/* End page navigator */

/* Grid */
.grid {
    background-color: #99bbe8;
}
.grid th {
    background-color: #cbddf3;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #15428b;
    font-size: 11px;
    text-align: left;
    padding: 5px;
}
.grid th a:link, .grid th a:visited, .grid th a:active {
    color: #15428b;
}
.grid th a:hover {
    color: #15428b;
    text-decoration: none;
}
/* End Grid */

/* Notes */
.notesTitle {
    background: #bebebe;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    padding: 5px 0 5px 5px;
    font-weight: bold;
    text-align: left;
    width: 200px;
    float: left;
    border-bottom: 1px solid #99bbe8;
    color: #15428b;
}
.notesEdit {
    background: #bebebe;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #99bbe8;
}
.notesContent {
    padding: 5px;
}
/* End Notes */

#infMessage {
    position: absolute;
    right: 0px;
    top: -60px;
    border: 2px solid #99bbe8;
    background-color: #cbddf3;
    padding: 8px 10px;
    font-weight: bold;
    color: #15428b;
}

.imgAsLink {
    cursor: pointer;
}

.actButton {
    width: 70px;
}

.ui-datepicker-trigger {
    cursor: pointer;
    margin-left: 3px;
}
#ui-datepicker-div {
    z-index: 102;
}


#popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 101;
    border: 1px solid #99bbe8;
    background-color: #f6f6f6;
}

#popup-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #dae7f6;
    height: 100%;
}
#popup-header {
    position: relative;
    
    background-color: #cbddf3;
    background-image: url(../images/grid_th.gif);
    background-repeat: repeat-x;
    background-position: top;
    
    color: #15428b;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #99bbe8;
    height: 27px;
}
#popup-title {
    padding: 7px 0 0 5px;
}
#popup-close {
    position: absolute;
    right: 5px;
    top: 7px;
    cursor: pointer;
}
#popup-content {
    
}

div.course {
    border: 1px solid #dadada;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 5px;
    background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 10px;
    font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}
div.course span {
    color: #333333;
}
h2.course-title {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 14px;
    color: #1e1d83;
}
div.course-cost {
    font-size: 13px;
    color: #41409f;
    font-weight: bold;
    margin-top: 3px;
}
div.course-description {
    line-height: 16px;
    font-size: 12px;
    color: #555555;
    width: 420px;
}
div.course-buy, div.course-checkout {
    padding: 14px 0 0 0;
    position: absolute;
    right: 1px;
    top: -34px;
}
div.course-added {
    border: 1px solid #a8d35f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f5ffdd none repeat scroll 0 0;
    width: 175px;
    padding: 3px;
    text-align: center;
    position: absolute;
    top: -21px;
    right: 0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
