@import url("content.css");
@import url("DocView.css");

* {
margin:0;
padding:0;
	font-family: arial, verdana, helvetica, sans-serif;

}

/*** Page ***/
html{
	margin: 0;
	padding: 0;
	height: 100%
}
body
{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	background:url('../Images/Backgrounds/timesheet-background.png') repeat-y center 0 #000000;

	font-size: 10pt;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.5;
}
img{
	border: none;
}
a {
	color: #000000;
}
#border_wrapper
{
	width: 780px;
	margin: 0px auto 0 auto;
}
#main_wrapper
{
	width: 780px;
	text-align: left;
	background-color: #ffffff;
}
.cleaner{
	clear: both;
}

.paragraphs p
{
    margin-bottom: 1em !important;
}

.hr{
	margin: 10px 0;
	overflow: hidden;
	border-bottom: solid 1px #b3b3b3;
}
.icon{
	vertical-align: middle;
}
li
{
	margin-left: 20px;
}

/*** Headings ***/

h1, h2, h3, h4{
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}
h1{
	color: #BF2431;
	margin: 10px 0 10px 0;
	font-size: 18pt;
}
h2{
	margin: 20px 0 10px 0;
	font-size: 15pt;
}
h3{
	margin: 20px 0 10px 0;
	font-size: 12pt;
}
h4{
	margin: 10px 0 5px 0;
	font-size: 10pt;
}

/*** Colors ***/
.blue, .blue a
{
	color: #4f7db1 !important;
}

.orange, .orange a
{
	color: #cb7224 !important;
}

.green, .green a
{
	color: #7fa22f !important;
}

/*** Errors ***/
.errorMessage {
  color:#d90000;
  font-size:12pt;
  font-weight:bold;
  font-style:italic;
  padding-top: 10px;
}
.subErrorMessage, .subErrorMessage a {
  color:#d90000;
  font-size:8pt;
  font-weight:normal;
  font-style:normal;
}
.errorField {
  border:solid 2px #d90000;
}
.highlightField {
  border:solid 2px #1acb00;
}
.errorValidatorText
{
    visibility: hidden;
    display: none;
}

/*** Search ***/
#SearchButton
{
}
#search
{
	float: right;
	top: 20px;
	margin-right: 10px;
	text-align: right;
	position: relative;
	color: #666666;
	height: 0px;
}
#search, #search input{
	font-size: 8pt;
}
#search a {
	color: #666666;
}
#submit1
{
	border: none;
	color: #ffffff;
	padding: 0px;
	font-weight: bold;
	background: #911D12 url('../Images/Buttons/search-go.png') no-repeat;
	height: 22px;
	width: 22px;
}

/*** Header ***/
#header_wrapper
{
	padding: 0 5px 0 5px;
	background-color: #ffffff;
	
}
#title_wrapper{
	margin: 0;
	padding: 10px 10px 0 10px;
	height: 66px;
}
#title_wrapper .replicon_logo
{
	float: left;
	width: 175px;
	height: 54px;
	background: transparent url('../Images/Logos/logo.png') no-repeat 0 0;
	padding: 0;
}
#title_wrapper .replicon_logo span{
	display: none;
}
#title_wrapper .contact_replicon
{
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	width: 310px;
	font-size: 9pt;
	float: left;
}
#title_wrapper .region
{
	width: 190px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	color: #A81514;
	font-weight: bold;
}

#title_wrapper .toll_free_number
{
	width: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	text-align: right;
	font-weight: bold;
}
#title_wrapper .toll_free_number a
{
	text-decoration: none;
}
#title_wrapper .toll_free_number a:hover
{
	text-decoration: underline;
}
/*** Navigation ***/
#tabs{
	font-weight: bold;
	float: left;
	line-height: normal;
	width: 765px;
	background: transparent url('../Images/Backgrounds/border.png') repeat-x bottom;
}

#tabs ul
{
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#tabs li{
	float: left;
	background: transparent url("../Images/Backgrounds/left_both.png") no-repeat left top;
	margin: 0;
	padding: 0 2px 0 3px;
	border-bottom: solid 1px #CE3B38;
}
#tabs li a {
	float: left;
	display: block;
	background: transparent url("../Images/Backgrounds/right_both.png") no-repeat right top;
	padding: 6px 10px 6px 6px;
	text-decoration: none;
	color: #000000;
}

#tabs li.dark{
	background-position: 0 -300px;
}
#tabs li.dark a{
	background-position: 100% -300px;
	color: #ffffff;
}

#tabs li a:hover{
	color: #666666;
}
#tabs li.dark a:hover{
	color: #ffffff;
}

#content_wrapper{
	height: 100%;
	background-color: #ffffff;
}



#sub_nav_videos
{
	background: none;
	background-color: #DA3C39;
	width: 760px;
	height: 3px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.sub_nav
{
	position: relative;
	background: #ffffff url("../Images/Backgrounds/sub_nav_background.png") no-repeat left top;
	
	margin: 0 0 0 5px;
	height: 25px;
	width: 766px;
	font-size: 9pt;
	padding: 7px 0 4px 5px;
	display: none;
}
.sub_nav a
{
	float: left;
	height: 18px;
    margin: -4px 3px -5px 0;
    padding: 4px 4px 4px 4px;

	text-decoration: none;
	color: #ffffff;
}
.sub_nav a:hover div
{
	background: transparent url("../Images/Buttons/sub_nav_highlight_left.png") repeat-y left top;
    margin: -4px 0 -4px -4px;
    padding: 4px 0px 4px 4px;
}
div>.sub_nav a:hover div
{
	float: left;
}
.sub_nav a:hover{
	height: 18px;
	margin: -4px 3px -5px 0;
	padding: 4px 4px 4px 4px;
	background: #720403 url("../Images/Buttons/sub_nav_highlight_right.png") no-repeat right top;
}

/*** Banner ***/
#banner{
	height: 160px;
	text-align: right;
	background-color: #ffffff;
	border-bottom: solid 4px #6b6b6b;
}


/*** Body ***/

#left_column{
	height: 1%;
	width: 155px;
	float: left;
}
#right_column{
	height: 1%;
	width: 155px;
	float: right;
	margin-right: 5px;
}
#main_content{
	font-family: arial, verdana, helvetica, sans-serif;
	height: 1%;
	width: 603px;
	float: left;
	padding: 10px;
	padding-right: 0;
}
.main_content_three_column
{
	width: 446px !important;
}
.main_content_one_column
{
	width: 758px !important;
}

/*** Bread Crumb Bar ***/
.bread_crumb_bar{
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	color: #666666;
	margin: 0 0 10px 0;
	font-size: 8pt;
}
.bread_crumb_bar a{
	color: #666666;
}


/*** Footer ***/
#footer_wrapper
{
	font-size: 9pt;
	margin: 0 10px 0 10px;
	text-align: center;
	color: #686868;
}
#footer_wrapper a{
	font-weight: normal;
	text-decoration: none;
	color: #686868;
}
#footer_wrapper a:hover{
	text-decoration: underline;
}
#footer_wrapper .gbc
{
	margin: -10px 0 -10px 0;
	padding: 0 0 0 0;
}

#footer_wrapper .gbc p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
  
#footer_wrapper .button{
	text-decoration: none;
	border: none;	
}
#footer_wrapper .icons
{
	margin: 10px 0 10px 0;
}
#footer_wrapper .icons a,
#footer_wrapper .icons img
{
	vertical-align: middle;
}
#copyright 
{
	font-size: 8pt;
	text-align: center;
	padding-bottom: 10px;
}

/*** Content ***/

.docbox 
{
	height: 2em;
	position: relative;
}

.docbox .pin 
{
	float: right;
	vertical-align: top;
}

.docbox h3 
{
	cursor: pointer;
	text-decoration: none;
	height: 1.1em;
}

.box .category 
{
	background-color: #fbfbfc;
	border: solid 1px #a0a0a0;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px;
	position: absolute;
	visibility: hidden;
	font-size: 8pt;
}

.box .category .docs 
{
	overflow:auto;
	margin: 5px 5px 5px 5px; 
	height: 80%;
	scrollbar-face-color: #dbdbce;
    scrollbar-arrow-color: #94281e;
    scrollbar-track-color: #fbfbfc;
    scrollbar-shadow-color: #fbfbfc;
    scrollbar-highlight-color: #fbfbfc;
    scrollbar-3dlight-color: #fbfbfc;
    scrollbar-darkshadow-Color: #fbfbfc;
}

.box .left
{
	top: 2em;
	left: 0px;
	width: 47%;
	height: 242px;
}

.box .right
{
	top: 2em;
	right: 0px;
	width: 47%;
	height: 242px;
}

.box .topleft 
{
	top: 2em;
	left: 0px;
	width: 47%;
	height: 117px;
}

.box .botleft 
{
	bottom: 1px;
	left: 0px;
	width: 47%;
	height: 117px;
}

.box .topright 
{
	top: 2em;
	right: 0px;
	width: 47%;
	height: 117px;
}

.box .botright
{
	bottom: 1px;
	right: 0px;
	width: 47%;
	height: 117px;
}


.box .category h4 
{
	color: #94281e;
	font-size: 10pt;
	line-height: normal;
	margin: 2px;
}

.box {
	background-color: #f7f6f1;
	border: solid 1px #c2c2c2;
	margin: 10px 0 0 0;
}
#left_column .box {
	border-left: none;
}
#right_column .box {
	border-right: none;
}
.box h3 {
	margin: 2px;
	color: #94281e;
	background-color: #ebebdf;
	font-size: 12pt;
	padding: 2px 5px;
	line-height: normal;
}
.box h3.dark {
	background-color: #666666;
	color: #ffffff;
	text-align: center;
}
.box h3.small {
	font-size: 10pt;
}
.box a {
	color: #666666;
}

.box .link_list{
	list-style-type: square;
	color: #999999;
	font-weight: normal;
	margin: 0 0 0 1em;
	padding: 10px;
	font-size: 8pt;
}
.box .link_list li span{
	color: #666666;
}
.box .press_release_list li{
	margin-bottom: 10px;
}
.box .information_request{
	padding: 10px;
	font-size: 8pt;
}

/*** Blog box feedburner buzz boost ***/

div.feedburnerFeedBlock img {

display:none; }



div.feedburnerFeedBlock {

margin-top: -10px;

font-family: arial, verdana, helvetica, sans-serif;

font-size: 12px;

width: 100%;


overflow:hidden; }



div.feedburnerFeedBlock p.feedTitle a {

font-family: arial, verdana, helvetica, sans-serif;

font-size: 13px;

font-weight: bold; 

text-decoration:none;
}



div.feedburnerFeedBlock span.headline {

display: block;

border-bottom: 1px solid #aaaaaa

margin-bottom: 10px;}



div.feedburnerFeedBlock span.main {

padding-top: 10px;}



div.feedburnerFeedBlock p.date {

margin-left: 0em;

font-size: 80%;

margin-right: 0em;

color: #000000 ;}



div.feedburnerFeedBlock li {

text-indent: 0px ;

margin-bottom: 0px;

margin-top:10px;

margin-left: 0px;

color:Red;

font-size:11px;
}



div.feedburnerFeedBlock ul {

margin:0px;

padding-bottom:10px;

border-bottom:0px dotted #ccc;

list-style:none;


}



div.feedburnerFeedBlock li a:link {

font-weight: bold;

text-decoration: none;

color: #bf2431; }



div.feedburnerFeedBlock li a:hover {

font-weight: bold;

text-decoration: none;

color: #bf2431; }



div.feedburnerFeedBlock li a:visited {

font-weight: bold;

text-decoration: none;

color: #bf2431; }



div.feedburnerFeedBlock li a:active {

font-weight: bold;

text-decoration: none;

color: #bf2431; }


/*** boxed forms ***/
.box fieldset {
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #c2c2c2;
    min-height: 160px;
}

.box legend {
	font-weight: bold;
}

.box .fields {
    width: auto;
    height: auto;
    margin: 5px 5px 5px 5px;
    text-align: left;
    float: left;
}

.box .fields .align {
    text-align: right;
    line-height: 1.5em;
}

.box .fields input {
    width: auto;
    border: solid 1px #c2c2c2;
}

.box .fields select {
    text-align: left;
    border: solid 1px #c2c2c2;
    width: 210px;
}

.box .fields .wide_label {
    display: block;
    width: 300px;
}

.box .fields textarea {
    text-align: left;
    border: solid 1px #c2c2c2;
    width: 300px;
}

.box .fixedwidth {
    width: 300px;
}

.box .required 
{
	border: solid 1px #94281e;
}

.box .button {
    margin-left: 90%;
    margin-bottom: 5px;
}

.box .content
{
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
}

.red 
{
	color: Red;
}

.mediumred
{
	color: #BF2431 !important;
}

.darkred
{
	color: #94281e;
}

sup 
{
	color: #94281e;
	font-weight: normal !important;
}
/*** End boxed form ***/


#icon_style_links_wrapper{
	height: 1%;
	width: 592px;
	margin: 0 -10px 0 5px;
	
}
#icon_style_links_wrapper_3{
	height: 1%;
	width: 592px;
	margin: 0 -10px 0 15px;
}

#icon_style_links_wrapper_3_center{
	height: 1%;
	width: 567px;
	margin: 0 -10px 0 40px;
}

#icon_style_links_wrapper_3_center .icon_style_link 
{
	margin-left: 20px;
	margin-right: 20px;
}

.icon_style_link{
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 146px;
	height: 34px;
	background-image: url('../Images/Backgrounds/buttonbackground.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 2px 5px 0;
	line-height: 1;
	text-decoration: none;
}
.icon_style_link .line_one 
{
	font-size: 12px;
	padding: 0;
	display: block;
	text-align: center;
	color: #831618;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 2px;
}


#projectBillingLinks .icon_style_link
{
	width: 105px;
	margin: 0 20px 0 20px;
	padding-top: 4px;
	background-image: url(../Images/ProductOverview/product-button-small-project-billing.png);
	color: #224287 !important;
}
#timeAttendanceLinks .icon_style_link
{
	width: 105px;
	margin: 0 20px 0 20px;
	padding-top: 4px;
	background-image: url(../Images/ProductOverview/product-button-small-time-attendance.png);
	color: #A6635E !important;
}
#webResourceLinks .icon_style_link
{
	width: 105px;
	margin: 0 20px 0 20px;
	padding-top: 4px;
	background-image: url(../Images/ProductOverview/product-button-small-web-resource.png);
	color: #6F8837 !important;	
}



/*** careers ***/
.jobPosition
{
    margin: 2em;
}
.jobPosition .underline
{
    text-decoration: underline;
}
.contactUs
{
    margin: 2em;
}

/*** Thumbnail ***/
.thumbnail
{
	cursor:pointer;
	cursor:url('/Images/Icons/mag.cur');
}

.pill_button{
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 178px;
	height: 31px;
	background: transparent url('../Images/Buttons/pillbtn.png') no-repeat 0 0;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 2px 5px 0;
	line-height: 1;
	text-decoration: none;
}
.pill_button .line_one 
{
	font-size: 14px;
	padding: 0;
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 2px;
}

.hunderline a
{
	text-decoration: none;
}
.hunderline a:hover{
	text-decoration: underline;
}


.radios input
{
	float: left;
}
.radios span
{
	float: left;
}

.article p
{
	margin-bottom: 1em !important;
}

.sysreq p
{
	margin-bottom: 1em !important;
}

.sysreq ul
{
	margin-bottom: 1em !important;
}

.formbutton
{
	border: solid 2px black;
    background-color: #94281e;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width:100%;
    height: 100%;
}

.supportfeedbackno
{
	float:right;
	margin-right:10px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;	
}

.supportfeedbackyes
{
	
	float:right;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;	
	
}

.supportfeedbackbuttonstop
{
	
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;	
}

.supportfeedbackbuttongo
{
	padding-left:10px;
	padding-right:10px;	
}
.supportfeedbackbox
{
	margin-top:10px;
	}
.supportlink a:link {
	text-decoration: none;
}    

.supportlink a:hover {
	color: #BF2431;
	text-decoration: underline;
}   