/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	background:#f2f4f7 url(../images/bg_body.jpg) repeat-x left center;
	background-attachment:fixed;
	
	
}
h1,h2,h3,h4,h5,h6,ul,li,ol,p,em,a {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-style:normal;
}
#cpsirx {
	width:770px;
	margin:0 auto;
	background-color:#FFFFFF;
}
}
#cpsirxwide {
	width:980;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	height:88px;
	background:url(../images/bg_header.gif) repeat-x;
}
#top_link {
	background:url(../images/bg_top_link.gif) repeat-x;
	height:28px;
	text-align:center;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;	
}
#top_link table {
	background:url(../images/bg_top_link_separator.gif) no-repeat top left;
}
#top_link a {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:7px 20px 4px 20px;
	display:block;
	height:16px;
	float:left;
	background:url(../images/bg_top_link_separator.gif) no-repeat top right;
}
#top_link a:hover {
	color:#FFFFFF;
	background:url(../images/bg_top_link_hover.gif) repeat-x;
}
ul.body_link {
	padding:10px;
}
ul.body_link li {
	background:url(../images/arrow.gif) no-repeat 1% 50%;
	padding:1px 0px 1px 20px;
}
ul.body_link li a {
	color:#393737;
}

.left_navigation {
	padding-top:15px;
}
.left_navigation h3 {
	background:#8fc4f4 url(../images/corner_blue.gif) no-repeat top right;
	height:19px;
	font-size:15px;
	font-weight:bold;
	padding:3px 0px 0px 15px;
	
}
.left_navigation ul {
	padding:10px 0px 10px 15px;
}
.left_navigation ul li {
	padding:2px 0px;
}
.left_navigation ul li a {
	color:#013563;
}
.left_navigation ul li a:hover {
	text-decoration:underline;
}
#footer {
	height:54px;
	color:#FFFFFF;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:center;
	font-size:11px;
}
#footer a.mail_link {
	text-decoration:underline;
	color:#FFFFFF;
}
#footer a.mail_link:hover {
	text-decoration:none;
}
#footer ul {
	padding-top:5px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#FFFFFF;
	font-size:11px;
	padding:0px 5px;
	font-weight:bold;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:none;
}
.line_white {
	height:1px;
	overflow:hidden;
	background-color:#FFFFFF;
}
div.tabBox {}

div.tabArea {
  font-size: 88%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #999999;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #000000  #000000 #000000 #000000;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #FFFF00;
}

a.tab:hover {
  background-color: #FF0000;
  border-color: #000000 #000000 #000000 #000000;
  color: #ffe0ff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #FF0000;
  border-color: #000000 #000000 #000000 #000000;
  color: #FFFFFF;
}

a.tab.activeTab {
  padding-bottom:5px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #999999;
  border: 2px solid #000000;
  border-color: #000000 #000000 #000000 #000000;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 101;	
  height: 680px;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #999999;
  border: 1px solid #000000;
  border-color: #000000 #000000 #000000 #000000;
  width: 100%;
  height: 680px;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #999999;
  border: 1px solid #000000;
  border-color: #000000 #000000 #000000 #000000;
  color: #000000;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
}
